www/py-django-tastypie: update to 0.14.1 and move to django 1.11
This commit is contained in:
parent
440aae11ca
commit
ad773277e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469568
2 changed files with 9 additions and 13 deletions
|
@ -2,27 +2,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-tastypie
|
||||
PORTVERSION= 0.13.3
|
||||
PORTVERSION= 0.14.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER?= wg@FreeBSD.org
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Create REST API for Django apps
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:devel/py-mimeparse@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${FLAVOR}
|
||||
|
||||
BUILD_DEPENDS= ${MY_DEPENDS}
|
||||
|
||||
RUN_DEPENDS?= ${MY_DEPENDS} \
|
||||
${PYTHON_PKGNAMEPREFIX}django18>=1.5:www/py-django18@${FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:devel/py-mimeparse@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME}16
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1471870919
|
||||
SHA256 (django-tastypie-0.13.3.tar.gz) = e404b9ac24ab400015047f5503fae1732d9e944a7152693fe902c0a905f250cc
|
||||
SIZE (django-tastypie-0.13.3.tar.gz) = 144649
|
||||
TIMESTAMP = 1525944000
|
||||
SHA256 (django-tastypie-0.14.1.tar.gz) = 1fbf61ec7467eec70bd1abcb14e3b1dc67e47cc3642ad16ed8a3709f4140678b
|
||||
SIZE (django-tastypie-0.14.1.tar.gz) = 147790
|
||||
|
|
Loading…
Reference in a new issue