mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 1.1
- Sort RUN_DEPENDS - Update WWW Changes: https://github.com/bear/python-twitter/blob/master/CHANGES
This commit is contained in:
parent
486df5ca30
commit
c01ef8145a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329887
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= twitter
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,13 +13,13 @@ COMMENT= Python wrapper around the Twitter API
|
||||
|
||||
LICENSE= AL2
|
||||
|
||||
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
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= python_twitter
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \
|
||||
${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \
|
||||
${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=easy_install
|
||||
PYDISTUTILS_PKGNAME= python_twitter
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (python-twitter-1.0.tar.gz) = e54e730bc40b969f35ed6ddfb310eac7256a2caac335a8971a46ae56beb7c814
|
||||
SIZE (python-twitter-1.0.tar.gz) = 101606
|
||||
SHA256 (python-twitter-1.1.tar.gz) = 0fdc012894cda38735a48b55d4904d86b104515c1242c0c400ab350d62695c12
|
||||
SIZE (python-twitter-1.1.tar.gz) = 91795
|
||||
|
@ -5,4 +5,4 @@ connect via the web, IM, and SMS. Twitter exposes a web services API
|
||||
(http://twitter.com/help/api) and this library is intended to make it
|
||||
even easier for python programmers to use.
|
||||
|
||||
WWW: http://code.google.com/p/python-twitter/
|
||||
WWW: https://github.com/bear/python-twitter
|
||||
|
Loading…
Reference in New Issue
Block a user