pythonPackages.tiros: init at 1.0.38

This commit is contained in:
Dan Peebles 2017-08-28 22:11:44 -04:00
parent ea23f8bb07
commit d25134b196
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{ stdenv
, fetchPypi
, buildPythonPackage
, semantic-version
, boto3
, flask
, docutils
}:
buildPythonPackage rec {
pname = "tiros";
name = "${pname}-${version}";
version = "1.0.38";
src = fetchPypi {
inherit pname version;
sha256 = "0k668z9gb5vh304gysynj4rxgi24wy2vl4a33dnwkri2g6db3s4n";
};
patchPhase = ''
sed -E -i "s/'([[:alnum:].-_]+)[=><]{2}[[:digit:].]*'/'\\1'/g" setup.py
sed -i "s/'datetime',//" setup.py
'';
propagatedBuildInputs = [ semantic-version boto3 flask docutils ];
}

View file

@ -23074,6 +23074,8 @@ in {
};
};
tiros = callPackage ../development/python-modules/tiros { };
# Tkinter/tkinter is part of the Python standard library.
# The Python interpreters in Nixpkgs come without tkinter by default.
# To make the module available, we make it available as any other