Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 15:44:45 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428875 - in head: . databases databases/py-python-swiftclient databases/py-swift databases/py-swiftclient net/py-python-heatclient
Message-ID:  <201612181544.uBIFij5d042566@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sun Dec 18 15:44:45 2016
New Revision: 428875
URL: https://svnweb.freebsd.org/changeset/ports/428875

Log:
  databases/py-swiftclient: rename to py-python-swiftclient
  
   - Rename to py-python-swiftclient to follow naming convention
     for Python port available on pypi to match pypi name
   - Update dependencies for databases/py-swift and
     net/py-python-heatclient and bump PORTREVISION for these ports
  
  PR:		215374
  Approved by:	trociny (maintainer)

Added:
  head/databases/py-python-swiftclient/
     - copied from r428874, head/databases/py-swiftclient/
Deleted:
  head/databases/py-swiftclient/
Modified:
  head/MOVED
  head/databases/Makefile
  head/databases/py-python-swiftclient/Makefile
  head/databases/py-swift/Makefile
  head/net/py-python-heatclient/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Dec 18 15:26:11 2016	(r428874)
+++ head/MOVED	Sun Dec 18 15:44:45 2016	(r428875)
@@ -8846,3 +8846,4 @@ www/linux-c6-flashplugin24|www/linux-fla
 www/linux-c7-flashplugin24|www/linux-flashplayer|2016-12-18|Renamed to match upstream
 biology/p5-bioperl|biology/p5-BioPerl|2016-12-18|Rename to match upstream naming
 biology/p5-bioperl-run|biology/p5-BioPerl-Run|2016-12-18|Rename to match upstream naming
+databases/py-swiftclient|databases/py-python-swiftclient|2016-12-18|Rename to match pypi name

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Dec 18 15:26:11 2016	(r428874)
+++ head/databases/Makefile	Sun Dec 18 15:44:45 2016	(r428875)
@@ -764,6 +764,7 @@
     SUBDIR += py-python-memcached
     SUBDIR += py-python-rrdtool
     SUBDIR += py-python-sql
+    SUBDIR += py-python-swiftclient
     SUBDIR += py-qt4-sql
     SUBDIR += py-qt5-sql
     SUBDIR += py-queries
@@ -784,7 +785,6 @@
     SUBDIR += py-sqlparse
     SUBDIR += py-sqlrelay
     SUBDIR += py-swift
-    SUBDIR += py-swiftclient
     SUBDIR += py-sybase
     SUBDIR += py-tarantool
     SUBDIR += py-umemcache

Modified: head/databases/py-python-swiftclient/Makefile
==============================================================================
--- head/databases/py-swiftclient/Makefile	Sun Dec 18 15:26:11 2016	(r428874)
+++ head/databases/py-python-swiftclient/Makefile	Sun Dec 18 15:44:45 2016	(r428875)
@@ -1,12 +1,11 @@
 # Created by: Mikolaj Golub <trociny@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	swiftclient
+PORTNAME=	python-swiftclient
 PORTVERSION=	3.2.0
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	trociny@FreeBSD.org
 COMMENT=	Python client library for OpenStack Object Storage (Swift)

Modified: head/databases/py-swift/Makefile
==============================================================================
--- head/databases/py-swift/Makefile	Sun Dec 18 15:26:11 2016	(r428874)
+++ head/databases/py-swift/Makefile	Sun Dec 18 15:44:45 2016	(r428875)
@@ -3,6 +3,7 @@
 
 PORTNAME=	swift
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	http://launchpadlibrarian.net/196367574/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Pas
 		${PYTHON_PKGNAMEPREFIX}dnspython>=1.10.0:dns/py-dnspython \
 		${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.8:net/py-eventlet \
 		${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces \
-		${PYTHON_PKGNAMEPREFIX}swiftclient>=0:databases/py-swiftclient \
+		${PYTHON_PKGNAMEPREFIX}python-swiftclient>=0:databases/py-python-swiftclient \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:www/py-webob \

Modified: head/net/py-python-heatclient/Makefile
==============================================================================
--- head/net/py-python-heatclient/Makefile	Sun Dec 18 15:26:11 2016	(r428874)
+++ head/net/py-python-heatclient/Makefile	Sun Dec 18 15:44:45 2016	(r428875)
@@ -3,6 +3,7 @@
 
 PORTNAME=	python-heatclient
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pb
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \
-		${PYTHON_PKGNAMEPREFIX}swiftclient>=2.2.0:databases/py-swiftclient \
+		${PYTHON_PKGNAMEPREFIX}python-swiftclient>=2.2.0:databases/py-python-swiftclient \
 		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \
 		${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \
 		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \



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