2999613b42
Tastypie v0.14.3 (Django 3.0) Python 2.7+ or Python 3.4+ (Whatever is supported by your version of Django) Django 1.11, 2.2 (LTS releases) or Django 3.0 (latest release) This is the last version that will explicitly support Python 2.x, which has reached EOL.
26 lines
946 B
Makefile
26 lines
946 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/02/18 11:26:52 adam Exp $
|
|
|
|
DISTNAME= django-tastypie-0.14.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-tastypie/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/toastdriven/django-tastypie
|
|
COMMENT= Flexible and capable API layer for Django
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-biplist-[0-9]*:../../textproc/py-biplist
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml>3:../../textproc/py-lxml
|
|
DEPENDS+= ${PYPKGPREFIX}-python-mimeparse>=0.1.4:../../www/py-python-mimeparse
|
|
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= python-digest
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|