aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/py-python-novaclient16/Makefile39
-rw-r--r--net/py-python-novaclient16/distinfo3
-rw-r--r--net/py-python-novaclient16/pkg-descr8
5 files changed, 1 insertions, 51 deletions
diff --git a/MOVED b/MOVED
index 89fed117ca83..220a4c0dee4e 100644
--- a/MOVED
+++ b/MOVED
@@ -16384,3 +16384,4 @@ devel/py-twine1|devel/py-twine|2021-06-10|Remove obsoleted port. Use devel/py-tw
net/py-python-cinderclient5|net/py-python-cinderclient|2021-06-10|Remove obsoleted port. Use net/py-python-cinderclient instead
net/py-python-glanceclient2|net/py-python-glanceclient|2021-06-10|Remove obsoleted port. Use net/py-python-glanceclient instead
net/py-python-keystoneclient3|net/py-python-keystoneclient|2021-06-10|Remove obsoleted port. Use net/py-python-keystoneclient instead
+net/py-python-novaclient16|net/py-python-novaclient|2021-06-10|Remove obsoleted port. Use net/py-python-novaclient instead
diff --git a/net/Makefile b/net/Makefile
index 358006068859..f07bfd85addb 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1086,7 +1086,6 @@
SUBDIR += py-python-keystoneclient
SUBDIR += py-python-neutronclient
SUBDIR += py-python-novaclient
- SUBDIR += py-python-novaclient16
SUBDIR += py-python-openstackclient
SUBDIR += py-python-socks
SUBDIR += py-python-twitter
diff --git a/net/py-python-novaclient16/Makefile b/net/py-python-novaclient16/Makefile
deleted file mode 100644
index cebe5f44c568..000000000000
--- a/net/py-python-novaclient16/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
-
-PORTNAME= python-novaclient
-PORTVERSION= 16.0.0
-PORTREVISION= 5
-CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 16
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Client for the OpenStack Nova API
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2<0.8:devel/py-prettytable0@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.5.0:devel/py-keystoneauth1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR}
-
-USES= python:3.6+ shebangfix
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-SHEBANG_GLOB= *.sh
-
-# python-novaclient 17.0.0+ requires Python 3.6+
-PORTSCOUT= limit:^16\.
-
-.include <bsd.port.mk>
diff --git a/net/py-python-novaclient16/distinfo b/net/py-python-novaclient16/distinfo
deleted file mode 100644
index f5c1a0d99424..000000000000
--- a/net/py-python-novaclient16/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1571843527
-SHA256 (python-novaclient-16.0.0.tar.gz) = 652e67e7cb3eb423925eef11530638d1b9566757bf90e4e631c6135ce5b972f1
-SIZE (python-novaclient-16.0.0.tar.gz) = 324207
diff --git a/net/py-python-novaclient16/pkg-descr b/net/py-python-novaclient16/pkg-descr
deleted file mode 100644
index 000f744857a7..000000000000
--- a/net/py-python-novaclient16/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This is a client for OpenStack Nova API. There's a Python API (the novaclient
-module), and a command-line script (installed as nova). Each implements the
-entire OpenStack Nova API.
-
-You'll need credentials for an OpenStack cloud that implements the Compute API,
-such as TryStack, HP, or Rackspace, in order to use the nova client.
-
-WWW: https://docs.openstack.org/python-novaclient/latest/