Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 20:27:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462440 - head/net/py-python-twitter
Message-ID:  <201802202027.w1KKR7Ao051646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb 20 20:27:07 2018
New Revision: 462440
URL: https://svnweb.freebsd.org/changeset/ports/462440

Log:
  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

Modified:
  head/net/py-python-twitter/Makefile
  head/net/py-python-twitter/distinfo

Modified: head/net/py-python-twitter/Makefile
==============================================================================
--- head/net/py-python-twitter/Makefile	Tue Feb 20 20:27:02 2018	(r462439)
+++ head/net/py-python-twitter/Makefile	Tue Feb 20 20:27:07 2018	(r462440)
@@ -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
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/net/py-python-twitter/distinfo
==============================================================================
--- head/net/py-python-twitter/distinfo	Tue Feb 20 20:27:02 2018	(r462439)
+++ head/net/py-python-twitter/distinfo	Tue Feb 20 20:27:07 2018	(r462440)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802202027.w1KKR7Ao051646>