From owner-dev-commits-ports-all@freebsd.org Thu Jun 10 15:46:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83D6664FC37; Thu, 10 Jun 2021 15:46:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G17d35s52z3MQ1; Thu, 10 Jun 2021 15:46:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45B0912641; Thu, 10 Jun 2021 15:46:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15AFkliu032518; Thu, 10 Jun 2021 15:46:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AFklij032517; Thu, 10 Jun 2021 15:46:47 GMT (envelope-from git) Date: Thu, 10 Jun 2021 15:46:47 GMT Message-Id: <202106101546.15AFklij032517@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0fa4f166e22f - main - devel/py-pycadf2: Remove obsoleted port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0fa4f166e22f4e1da4218ddaacb0d09a36aa8695 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 15:46:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fa4f166e22f4e1da4218ddaacb0d09a36aa8695 commit 0fa4f166e22f4e1da4218ddaacb0d09a36aa8695 Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 15:42:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 15:42:37 +0000 devel/py-pycadf2: Remove obsoleted port Use devel/py-pycadf instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-pycadf2/Makefile | 42 ------------------------------------------ devel/py-pycadf2/distinfo | 3 --- devel/py-pycadf2/pkg-descr | 7 ------- devel/py-pycadf2/pkg-plist | 7 ------- 6 files changed, 1 insertion(+), 60 deletions(-) diff --git a/MOVED b/MOVED index 7bb110858400..374cf26e7ea6 100644 --- a/MOVED +++ b/MOVED @@ -16375,3 +16375,4 @@ devel/py-oslo.service1|devel/py-oslo.service|2021-06-10|Remove obsoleted port. U devel/py-oslo.utils3|devel/py-oslo.utils|2021-06-10|Remove obsoleted port. Use devel/py-oslo.utils instead devel/py-oslo.versionedobjects1|devel/py-oslo.versionedobjects|2021-06-10|Remove obsoleted port. Use devel/py-oslo.versionedobjects instead devel/py-oslo.vmware2|devel/py-oslo.vmware|2021-06-10|Remove obsoleted port. Use devel/py-oslo.vmware instead +devel/py-pycadf2|devel/py-pycadf|2021-06-10|Remove obsoleted port. Use devel/py-pycadf instead 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 - -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 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