Date: Thu, 10 Jun 2021 15:46:31 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: d7d398bd7e22 - main - devel/py-oslo.i18n3: Remove obsoleted port Message-ID: <202106101546.15AFkVwN032187@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=d7d398bd7e223d8a6679c9b002be840911ea6391 commit d7d398bd7e223d8a6679c9b002be840911ea6391 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-10 15:42:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-10 15:42:25 +0000 devel/py-oslo.i18n3: Remove obsoleted port Use devel/py-oslo.i18n instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-oslo.i18n3/Makefile | 26 -------------------------- devel/py-oslo.i18n3/distinfo | 3 --- devel/py-oslo.i18n3/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 36 deletions(-) diff --git a/MOVED b/MOVED index 89f608babaaa..9ab5c782305f 100644 --- a/MOVED +++ b/MOVED @@ -16362,3 +16362,4 @@ devel/py-oslo.concurrency3|devel/py-oslo.concurrency|2021-06-10|Remove obsoleted devel/py-oslo.config7|devel/py-oslo.config|2021-06-10|Remove obsoleted port. Use devel/py-oslo.config instead devel/py-oslo.context2|devel/py-oslo.context|2021-06-10|Remove obsoleted port. Use devel/py-oslo.context instead devel/py-oslo.db6|devel/py-oslo.db|2021-06-10|Remove obsoleted port. Use devel/py-oslo.db instead +devel/py-oslo.i18n3|devel/py-oslo.i18n|2021-06-10|Remove obsoleted port. Use devel/py-oslo.i18n instead diff --git a/devel/Makefile b/devel/Makefile index 62e10cee7ab6..bee8591e3731 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4752,7 +4752,6 @@ SUBDIR += py-oslo.context SUBDIR += py-oslo.db SUBDIR += py-oslo.i18n - SUBDIR += py-oslo.i18n3 SUBDIR += py-oslo.limit SUBDIR += py-oslo.log SUBDIR += py-oslo.log3 diff --git a/devel/py-oslo.i18n3/Makefile b/devel/py-oslo.i18n3/Makefile deleted file mode 100644 index 3ef6d34e52c6..000000000000 --- a/devel/py-oslo.i18n3/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= oslo.i18n -PORTVERSION= 3.25.1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 3 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Oslo i18n library - -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}six>=1.10.0:devel/py-six@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# oslo.i18n 4.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^3\. - -.include <bsd.port.mk> diff --git a/devel/py-oslo.i18n3/distinfo b/devel/py-oslo.i18n3/distinfo deleted file mode 100644 index 05ce6fe93ddb..000000000000 --- a/devel/py-oslo.i18n3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578401152 -SHA256 (oslo.i18n-3.25.1.tar.gz) = 8479724031bee200cb72577cf9670c48c93089e32627a74fb3dc80dec2812fc9 -SIZE (oslo.i18n-3.25.1.tar.gz) = 44402 diff --git a/devel/py-oslo.i18n3/pkg-descr b/devel/py-oslo.i18n3/pkg-descr deleted file mode 100644 index 0e6a0e5e6607..000000000000 --- a/devel/py-oslo.i18n3/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The oslo.i18n library contain utilities for working with internationalization -(i18n) features, especially translation for text strings in an application or -library. - -WWW: https://docs.openstack.org/oslo.i18n/latest/ -WWW: https://github.com/openstack/oslo.i18n
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101546.15AFkVwN032187>