10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-uAabZAtZDhcX6TfiM0LnrAzxxS64ys+vdodmxO//0x8=";
36 pythonImportsCheck = [
41 # https://github.com/mjhajharia/deprecat/issues/13
42 "tests/test_sphinx.py"
46 description = "Decorator to deprecate old python classes, functions or methods";
47 homepage = "https://github.com/mjhajharia/deprecat";
48 changelog = "https://github.com/mjhajharia/deprecat/releases/tag/v${version}";
49 license = licenses.mit;
50 maintainers = with maintainers; [ fab ];