- Update to 0.9.13
- Fix WWW link in pkg-descr PR: ports/177122 Submitted by: William Grzybowski <william88@gmail.com> (maintainer)
This commit is contained in:
parent
b2b7bee58d
commit
a20afc895e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314730
3 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-tastypie
|
||||
PORTVERSION= 0.9.12
|
||||
PORTVERSION= 0.9.13
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,8 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= william88@gmail.com
|
||||
COMMENT= Create REST API for Django apps
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0:${PORTSDIR}/devel/py-mimeparse \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0:${PORTSDIR}/devel/py-mimeparse \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}rose>=1:${PORTSDIR}/devel/py-rose
|
||||
|
||||
USE_PYTHON= 2.6+
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (django-tastypie-0.9.12.tar.gz) = 5b9a8d2e1ec562b23f4c94cfe387262f4c573dfdf673af80f13b1d137dbf841f
|
||||
SIZE (django-tastypie-0.9.12.tar.gz) = 704067
|
||||
SHA256 (django-tastypie-0.9.13.tar.gz) = 60ff6e88a8cf7a48b3ac9d23bb3307135bf153026beb6b9adbfac1bb586f516b
|
||||
SIZE (django-tastypie-0.9.13.tar.gz) = 719070
|
||||
|
|
|
@ -13,4 +13,4 @@ Here are some common reasons for tastypie:
|
|||
* You want to support my perceived NIH syndrome, which is less about
|
||||
NIH and more about trying to help out friends/coworkers.
|
||||
|
||||
WWW: http://south.aeracode.org://github.com/toastdriven/django-tastypie/
|
||||
WWW: http://github.com/toastdriven/django-tastypie/
|
||||
|
|
Loading…
Reference in a new issue