aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:11:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:11:52 +0000
commitde92b0e2f3410edc7d485fe792fb8003e9c200e7 (patch)
treec81d2fbd84dd2a7d1f8c843d0287eb63a2d1e9c4
parentd600ef293fb4c1dd479e811803d151ade7a486f4 (diff)
downloadports-de92b0e2f3410edc7d485fe792fb8003e9c200e7.tar.gz
ports-de92b0e2f3410edc7d485fe792fb8003e9c200e7.zip
net/py-python-ceilometerclient: Remove obsoleted port
This project is no longer maintained.
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/py-python-ceilometerclient/Makefile34
-rw-r--r--net/py-python-ceilometerclient/distinfo3
-rw-r--r--net/py-python-ceilometerclient/pkg-descr3
5 files changed, 1 insertions, 41 deletions
diff --git a/MOVED b/MOVED
index 15e09e82baea..e5ea5e18ef0c 100644
--- a/MOVED
+++ b/MOVED
@@ -7857,3 +7857,4 @@ security/rosenpass|net/rosenpass|2023-09-12|Remove duplicate port
dns/tinystats||2023-09-20|Has expired: djbdns got removed, port is no longer required
mail/cyrus-imapd23||2023-09-20|Has expired: No longer supported by upstream
mail/cyrus-imapd24||2023-09-20|Has expired: No longer supported by upstream
+net/py-python-ceilometerclient||2023-09-22|Remove obsoleted port. This project is no longer maintained
diff --git a/net/Makefile b/net/Makefile
index a0822b6214ba..4d2a21d5aacb 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1120,7 +1120,6 @@
SUBDIR += py-pystun
SUBDIR += py-python-barbicanclient
SUBDIR += py-python-bitcoinrpc
- SUBDIR += py-python-ceilometerclient
SUBDIR += py-python-cinderclient
SUBDIR += py-python-designateclient
SUBDIR += py-python-glanceclient
diff --git a/net/py-python-ceilometerclient/Makefile b/net/py-python-ceilometerclient/Makefile
deleted file mode 100644
index 8b70c57a362c..000000000000
--- a/net/py-python-ceilometerclient/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME= python-ceilometerclient
-PORTVERSION= 2.9.0
-PORTREVISION= 4
-CATEGORIES= net python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= OpenStack Telemetry API Client Library
-WWW= https://github.com/openstack-archive/python-ceilometerclient
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.17.0:devel/py-oslo.utils@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7<0.8:devel/py-prettytable0@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.8.1:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}stevedore>=1.10.0:devel/py-stevedore@${PY_FLAVOR}
-
-USES= python shebangfix
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-SHEBANG_GLOB= *.sh
-
-.include <bsd.port.mk>
diff --git a/net/py-python-ceilometerclient/distinfo b/net/py-python-ceilometerclient/distinfo
deleted file mode 100644
index 59fc7d1f85c3..000000000000
--- a/net/py-python-ceilometerclient/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1589134880
-SHA256 (python-ceilometerclient-2.9.0.tar.gz) = 20e4eccb27a40bc279dba3faaa8d0974680204a35c54553833ee4063cf30074a
-SIZE (python-ceilometerclient-2.9.0.tar.gz) = 95460
diff --git a/net/py-python-ceilometerclient/pkg-descr b/net/py-python-ceilometerclient/pkg-descr
deleted file mode 100644
index 02e2fa3cad72..000000000000
--- a/net/py-python-ceilometerclient/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a client library for Ceilometer built on the Ceilometer API. It
-provides a Python API (the ceilometerclient module) and a command-line tool
-(ceilometer).