From owner-svn-ports-all@freebsd.org Tue May 16 01:09:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECE4BD6D865; Tue, 16 May 2017 01:09:35 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 982639C8; Tue, 16 May 2017 01:09:35 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4G19Y0F029205; Tue, 16 May 2017 01:09:34 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4G19YDv029202; Tue, 16 May 2017 01:09:34 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705160109.v4G19YDv029202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 16 May 2017 01:09:34 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2017 01:09:36 -0000 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