pythonPackages.pamela: init at 0.3.0

This commit is contained in:
Bruno Bzeznik 2016-12-06 14:46:52 +01:00
parent e436874ef0
commit cffea60631

View file

@ -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 {
name = "pathtools-${version}";
version = "0.1.2";