10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-3Xl/IC+ImFUxxLry15MIIVRf6aR+gA9K5S2IQomkv+o=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Decorator to deprecate old python classes, functions or methods";
42 homepage = "https://github.com/mjhajharia/deprecat";
43 changelog = "https://github.com/mjhajharia/deprecat/releases/tag/v${version}";
44 license = licenses.mit;
45 maintainers = with maintainers; [ fab ];