svn commit: r406087 - in head/devel: . py-oslo.i18n

Roman Bogorodskiy novel at FreeBSD.org
Thu Jan 14 01:16:54 UTC 2016


Author: novel
Date: Thu Jan 14 01:16:52 2016
New Revision: 406087
URL: https://svnweb.freebsd.org/changeset/ports/406087

Log:
  New port: devel/py-oslo.i18n
  
  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
  
  Differential Revision:	D4850
  Reviewed by:		koobs

Added:
  head/devel/py-oslo.i18n/
  head/devel/py-oslo.i18n/Makefile   (contents, props changed)
  head/devel/py-oslo.i18n/distinfo   (contents, props changed)
  head/devel/py-oslo.i18n/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jan 14 00:36:14 2016	(r406086)
+++ head/devel/Makefile	Thu Jan 14 01:16:52 2016	(r406087)
@@ -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

Added: head/devel/py-oslo.i18n/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oslo.i18n/Makefile	Thu Jan 14 01:16:52 2016	(r406087)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	oslo.i18n
+PORTVERSION=	3.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	novel at 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 <bsd.port.mk>

Added: head/devel/py-oslo.i18n/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oslo.i18n/distinfo	Thu Jan 14 01:16:52 2016	(r406087)
@@ -0,0 +1,2 @@
+SHA256 (oslo.i18n-3.1.0.tar.gz) = 1c82d9e3acd821015990fd111750fd949a5276ed6561a16e0a39d69e7145dbd8
+SIZE (oslo.i18n-3.1.0.tar.gz) = 35941

Added: head/devel/py-oslo.i18n/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oslo.i18n/pkg-descr	Thu Jan 14 01:16:52 2016	(r406087)
@@ -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


More information about the svn-ports-all mailing list