9 buildPythonPackage rec {
10 pname = "zope-deprecation";
14 disabled = pythonOlder "3.7";
17 pname = "zope.deprecation";
19 hash = "sha256-t8MtM5IDayFFxAsxA+cyLbaGYqsJtyZ6/hUyqdk/ZA8=";
31 "src/zope/deprecation/tests.py"
34 pythonImportsCheck = [
39 homepage = "https://github.com/zopefoundation/zope.deprecation";
40 description = "Zope Deprecation Infrastructure";
41 changelog = "https://github.com/zopefoundation/zope.deprecation/blob/${version}/CHANGES.rst";
42 license = licenses.zpl21;
43 maintainers = with maintainers; [ domenkozar ];