mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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)
This commit is contained in:
parent
58dd53e9d2
commit
a6f49bb8e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320677
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user