From 39c5eac7f143c4dc57ca5fc581823974e441e2c5 Mon Sep 17 00:00:00 2001 From: koobs Date: Wed, 12 Jun 2013 12:18:40 +0000 Subject: 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) --- net/py-twitter/Makefile | 10 ++++------ net/py-twitter/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'net') 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 -- cgit