git: d661aa035b02 - main - devel/py-openstacksdk043: Remove obsoleted port
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 10 15:46:21 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d661aa035b0274ead77ca11bf12089d7711e40f3
commit d661aa035b0274ead77ca11bf12089d7711e40f3
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 15:42:16 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 15:42:16 +0000
devel/py-openstacksdk043: Remove obsoleted port
Use devel/py-openstacksdk instead.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-openstacksdk043/Makefile | 43 --------------------------------------
devel/py-openstacksdk043/distinfo | 3 ---
devel/py-openstacksdk043/pkg-descr | 15 -------------
5 files changed, 1 insertion(+), 62 deletions(-)
diff --git a/MOVED b/MOVED
index fc5d7c5b340b..9a9d9067c944 100644
--- a/MOVED
+++ b/MOVED
@@ -16352,3 +16352,4 @@ devel/py-jaraco.context2|devel/py-jaraco.context|2021-06-10|Remove obsoleted por
devel/py-jaraco.util13|devel/py-jaraco.util|2021-06-10|Remove obsoleted port. Use devel/py-jaraco.util instead
devel/py-keystoneauth13|devel/py-keystoneauth1|2021-06-10|Remove obsoleted port. Use devel/py-keystoneauth1 instead
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
diff --git a/devel/Makefile b/devel/Makefile
index 6a24880eb0f8..6aa86d0876ac 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4731,7 +4731,6 @@
SUBDIR += py-opendht
SUBDIR += py-opengrok-tools
SUBDIR += py-openstacksdk
- SUBDIR += py-openstacksdk043
SUBDIR += py-opentracing
SUBDIR += py-opster
SUBDIR += py-optik
diff --git a/devel/py-openstacksdk043/Makefile b/devel/py-openstacksdk043/Makefile
deleted file mode 100644
index c367a6cdefb7..000000000000
--- a/devel/py-openstacksdk043/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
-
-PORTNAME= openstacksdk
-PORTVERSION= 0.43.0
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 043
-
-MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= SDK for building applications to work with OpenStack
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1:security/py-cryptography@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}decorator>=4.4.1:devel/py-decorator@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.5:devel/py-dogpile.cache@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jmespath>=0.9.0:devel/py-jmespath@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jsonpatch>=1.16:devel/py-jsonpatch@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}munch>=2.1.0:devel/py-munch@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}os-service-types>=1.7.0:devel/py-os-service-types@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requestsexceptions>=1.2.0:devel/py-requestsexceptions@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.18.0:devel/py-keystoneauth1@${PY_FLAVOR}
-
-USES= python:3.6+ shebangfix
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-# openstacksdk 0.44.0+ requires Python 3.6+
-PORTSCOUT= limit:^0\.43\.
-
-SHEBANG_GLOB= *.sh
-
-.include <bsd.port.mk>
diff --git a/devel/py-openstacksdk043/distinfo b/devel/py-openstacksdk043/distinfo
deleted file mode 100644
index aa7ca4d64984..000000000000
--- a/devel/py-openstacksdk043/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1585833197
-SHA256 (openstacksdk-0.43.0.tar.gz) = 3fa2a80a694f999c8c10a168a1b9f72cd555ff4ae68d9f689d3e26da86470123
-SIZE (openstacksdk-0.43.0.tar.gz) = 908563
diff --git a/devel/py-openstacksdk043/pkg-descr b/devel/py-openstacksdk043/pkg-descr
deleted file mode 100644
index 491b9ad69a08..000000000000
--- a/devel/py-openstacksdk043/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-openstacksdk is a client library for building applications to work with
-OpenStack clouds. The project aims to provide a consistent and complete set of
-interactions with OpenStack's many services, along with complete documentation,
-examples, and tools.
-
-It also contains an abstraction interface layer. Clouds can do many things, but
-there are probably only about 10 of them that most people care about with any
-regularity. If you want to do complicated things, the per-service oriented
-portions of the SDK are for you. However, if what you want is to be able to
-write an application that talks to clouds no matter what crazy choices the
-deployer has made in an attempt to be more hipster than their self-entitled
-narcissist peers, then the Cloud Abstraction layer is for you.
-
-WWW: https://docs.openstack.org/openstacksdk/latest/
-WWW: https://github.com/openstack/openstacksdk
More information about the dev-commits-ports-all
mailing list