mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Rename python openstack clients to match pypi names
- Rename the following ports: py-ceilometerclient py-cinderclient py-designateclient py-glanceclient py-heatclient py-keystoneclient py-neutronclient py-novaclient py-openstackclient to py-python-$(component)client to match pypi name - Update MOVED - Update the appropriate dependency lines Suggested by: koobs
This commit is contained in:
parent
fcd13a66d6
commit
d6c193775f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428767
32 changed files with 45 additions and 40 deletions
9
MOVED
9
MOVED
|
@ -8832,3 +8832,12 @@ databases/py35-psycopg2|databases/py3-psycopg2|2016-12-10|Moved to match existin
|
|||
www/linux-f10-flashplugin11||2016-12-13|Deprecated
|
||||
www/linux-c6-flashplugin11|www/linux-c6-flashplugin24|2016-12-13|Deprecated
|
||||
www/linux-c7-flashplugin11|www/linux-c7-flashplugin24|2016-12-13|Deprecated
|
||||
net/py-ceilometerclient|net/py-python-ceilometerclient|2016-12-17|Rename to match pypi name
|
||||
net/py-cinderclient|net/py-python-cinderclient|2016-12-17|Rename to match pypi name
|
||||
net/py-designateclient|net/py-python-designateclient|2016-12-17|Rename to match pypi name
|
||||
net/py-glanceclient|net/py-python-glanceclient|2016-12-17|Rename to match pypi name
|
||||
net/py-heatclient|net/py-python-heatclient|2016-12-17|Rename to match pypi name
|
||||
net/py-keystoneclient|net/py-python-keystoneclient|2016-12-17|Rename to match pypi name
|
||||
net/py-neutronclient|net/py-python-neutronclient|2016-12-17|Rename to match pypi name
|
||||
net/py-novaclient|net/py-python-novaclient|2016-12-17|Rename to match pypi name
|
||||
net/py-openstackclient|net/py-python-openstackclient|2016-12-17|Rename to match pypi name
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= glance-store
|
||||
PORTVERSION= 0.18.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \
|
|||
${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=0:net/py-python-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.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 \
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= keystonemiddleware
|
||||
PORTVERSION= 4.10.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=0:net/py-python-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}pycadf>=0:devel/py-pycadf \
|
||||
${PYTHON_PKGNAMEPREFIX}positional>=1.1.1:devel/py-positional \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= glance
|
||||
PORTVERSION= 13.0.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= https://fossies.org/linux/misc/openstack/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -38,7 +38,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \
|
|||
${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \
|
||||
${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=0:net/py-python-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.db>=0:devel/py-oslo.db \
|
||||
|
|
18
net/Makefile
18
net/Makefile
|
@ -961,27 +961,21 @@
|
|||
SUBDIR += py-amqplib
|
||||
SUBDIR += py-avahi
|
||||
SUBDIR += py-beanstalkc
|
||||
SUBDIR += py-ceilometerclient
|
||||
SUBDIR += py-cinderclient
|
||||
SUBDIR += py-cjdns
|
||||
SUBDIR += py-cloudfiles
|
||||
SUBDIR += py-coherence
|
||||
SUBDIR += py-designateclient
|
||||
SUBDIR += py-dpkt
|
||||
SUBDIR += py-dugong
|
||||
SUBDIR += py-ec2-cli-tools
|
||||
SUBDIR += py-eventlet
|
||||
SUBDIR += py-glanceclient
|
||||
SUBDIR += py-gntp
|
||||
SUBDIR += py-gspread
|
||||
SUBDIR += py-gspreadsheet
|
||||
SUBDIR += py-haproxy-log-analysis
|
||||
SUBDIR += py-heatclient
|
||||
SUBDIR += py-impacket
|
||||
SUBDIR += py-ipaddress
|
||||
SUBDIR += py-iplib
|
||||
SUBDIR += py-kafka-python
|
||||
SUBDIR += py-keystoneclient
|
||||
SUBDIR += py-kombu
|
||||
SUBDIR += py-ldap
|
||||
SUBDIR += py-ldap3
|
||||
|
@ -1000,13 +994,10 @@
|
|||
SUBDIR += py-netifaces
|
||||
SUBDIR += py-netlib
|
||||
SUBDIR += py-netstring
|
||||
SUBDIR += py-neutronclient
|
||||
SUBDIR += py-nnpy
|
||||
SUBDIR += py-novaclient
|
||||
SUBDIR += py-ntplib
|
||||
SUBDIR += py-oauth
|
||||
SUBDIR += py-oauth2
|
||||
SUBDIR += py-openstackclient
|
||||
SUBDIR += py-paho-mqtt
|
||||
SUBDIR += py-pamqp
|
||||
SUBDIR += py-pcap
|
||||
|
@ -1025,7 +1016,16 @@
|
|||
SUBDIR += py-pysocks
|
||||
SUBDIR += py-pystun
|
||||
SUBDIR += py-python-bitcoinrpc
|
||||
SUBDIR += py-python-ceilometerclient
|
||||
SUBDIR += py-python-cinderclient
|
||||
SUBDIR += py-python-designateclient
|
||||
SUBDIR += py-python-glanceclient
|
||||
SUBDIR += py-python-heatclient
|
||||
SUBDIR += py-python-keystoneclient
|
||||
SUBDIR += py-python-neutronclient
|
||||
SUBDIR += py-python-novaclient
|
||||
SUBDIR += py-python-ntlm
|
||||
SUBDIR += py-python-openstackclient
|
||||
SUBDIR += py-pyvmomi
|
||||
SUBDIR += py-pyzmq
|
||||
SUBDIR += py-qt4-network
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= heatclient
|
||||
PORTNAME= python-heatclient
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= OpenStack Orchestration API Client Library
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ceilometerclient
|
||||
PORTNAME= python-ceilometerclient
|
||||
PORTVERSION= 2.7.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= OpenStack Telemetry API Client Library
|
|
@ -1,12 +1,11 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cinderclient
|
||||
PORTNAME= python-cinderclient
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= Client for the OpenStack Cinder API
|
|
@ -1,12 +1,11 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= designateclient
|
||||
PORTNAME= python-designateclient
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= OpenStack DNS-as-a-Service - Client
|
|
@ -1,12 +1,12 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= glanceclient
|
||||
PORTNAME= python-glanceclient
|
||||
PORTVERSION= 2.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= Client for the OpenStack Glance API
|
||||
|
@ -14,7 +14,7 @@ COMMENT= Client for the OpenStack Glance API
|
|||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \
|
||||
${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=0:net/py-python-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}warlock>=0:devel/py-warlock \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
|
|
@ -1,12 +1,11 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= keystoneclient
|
||||
PORTNAME= python-keystoneclient
|
||||
PORTVERSION= 3.7.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= Client for the OpenStack Keystone API
|
|
@ -1,12 +1,11 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= neutronclient
|
||||
PORTNAME= python-neutronclient
|
||||
PORTVERSION= 6.0.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= Client for the OpenStack Neutron API
|
|
@ -1,12 +1,11 @@
|
|||
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= novaclient
|
||||
PORTNAME= python-novaclient
|
||||
PORTVERSION= 6.0.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= Client for the OpenStack Nova API
|
|
@ -1,12 +1,12 @@
|
|||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openstackclient
|
||||
PORTNAME= python-openstackclient
|
||||
PORTVERSION= 3.4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= Client for the OpenStack
|
||||
|
@ -21,11 +21,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \
|
|||
${PYTHON_PKGNAMEPREFIX}osc-lib>=1.2.0:devel/py-osc-lib \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \
|
||||
${PYTHON_PKGNAMEPREFIX}glanceclient>=2.5.0:net/py-glanceclient \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneclient>=3.6.0:net/py-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}novaclient>=0:net/py-novaclient \
|
||||
${PYTHON_PKGNAMEPREFIX}cinderclient>=0:net/py-cinderclient \
|
||||
${PYTHON_PKGNAMEPREFIX}neutronclient>=0:net/py-neutronclient
|
||||
${PYTHON_PKGNAMEPREFIX}python-glanceclient>=2.5.0:net/py-python-glanceclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.6.0:net/py-python-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-novaclient>=0:net/py-python-novaclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-cinderclient>=0:net/py-python-cinderclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-neutronclient>=0:net/py-python-neutronclient
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist noegginfo
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= keystone
|
||||
PORTVERSION= 10.0.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= https://fossies.org/linux/misc/openstack/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -26,7 +26,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \
|
|||
${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.9.6:databases/py-sqlalchemy-migrate \
|
||||
${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \
|
||||
${PYTHON_PKGNAMEPREFIX}passlib>=1.6:security/py-passlib \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=0:net/py-python-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=0:devel/py-keystonemiddleware \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.cache>=1.5.0:devel/py-oslo.cache \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= django-openstack-auth
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
|
|||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \
|
||||
${PYTHON_PKGNAMEPREFIX}keystoneclient>=3.6.0:net/py-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.6.0:net/py-python-keystoneclient \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.15.0:devel/py-oslo.policy \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.config>=0:devel/py-oslo.config \
|
||||
${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18
|
||||
|
|
Loading…
Add table
Reference in a new issue