mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
pythonPackages.zope_sqlalchemy: Remove outdated package
This commit is contained in:
parent
30291227f2
commit
313ea3827b
@ -25224,26 +25224,6 @@ EOF
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
zope_sqlalchemy = buildPythonPackage rec {
|
|
||||||
name = "zope.sqlalchemy-0.7.6";
|
|
||||||
|
|
||||||
doCheck = !isPyPy; # https://github.com/zopefoundation/zope.sqlalchemy/issues/12
|
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "mirror://pypi/z/zope.sqlalchemy/${name}.zip";
|
|
||||||
sha256 = "0vxhpdvzihsmg63aralmc7hx62lzrsnlxvskvlcr4mkwzwb22haj";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = with self; [ zope_testing zope_interface ];
|
|
||||||
propagatedBuildInputs = with self; [ sqlalchemy transaction ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
maintainers = with maintainers; [ garbas domenkozar ];
|
|
||||||
platforms = platforms.all;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
zope_testing = buildPythonPackage rec {
|
zope_testing = buildPythonPackage rec {
|
||||||
name = "zope.testing-${version}";
|
name = "zope.testing-${version}";
|
||||||
version = "4.6.1";
|
version = "4.6.1";
|
||||||
|
Loading…
Reference in New Issue
Block a user