Date: Thu, 10 Jun 2021 15:46:28 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ec2b548c9868 - main - devel/py-oslo.config7: Remove obsoleted port Message-ID: <202106101546.15AFkSRT032115@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec2b548c986894a449c64f6e7853ed0f5edb2091 commit ec2b548c986894a449c64f6e7853ed0f5edb2091 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-10 15:42:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-10 15:42:22 +0000 devel/py-oslo.config7: Remove obsoleted port Use devel/py-oslo.config instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-oslo.config7/Makefile | 37 ------------------------------------- devel/py-oslo.config7/distinfo | 3 --- devel/py-oslo.config7/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 46 deletions(-) diff --git a/MOVED b/MOVED index 1e02343b07d4..b1cd8cab220a 100644 --- a/MOVED +++ b/MOVED @@ -16359,3 +16359,4 @@ devel/py-os-win4|devel/py-os-win|2021-06-10|Remove obsoleted port. Use devel/py- devel/py-osc-lib1|devel/py-osc-lib|2021-06-10|Remove obsoleted port. Use devel/py-osc-lib instead devel/py-oslo.cache1|devel/py-oslo.cache|2021-06-10|Remove obsoleted port. Use devel/py-oslo.cache instead devel/py-oslo.concurrency3|devel/py-oslo.concurrency|2021-06-10|Remove obsoleted port. Use devel/py-oslo.concurrency instead +devel/py-oslo.config7|devel/py-oslo.config|2021-06-10|Remove obsoleted port. Use devel/py-oslo.config instead diff --git a/devel/Makefile b/devel/Makefile index fbc82a0d432d..ed8848caef14 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4749,7 +4749,6 @@ SUBDIR += py-oslo.cache SUBDIR += py-oslo.concurrency SUBDIR += py-oslo.config - SUBDIR += py-oslo.config7 SUBDIR += py-oslo.context SUBDIR += py-oslo.context2 SUBDIR += py-oslo.db diff --git a/devel/py-oslo.config7/Makefile b/devel/py-oslo.config7/Makefile deleted file mode 100644 index ea98e0ca0509..000000000000 --- a/devel/py-oslo.config7/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> - -PORTNAME= oslo.config -PORTVERSION= 7.0.0 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 7 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Oslo Configuration 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}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.2.0:www/py-rfc3986@${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}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# oslo.config 8.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^7\. - -post-patch: - @${GREP} -lr /etc ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g' - -.include <bsd.port.mk> diff --git a/devel/py-oslo.config7/distinfo b/devel/py-oslo.config7/distinfo deleted file mode 100644 index d237f0db4e8a..000000000000 --- a/devel/py-oslo.config7/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1586366850 -SHA256 (oslo.config-7.0.0.tar.gz) = 77a3104b1aa70d97adcc93513fcc61df5067a00152d429b9f5f7dcca214f11b4 -SIZE (oslo.config-7.0.0.tar.gz) = 149323 diff --git a/devel/py-oslo.config7/pkg-descr b/devel/py-oslo.config7/pkg-descr deleted file mode 100644 index 97423cf8a694..000000000000 --- a/devel/py-oslo.config7/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Oslo configuration API supports parsing command -line arguments and .ini style configuration files. - -WWW: https://docs.openstack.org/oslo.config/latest/ -WWW: https://github.com/openstack/oslo.config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101546.15AFkSRT032115>