Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2018 04:23:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464752 - head/devel/py-oslo.i18n
Message-ID:  <201803170423.w2H4Nti2063966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 17 04:23:55 2018
New Revision: 464752
URL: https://svnweb.freebsd.org/changeset/ports/464752

Log:
  Update to 3.20.0
  
  - Add LICENSE_FILE
  - Fix version requirement of RUN_DEPENDS
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Reformat pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://docs.openstack.org/oslo.i18n/latest/user/history.html

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

Modified: head/devel/py-oslo.i18n/Makefile
==============================================================================
--- head/devel/py-oslo.i18n/Makefile	Sat Mar 17 04:23:49 2018	(r464751)
+++ head/devel/py-oslo.i18n/Makefile	Sat Mar 17 04:23:55 2018	(r464752)
@@ -1,23 +1,23 @@
 # $FreeBSD$
 
 PORTNAME=	oslo.i18n
-PORTVERSION=	3.11.0
+PORTVERSION=	3.20.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Oslo i18n library
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
+BUILD_DEPENDS=	${PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR}
 
 NO_ARCH=	yes
-
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-oslo.i18n/distinfo
==============================================================================
--- head/devel/py-oslo.i18n/distinfo	Sat Mar 17 04:23:49 2018	(r464751)
+++ head/devel/py-oslo.i18n/distinfo	Sat Mar 17 04:23:55 2018	(r464752)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482048723
-SHA256 (oslo.i18n-3.11.0.tar.gz) = eea63e54dda6e6a49538164e9131106e2c918712b58f9a3ce9118226333eed6a
-SIZE (oslo.i18n-3.11.0.tar.gz) = 40354
+TIMESTAMP = 1521253715
+SHA256 (oslo.i18n-3.20.0.tar.gz) = c3cf63c01fa3ff1b5ae7d6445d805c6bf5390ac010725cf126b18eb9086f4c4e
+SIZE (oslo.i18n-3.20.0.tar.gz) = 43337

Modified: head/devel/py-oslo.i18n/pkg-descr
==============================================================================
--- head/devel/py-oslo.i18n/pkg-descr	Sat Mar 17 04:23:49 2018	(r464751)
+++ head/devel/py-oslo.i18n/pkg-descr	Sat Mar 17 04:23:55 2018	(r464752)
@@ -1,5 +1,5 @@
-The oslo.i18n library contains utilities for working with
-internationalization (i18n) features, especially translation
-for text strings in an application or library.
+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
+WWW: https://docs.openstack.org/oslo.i18n/latest/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803170423.w2H4Nti2063966>