diff options
author | koobs <koobs@FreeBSD.org> | 2013-06-12 20:18:40 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-06-12 20:18:40 +0800 |
commit | 39c5eac7f143c4dc57ca5fc581823974e441e2c5 (patch) | |
tree | c54a0e357ce381f1cd3d60b4186313daeacb681f /net | |
parent | 0102877c5d3db0d255ea87469290109525f4d288 (diff) | |
download | freebsd-ports-gnome-39c5eac7f143c4dc57ca5fc581823974e441e2c5.tar.gz freebsd-ports-gnome-39c5eac7f143c4dc57ca5fc581823974e441e2c5.tar.zst freebsd-ports-gnome-39c5eac7f143c4dc57ca5fc581823974e441e2c5.zip |
net/py-twitter: Update to 1.0, Use CHEESESHOP (pypi)
- Update to 1.0
- Use CHEESESHOP for MASTER_SITES, remove PROJECTHOST accordingly
- BUILD_DEPENDS are actually RUN_DEPENDS, remove the former
- Whitespace alignment
Changes:
https://github.com/bear/python-twitter/blob/v1.0/CHANGES
Reported by: Jethro Carr (via Twitter)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-twitter/Makefile | 10 | ||||
-rw-r--r-- | net/py-twitter/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile index c05209e2dc92..22e1718a0796 100644 --- a/net/py-twitter/Makefile +++ b/net/py-twitter/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= twitter -PORTVERSION= 0.8.5 +PORTVERSION= 1.0 CATEGORIES= net python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} @@ -13,13 +13,11 @@ COMMENT= Python wrapper around the Twitter API LICENSE= AL2 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 -RUN_DEPENDS:= ${BUILD_DEPENDS} -PROJECTHOST= python-twitter -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= python_twitter diff --git a/net/py-twitter/distinfo b/net/py-twitter/distinfo index 955bc3485de8..b6b96e7c25e4 100644 --- a/net/py-twitter/distinfo +++ b/net/py-twitter/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-twitter-0.8.5.tar.gz) = 4d19d815078bb9e68f93eeae62a02a09f895bbbb294ff3fa18f137077b522433 -SIZE (python-twitter-0.8.5.tar.gz) = 67180 +SHA256 (python-twitter-1.0.tar.gz) = e54e730bc40b969f35ed6ddfb310eac7256a2caac335a8971a46ae56beb7c814 +SIZE (python-twitter-1.0.tar.gz) = 101606 |