pythonPackages.tiros: drop
It is broken, unmaintained and missing meta information in Nixpkgs as well as on PyPI.
This commit is contained in:
parent
9816b99e71
commit
4ce9359e12
@ -1,20 +0,0 @@
|
||||
{ fetchPypi, buildPythonPackage
|
||||
, semantic-version, boto3, flask, docutils, requests
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tiros";
|
||||
version = "1.0.44";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d6bf7410967554ec283f9d4eabc0ce6821d6e6d36001afbdb7fe0826423d4f37";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
sed -E -i "s/'([[:alnum:].-_]+)[=><]{2}[[:digit:].]*'/'\\1'/g" setup.py
|
||||
sed -i "s/'datetime',//" setup.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ semantic-version boto3 flask docutils requests ];
|
||||
}
|
@ -7846,8 +7846,6 @@ in {
|
||||
|
||||
tinyobjloader-py = callPackage ../development/python-modules/tinyobjloader-py { };
|
||||
|
||||
tiros = callPackage ../development/python-modules/tiros { };
|
||||
|
||||
tissue = callPackage ../development/python-modules/tissue { };
|
||||
|
||||
titlecase = callPackage ../development/python-modules/titlecase { };
|
||||
|
Loading…
Reference in New Issue
Block a user