Index: py-oslo.i18n/Makefile =================================================================== --- py-oslo.i18n/Makefile +++ py-oslo.i18n/Makefile @@ -0,0 +1,22 @@ +# $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 \ + ${PKGNAMEPREFIX}pbr>=1.6:${PORTSDIR}/devel/py-pbr \ + ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Index: py-oslo.i18n/distinfo =================================================================== --- py-oslo.i18n/distinfo +++ 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: py-oslo.i18n/pkg-descr =================================================================== --- py-oslo.i18n/pkg-descr +++ py-oslo.i18n/pkg-descr @@ -0,0 +1,5 @@ +The oslo.i18n library contain 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