9 buildPythonPackage rec {
10 pname = "django-tastypie";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "django-tastypie";
20 hash = "sha256-O/aVi8BshOZmg9WQxrFlBEOXfgyqJKVK/QlEFG3Edqs=";
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 license = licenses.gpl2Only;
39 maintainers = with maintainers; [ fab ];