devel/py-os-client-config1: Remove obsoleted port

Use devel/py-os-client-config instead.
This commit is contained in:
Po-Chuan Hsieh 2021-06-10 23:42:17 +08:00
parent 36b28b44bf
commit 82af83af5e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
5 changed files with 1 additions and 42 deletions

1
MOVED
View file

@ -16354,3 +16354,4 @@ devel/py-keystoneauth13|devel/py-keystoneauth1|2021-06-10|Remove obsoleted port.
devel/py-keystonemiddleware8|devel/py-keystonemiddleware|2021-06-10|Remove obsoleted port. Use devel/py-keystonemiddleware instead
devel/py-openstacksdk043|devel/py-openstacksdk|2021-06-10|Remove obsoleted port. Use devel/py-openstacksdk instead
devel/py-os-brick2|devel/py-os-brick|2021-06-10|Remove obsoleted port. Use devel/py-os-brick instead
devel/py-os-client-config1|devel/py-os-client-config|2021-06-10|Remove obsoleted port. Use devel/py-os-client-config instead

View file

@ -4742,7 +4742,6 @@
SUBDIR += py-orderedmultidict
SUBDIR += py-os-brick
SUBDIR += py-os-client-config
SUBDIR += py-os-client-config1
SUBDIR += py-os-service-types
SUBDIR += py-os-vif
SUBDIR += py-os-win

View file

@ -1,29 +0,0 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= os-client-config
PORTVERSION= 1.33.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OpenStack client configuration library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.13.0:devel/py-openstacksdk@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
# os-client-config 2.0.0+ requires Python 3.6+
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1578401142
SHA256 (os-client-config-1.33.0.tar.gz) = 1237837355179e149ba0c6bfce169f243f634b6c6d6000984c90e4ffa45c2baf
SIZE (os-client-config-1.33.0.tar.gz) = 48608

View file

@ -1,9 +0,0 @@
os-client-config is a library for collecting client configuration for using an
OpenStack cloud in a consistent and comprehensive manner. It will find cloud
config for as few as 1 cloud and as many as you want to put in a config file. It
will read environment variables and config files, and it also contains some
vendor specific default values so that you don't have to know extra info to use
OpenStack.
WWW: https://docs.openstack.org/os-client-config/latest/
WWW: https://github.com/openstack/os-client-config