mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #9574 from rnhmjoj/pirate-get
pirate-get: init at 0.2.7
This commit is contained in:
commit
77f18a152b
@ -4356,6 +4356,25 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pirate-get = pythonPackages.buildPythonPackage rec {
|
||||||
|
name = "pirate-get-${version}";
|
||||||
|
version = "0.2.7";
|
||||||
|
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/p/pirate-get/${name}.tar.gz";
|
||||||
|
sha256 = "0awjrmczvd6rwzj4fb7bhjlil5mx91amjs7fk5890h3in52clxg3";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ self.colorama ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A command line interface for The Pirate Bay";
|
||||||
|
homepage = https://github.com/vikstrous/pirate-get;
|
||||||
|
license = licenses.gpl1;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
poppler-qt4 = buildPythonPackage rec {
|
poppler-qt4 = buildPythonPackage rec {
|
||||||
name = "poppler-qt4-${version}";
|
name = "poppler-qt4-${version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user