aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 15:42:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 15:42:37 +0000
commit0fa4f166e22f4e1da4218ddaacb0d09a36aa8695 (patch)
tree8dc14e9fb7bbbc411d7a41e11b36811e93452248 /devel
parentc64d2d3bc4ccaab20788df37b9326ae683df22e6 (diff)
downloadports-0fa4f166e22f4e1da4218ddaacb0d09a36aa8695.tar.gz
ports-0fa4f166e22f4e1da4218ddaacb0d09a36aa8695.zip
devel/py-pycadf2: Remove obsoleted port
Use devel/py-pycadf instead.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-pycadf2/Makefile42
-rw-r--r--devel/py-pycadf2/distinfo3
-rw-r--r--devel/py-pycadf2/pkg-descr7
-rw-r--r--devel/py-pycadf2/pkg-plist7
5 files changed, 0 insertions, 60 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ddf1dc96a7e2..c67580e06ffa 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4871,7 +4871,6 @@
SUBDIR += py-pybind11
SUBDIR += py-pybix
SUBDIR += py-pycadf
- SUBDIR += py-pycadf2
SUBDIR += py-pycalendar
SUBDIR += py-pycallgraph
SUBDIR += py-pycapsicum
diff --git a/devel/py-pycadf2/Makefile b/devel/py-pycadf2/Makefile
deleted file mode 100644
index a232b84d1c95..000000000000
--- a/devel/py-pycadf2/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
-PORTNAME= pycadf
-PORTVERSION= 2.10.0
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 2
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= CADF Library
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytz>=2013.6,1:devel/py-pytz@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR}
-
-USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-# pycadf 3.0.0+ requires Python 3.6+
-PORTSCOUT= limit:^2\.
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^data_files|no_&|' ${WRKSRC}/setup.cfg
-
-post-install:
- ${MKDIR} ${STAGEDIR}${ETCDIR}
-.for service in ceilometer cinder glance neutron nova trove
- ${INSTALL_DATA} ${WRKSRC}/etc/pycadf/${service}_api_audit_map.conf ${STAGEDIR}${ETCDIR}/${service}_api_audit_map.conf.sample
-.endfor
-
-.include <bsd.port.mk>
diff --git a/devel/py-pycadf2/distinfo b/devel/py-pycadf2/distinfo
deleted file mode 100644
index e8a64577635a..000000000000
--- a/devel/py-pycadf2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1578675131
-SHA256 (pycadf-2.10.0.tar.gz) = 2a94049443b9d2c37cb4e25801bc7e581300132b585be66cc8d4455d91b064bd
-SIZE (pycadf-2.10.0.tar.gz) = 249312
diff --git a/devel/py-pycadf2/pkg-descr b/devel/py-pycadf2/pkg-descr
deleted file mode 100644
index 3561049fc208..000000000000
--- a/devel/py-pycadf2/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This library provides an auditing data model based on the Cloud Auditing Data
-Federation specification, primarily for use by OpenStack. The goal is to
-establish strict expectations about what auditors can expect from audit
-notifications.
-
-WWW: https://docs.openstack.org/pycadf/latest/
-WWW: https://github.com/openstack/pycadf
diff --git a/devel/py-pycadf2/pkg-plist b/devel/py-pycadf2/pkg-plist
deleted file mode 100644
index b7ee5826ded6..000000000000
--- a/devel/py-pycadf2/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-@dir %%ETCDIR%%
-@sample %%ETCDIR%%/ceilometer_api_audit_map.conf.sample
-@sample %%ETCDIR%%/cinder_api_audit_map.conf.sample
-@sample %%ETCDIR%%/glance_api_audit_map.conf.sample
-@sample %%ETCDIR%%/neutron_api_audit_map.conf.sample
-@sample %%ETCDIR%%/nova_api_audit_map.conf.sample
-@sample %%ETCDIR%%/trove_api_audit_map.conf.sample