diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-06-12 12:18:40 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-06-12 12:18:40 +0000 |
commit | a6f49bb8e7d8ff2508da3793310c6de5a02f0e56 (patch) | |
tree | c54a0e357ce381f1cd3d60b4186313daeacb681f /net | |
parent | 58dd53e9d290969999f20c2c3174ae5fb58debb4 (diff) |
Notes
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 |