pythonPackages.constantly: init at 15.1.0
This commit is contained in:
parent
687fe19a04
commit
df79a19638
18
pkgs/development/python-modules/constantly/default.nix
Normal file
18
pkgs/development/python-modules/constantly/default.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{ stdenv, buildPythonPackage, fetchurl
|
||||||
|
}:
|
||||||
|
buildPythonPackage rec {
|
||||||
|
name = "constantly-${version}";
|
||||||
|
version = "15.1.0";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://pypi/c/constantly/${name}.tar.gz";
|
||||||
|
sha256 = "0dgwdla5kfpqz83hfril716inm41hgn9skxskvi77605jbmp4qsq";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = https://github.com/twisted/constantly;
|
||||||
|
description = "symbolic constant support";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = [ ];
|
||||||
|
};
|
||||||
|
}
|
@ -2560,6 +2560,8 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
constantly = callPackage ../development/python-modules/constantly { };
|
||||||
|
|
||||||
cornice = buildPythonPackage rec {
|
cornice = buildPythonPackage rec {
|
||||||
name = "cornice-${version}";
|
name = "cornice-${version}";
|
||||||
version = "1.2.1";
|
version = "1.2.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user