diff --git a/devel/Makefile b/devel/Makefile index edfa710138c7..9e39679c5d38 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4715,6 +4715,7 @@ SUBDIR += py-oslo.db SUBDIR += py-oslo.db6 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 new file mode 100644 index 000000000000..36d35cb67a52 --- /dev/null +++ b/devel/py-oslo.i18n3/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +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 +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +# oslo.i18n 4.0.0+ requires Python 3.6+ +PORTSCOUT= limit:^3\. + +.include diff --git a/devel/py-oslo.i18n3/distinfo b/devel/py-oslo.i18n3/distinfo new file mode 100644 index 000000000000..05ce6fe93ddb --- /dev/null +++ b/devel/py-oslo.i18n3/distinfo @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..0e6a0e5e6607 --- /dev/null +++ b/devel/py-oslo.i18n3/pkg-descr @@ -0,0 +1,6 @@ +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