Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -4177,6 +4177,7 @@ SUBDIR += py-optik SUBDIR += py-orbit SUBDIR += py-ordereddict + SUBDIR += py-oslo.i18n SUBDIR += py-palm SUBDIR += py-parsedatetime SUBDIR += py-path.py Index: head/devel/py-oslo.i18n/Makefile =================================================================== --- head/devel/py-oslo.i18n/Makefile +++ head/devel/py-oslo.i18n/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= oslo.i18n +PORTVERSION= 3.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= novel@FreeBSD.org +COMMENT= Oslo i18n library + +BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.6:${PORTSDIR}/devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:${PORTSDIR}/devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Index: head/devel/py-oslo.i18n/distinfo =================================================================== --- head/devel/py-oslo.i18n/distinfo +++ head/devel/py-oslo.i18n/distinfo @@ -0,0 +1,2 @@ +SHA256 (oslo.i18n-3.1.0.tar.gz) = 1c82d9e3acd821015990fd111750fd949a5276ed6561a16e0a39d69e7145dbd8 +SIZE (oslo.i18n-3.1.0.tar.gz) = 35941 Index: head/devel/py-oslo.i18n/pkg-descr =================================================================== --- head/devel/py-oslo.i18n/pkg-descr +++ head/devel/py-oslo.i18n/pkg-descr @@ -0,0 +1,5 @@ +The oslo.i18n library contains utilities for working with +internationalization (i18n) features, especially translation +for text strings in an application or library. + +WWW: http://wiki.openstack.org/wiki/Oslo#oslo.i18n