15 buildPythonPackage rec {
16 pname = "python-daemon";
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-bFdFI3L36v9Ak0ocA60YJr9eeTVY6H/vSRMeZGS02uU=";
28 sed -i "s/setuptools\.extern\.//g" version.py test_version.py
36 propagatedBuildInputs = [
53 "get_distribution_version_info_TestCase"
54 "InvalidFormatError_TestCase"
55 "make_year_range_TestCase"
56 "ModuleExceptions_TestCase"
57 "test_metaclass_not_called"
58 "test_passes_specified_object"
59 "test_returns_expected"
64 pythonImportsCheck = [
71 description = "Library to implement a well-behaved Unix daemon process";
72 homepage = "https://pagure.io/python-daemon/";
73 # See "Copying" section in https://pagure.io/python-daemon/blob/main/f/README
74 license = with licenses; [