7 buildPythonPackage rec {
8 pname = "zope.deprecation";
12 inherit pname version;
13 sha256 = "0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df";
16 buildInputs = [ zope_testing ];
19 homepage = "https://github.com/zopefoundation/zope.deprecation";
20 description = "Zope Deprecation Infrastructure";
21 license = licenses.zpl20;
22 maintainers = with maintainers; [ domenkozar ];