Update to 3.4
- Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/bear/python-twitter/releases https://github.com/bear/python-twitter/blob/master/CHANGES https://github.com/bear/python-twitter/commits/master
This commit is contained in:
parent
46412dcc2f
commit
ded812763f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462440
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-twitter
|
||||
PORTVERSION= 3.3
|
||||
PORTVERSION= 3.4
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -18,6 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR} \
|
|||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1495368983
|
||||
SHA256 (python-twitter-3.3.tar.gz) = a9f2bd038a05ba384fa03e39949d1445349771ce7897aeb3c6d8774beba08185
|
||||
SIZE (python-twitter-3.3.tar.gz) = 84696
|
||||
TIMESTAMP = 1519140515
|
||||
SHA256 (python-twitter-3.4.tar.gz) = 0f76dabb141606126a188b7147316d7184bea81a694f8df69a25b8a2071f5976
|
||||
SIZE (python-twitter-3.4.tar.gz) = 82402
|
||||
|
|
Loading…
Reference in a new issue