forked from mirrors/nixpkgs
python27Packages.boltons: 20.0.0 -> 20.1.0
This commit is contained in:
parent
0b54f91eac
commit
128aeca1a9
|
@ -2,21 +2,21 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "boltons";
|
||||
version = "20.0.0";
|
||||
version = "20.1.0";
|
||||
|
||||
# No tests in PyPi Tarball
|
||||
src = fetchFromGitHub {
|
||||
owner = "mahmoud";
|
||||
repo = "boltons";
|
||||
rev = version;
|
||||
sha256 = "0scdslqi28b899i42m4c9pvhwv3kkw4wpi3n9zm5n64ggn5ngfbz";
|
||||
sha256 = "0mbxc2n10mlmpbwhg0byddl1i0s6rlrr6z9xm8zzmkv62136irqh";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkPhase = "pytest tests";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/mahmoud/boltons;
|
||||
homepage = "https://github.com/mahmoud/boltons";
|
||||
description = "220+ constructs, recipes, and snippets extending (and relying on nothing but) the Python standard library";
|
||||
longDescription = ''
|
||||
Boltons is a set of over 220 BSD-licensed, pure-Python utilities
|
||||
|
|
Loading…
Reference in a new issue