Date: Tue, 16 May 2017 01:09:34 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440987 - in head: . net net/py-python-twitter net/py-twitter Message-ID: <201705160109.v4G19YDv029202@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Tue May 16 01:09:34 2017 New Revision: 440987 URL: https://svnweb.freebsd.org/changeset/ports/440987 Log: net/py-twitter: Rename to py-python-twitter Renamed to reflect official name at PyPI/Github. PR: 212673 Approved by: garga (mentor), python (miwi) Differential Revision: https://reviews.freebsd.org/D10705 Added: head/net/py-python-twitter/ - copied from r440986, head/net/py-twitter/ Deleted: head/net/py-twitter/ Modified: head/MOVED head/net/Makefile head/net/py-python-twitter/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 16 00:13:01 2017 (r440986) +++ head/MOVED Tue May 16 01:09:34 2017 (r440987) @@ -9387,3 +9387,4 @@ graphics/libGL|graphics/mesa-libs|2017-0 multimedia/rubygem-av-rails5||2017-05-15|Has expired: Use multimedia/rubygem-av instead devel/rubygem-cocaine-rails5||2017-05-15|Has expired: Use devel/rubygem-cocaine instead devel/rubygem-climate_control-rails5||2017-05-15|Has expired: Use devel/rubygem-climate_control instead +net/py-twitter|net/py-python-twitter|2017-05-15|Renamed to reflect official name at PyPI/Github Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue May 16 00:13:01 2017 (r440986) +++ head/net/Makefile Tue May 16 01:09:34 2017 (r440987) @@ -1033,6 +1033,7 @@ SUBDIR += py-python-novaclient SUBDIR += py-python-ntlm SUBDIR += py-python-openstackclient + SUBDIR += py-python-twitter SUBDIR += py-pyvmomi SUBDIR += py-pyzmq SUBDIR += py-qt4-network @@ -1059,7 +1060,6 @@ SUBDIR += py-tofu SUBDIR += py-tweepy SUBDIR += py-twistedPair - SUBDIR += py-twitter SUBDIR += py-twitter-tools SUBDIR += py-txamqp SUBDIR += py-txrestapi Modified: head/net/py-python-twitter/Makefile ============================================================================== --- head/net/py-twitter/Makefile Tue May 16 00:13:01 2017 (r440986) +++ head/net/py-python-twitter/Makefile Tue May 16 01:09:34 2017 (r440987) @@ -1,12 +1,11 @@ # Created by: ijliao # $FreeBSD$ -PORTNAME= twitter +PORTNAME= python-twitter PORTVERSION= 3.2.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python wrapper around the Twitter API
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705160109.v4G19YDv029202>