mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python-plumbum-1.2.0
This commit is contained in:
parent
d568ff324a
commit
4c4f1ca3a5
@ -3473,6 +3473,17 @@ pythonPackages = python.modules // rec {
|
||||
};
|
||||
};
|
||||
|
||||
plumbum = buildPythonPackage rec {
|
||||
name = "plumbum-1.2.0";
|
||||
|
||||
buildInputs = [ pythonPackages.six ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/plumbum/plumbum-1.2.0.tar.gz";
|
||||
md5 = "18b7f888dfaf62a48df937abffe07897";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
polib = buildPythonPackage rec {
|
||||
name = "polib-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user