python3Packages.empy: init at 3.3.4
This commit is contained in:
parent
5a1f29a657
commit
5bd4dadb17
17
pkgs/development/python-modules/empy/default.nix
Normal file
17
pkgs/development/python-modules/empy/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ lib, fetchPypi, buildPythonPackage }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "empy";
|
||||
version = "3.3.4";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c6xJeFtgFHnfTqGKfHm8EwSop8NMArlHLPEgauiPAbM=";
|
||||
};
|
||||
pythonImportsCheck = [ "em" ];
|
||||
meta = with lib; {
|
||||
homepage = "http://www.alcyone.com/software/empy/";
|
||||
description = "A templating system for Python.";
|
||||
maintainers = with maintainers; [ nkalupahana ];
|
||||
license = licenses.lgpl21Only;
|
||||
};
|
||||
}
|
@ -2470,6 +2470,8 @@ in {
|
||||
|
||||
emoji = callPackage ../development/python-modules/emoji { };
|
||||
|
||||
empy = callPackage ../development/python-modules/empy { };
|
||||
|
||||
emulated-roku = callPackage ../development/python-modules/emulated-roku { };
|
||||
|
||||
enaml = callPackage ../development/python-modules/enaml { };
|
||||
|
Loading…
Reference in New Issue
Block a user