python3Packages.zdaemon: update min python version and license
This commit is contained in:
parent
30c89915e3
commit
a8d60fba0f
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||||
version = "5.0";
|
version = "5.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||||
description = "A daemon process control library and tools for Unix-based systems";
|
description = "A daemon process control library and tools for Unix-based systems";
|
||||||
homepage = "https://pypi.python.org/pypi/zdaemon";
|
homepage = "https://pypi.python.org/pypi/zdaemon";
|
||||||
changelog = "https://github.com/zopefoundation/zdaemon/blob/${version}/CHANGES.rst";
|
changelog = "https://github.com/zopefoundation/zdaemon/blob/${version}/CHANGES.rst";
|
||||||
license = licenses.zpl20;
|
license = licenses.zpl21;
|
||||||
maintainers = with maintainers; [ goibhniu ];
|
maintainers = with maintainers; [ goibhniu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue