mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.8.2
- Make portlint happier Changes: https://python-twitter.googlecode.com/hg/CHANGES PR: ports/157005 Submitted by: sunpoet (myself)
This commit is contained in:
parent
18245e7603
commit
17d8168b2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274634
2 changed files with 6 additions and 5 deletions
|
@ -7,9 +7,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= twitter
|
||||
PORTVERSION= 0.8.1
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -18,7 +18,8 @@ COMMENT= A python wrapper around the Twitter API
|
|||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \
|
||||
${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \
|
||||
${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2
|
||||
|
||||
PROJECTHOST= python-twitter
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (python-twitter-0.8.1.tar.gz) = cf793bdfe5d028f7646f80190a491f150574159ab3a968364b1e18e6e2d38b27
|
||||
SIZE (python-twitter-0.8.1.tar.gz) = 67265
|
||||
SHA256 (python-twitter-0.8.2.tar.gz) = b7fb64877c5d53457a44899f5aa35ae073a1c3587b35f3f2661656e2fff8f72e
|
||||
SIZE (python-twitter-0.8.2.tar.gz) = 63648
|
||||
|
|
Loading…
Add table
Reference in a new issue