forked from mirrors/nixpkgs
pythonPackages.debian: init at 0.1.23
This commit is contained in:
parent
2ad7463144
commit
8655eb71af
|
@ -1117,6 +1117,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
debian = buildPythonPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "python-debian";
|
||||
version = "0.1.23";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/${pname}/${name}.tar.gz";
|
||||
sha256 = "193faznwnjc3n5991wyzim6h9gyq1zxifmfrnpm3avgkh7ahyynh";
|
||||
};
|
||||
propagatedBuildInputs = with self; [ chardet six ];
|
||||
};
|
||||
|
||||
defusedxml = buildPythonPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "defusedxml";
|
||||
|
|
Loading…
Reference in a new issue