pythonPackages.autologging: init at 1.2.1
This commit is contained in:
parent
19091a5178
commit
5fdbec1417
19
pkgs/development/python-modules/autologging/default.nix
Normal file
19
pkgs/development/python-modules/autologging/default.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ stdenv, buildPythonPackage, fetchPypi }:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "Autologging";
|
||||||
|
version = "1.2.1";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "16v2k16m433fxlvl7f0081n67rpxhs2hyn1ivkx1xs5qjxpv5n3k";
|
||||||
|
extension = "zip";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = http://ninthtest.info/python-autologging/;
|
||||||
|
description = "Easier logging and tracing for Python classes";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ twey ];
|
||||||
|
};
|
||||||
|
}
|
@ -202,6 +202,8 @@ in {
|
|||||||
|
|
||||||
autograd = callPackage ../development/python-modules/autograd { };
|
autograd = callPackage ../development/python-modules/autograd { };
|
||||||
|
|
||||||
|
autologging = callPackage ../development/python-modules/autologging { };
|
||||||
|
|
||||||
automat = callPackage ../development/python-modules/automat { };
|
automat = callPackage ../development/python-modules/automat { };
|
||||||
|
|
||||||
awkward = callPackage ../development/python-modules/awkward { };
|
awkward = callPackage ../development/python-modules/awkward { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user