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