Add py-oslo.i18n3 3.25.1 (copied from py-oslo.i18n)
- Add PORTSCOUT
This commit is contained in:
parent
de63fa8a2a
commit
ca56283a51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535380
@ -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
|
||||
|
28
devel/py-oslo.i18n3/Makefile
Normal file
28
devel/py-oslo.i18n3/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
devel/py-oslo.i18n3/distinfo
Normal file
3
devel/py-oslo.i18n3/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1578401152
|
||||
SHA256 (oslo.i18n-3.25.1.tar.gz) = 8479724031bee200cb72577cf9670c48c93089e32627a74fb3dc80dec2812fc9
|
||||
SIZE (oslo.i18n-3.25.1.tar.gz) = 44402
|
6
devel/py-oslo.i18n3/pkg-descr
Normal file
6
devel/py-oslo.i18n3/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user