pythonPackages.zope_copy: 4.0.2 -> 4.1.0
This commit is contained in:
parent
685dd8d21d
commit
12695be641
@ -8,20 +8,23 @@
|
||||
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope_copy";
|
||||
version = "4.0.2";
|
||||
pname = "zope.copy";
|
||||
version = "4.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "eb2a95866df1377741876a3ee62d8600e80089e6246e1a235e86791b29534457";
|
||||
sha256 = "702dbb52e2427a1cc2e2b4b3f5a40c64dcbf9ebed85888ae8fa67172263a6994";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zope_interface ];
|
||||
|
||||
checkInputs = [ zope_location zope_schema ];
|
||||
|
||||
checkPhase = ''
|
||||
python -m unittest discover -s src/zope/copy
|
||||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ domenkozar ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user