9 buildPythonPackage rec {
10 pname = "django-tastypie";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "django-tastypie";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-emZVcycGLa8Z2yMv/NWZi1b5fPk50u841cFfFF3Ke/s=";
23 propagatedBuildInputs = [
28 # Tests requires a Django instance
31 pythonImportsCheck = [
36 description = "Utilities and helpers for writing Pylint plugins";
37 homepage = "https://github.com/django-tastypie/django-tastypie";
38 changelog = "https://github.com/django-tastypie/django-tastypie/releases/tag/v${version}";
39 license = licenses.gpl2Only;
40 maintainers = with maintainers; [ fab ];