git: 88763556e7a4 - main - devel/py-keystoneauth13: Remove obsoleted port
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 10 15:46:19 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=88763556e7a47e78e537f03a6c657dd84ada3d9d
commit 88763556e7a47e78e537f03a6c657dd84ada3d9d
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 15:42:14 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 15:42:14 +0000
devel/py-keystoneauth13: Remove obsoleted port
Use devel/py-keystoneauth1 instead.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-keystoneauth13/Makefile | 30 ------------------------------
devel/py-keystoneauth13/distinfo | 3 ---
devel/py-keystoneauth13/pkg-descr | 9 ---------
5 files changed, 1 insertion(+), 43 deletions(-)
diff --git a/MOVED b/MOVED
index 6046ff3d5f98..b3152d2f0777 100644
--- a/MOVED
+++ b/MOVED
@@ -16350,3 +16350,4 @@ devel/py-futurist1|devel/py-futurist|2021-06-10|Remove obsoleted port. Use devel
devel/py-google-crc32c0|devel/py-google-crc32c|2021-06-10|Remove obsoleted port. Use devel/py-google-crc32c instead
devel/py-jaraco.context2|devel/py-jaraco.context|2021-06-10|Remove obsoleted port. Use devel/py-jaraco.context instead
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
diff --git a/devel/Makefile b/devel/Makefile
index f3c90bf8a5ea..5da52867029b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4609,7 +4609,6 @@
SUBDIR += py-kazoo
SUBDIR += py-keystone-engine
SUBDIR += py-keystoneauth1
- SUBDIR += py-keystoneauth13
SUBDIR += py-keystonemiddleware
SUBDIR += py-keystonemiddleware8
SUBDIR += py-kitchen
diff --git a/devel/py-keystoneauth13/Makefile b/devel/py-keystoneauth13/Makefile
deleted file mode 100644
index 83f0d4505904..000000000000
--- a/devel/py-keystoneauth13/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= keystoneauth1
-PORTVERSION= 3.18.0
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 3
-
-MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= Authentication Library for OpenStack Identity
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}os-service-types>=1.2.0:devel/py-os-service-types@${PY_FLAVOR}
-
-USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-# keystoneauth1 4.0.0+ requires Python 3.6+
-PORTSCOUT= limit:^3\.
-
-.include <bsd.port.mk>
diff --git a/devel/py-keystoneauth13/distinfo b/devel/py-keystoneauth13/distinfo
deleted file mode 100644
index 269d51c56685..000000000000
--- a/devel/py-keystoneauth13/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1578330012
-SHA256 (keystoneauth1-3.18.0.tar.gz) = 3ae67c6542ed66a37cddcd26a35457c1ff5cd14b20f5490973273cf9eb555a52
-SIZE (keystoneauth1-3.18.0.tar.gz) = 256203
diff --git a/devel/py-keystoneauth13/pkg-descr b/devel/py-keystoneauth13/pkg-descr
deleted file mode 100644
index ac5c0e06fa98..000000000000
--- a/devel/py-keystoneauth13/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This package contains tools for authenticating to an OpenStack-based cloud.
-These tools include:
-
-- Authentication plugins (password, token, and federation based)
-- Discovery mechanisms to determine API version support
-- A session that is used to maintain client settings across requests
- (based on the requests Python library)
-
-WWW: https://docs.openstack.org/keystoneauth/latest/
More information about the dev-commits-ports-all
mailing list