pythonPackages.pamela: init at 0.3.0
This commit is contained in:
parent
e436874ef0
commit
cffea60631
1 changed files with 17 additions and 0 deletions
|
@ -8392,7 +8392,24 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pamela = buildPythonPackage rec {
|
||||||
|
name = "pamela-${version}";
|
||||||
|
version = "0.3.0";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "mirror://pypi/p/pamela/${name}.tar.gz";
|
||||||
|
sha256 = "0ssxbqsshrm8p642g3h6wsq20z1fsqhpdvqdm827gn6dlr38868y";
|
||||||
|
};
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "PAM interface using ctypes";
|
||||||
|
homepage = "http://github.com/minrk/pamela";
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
pathtools = buildPythonPackage rec {
|
pathtools = buildPythonPackage rec {
|
||||||
name = "pathtools-${version}";
|
name = "pathtools-${version}";
|
||||||
version = "0.1.2";
|
version = "0.1.2";
|
||||||
|
|
Loading…
Reference in a new issue