Logbook: 0.11.3 -> 1.0.0
This commit is contained in:
parent
32bcda741a
commit
b0115c2fac
@ -28965,14 +28965,14 @@ EOF
|
|||||||
|
|
||||||
Logbook = buildPythonPackage rec {
|
Logbook = buildPythonPackage rec {
|
||||||
name = "Logbook-${version}";
|
name = "Logbook-${version}";
|
||||||
version = "0.11.3";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/L/Logbook/${name}.tar.gz";
|
url = "mirror://pypi/L/Logbook/${name}.tar.gz";
|
||||||
sha256 = "0bchn00jj0y4dmrmqsm29ffcx37g79jcxjihadmgz2aj0z6dbsrc";
|
sha256 = "0whqbx5p0zkf7gmb5ssnsnhm4kn4drd4x7fbhdi8dnxklqajbnl7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ self.pytest ];
|
buildInputs = [ self.pytest ] ++ optionals (!isPy3k) [ self.mock ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
find tests -name \*.pyc -delete
|
find tests -name \*.pyc -delete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user