Date: Tue, 3 Apr 2018 09:50:52 +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: r466312 - head/devel/py-oslo.context Message-ID: <201804030950.w339oqTU091111@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 3 09:50:51 2018 New Revision: 466312 URL: https://svnweb.freebsd.org/changeset/ports/466312 Log: Update to 2.20.0 - Add LICENSE - Fix RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.context/latest/user/history.html PR: 226757 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer) Modified: head/devel/py-oslo.context/Makefile head/devel/py-oslo.context/distinfo (contents, props changed) Modified: head/devel/py-oslo.context/Makefile ============================================================================== --- head/devel/py-oslo.context/Makefile Tue Apr 3 09:50:46 2018 (r466311) +++ head/devel/py-oslo.context/Makefile Tue Apr 3 09:50:51 2018 (r466312) @@ -2,23 +2,22 @@ # $FreeBSD$ PORTNAME= oslo.context -PORTVERSION= 2.12.0 +PORTVERSION= 2.20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= alexander.nusov@nfvexpress.com +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Oslo Context library LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}positional>=1.1.1:devel/py-positional@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${FLAVOR} NO_ARCH= yes - USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> Modified: head/devel/py-oslo.context/distinfo ============================================================================== --- head/devel/py-oslo.context/distinfo Tue Apr 3 09:50:46 2018 (r466311) +++ head/devel/py-oslo.context/distinfo Tue Apr 3 09:50:51 2018 (r466312) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485280556 -SHA256 (oslo.context-2.12.0.tar.gz) = cd9bdc4deeb2db3a66604f890bbd3d9c2195da0b03969488b58307a287b6aa12 -SIZE (oslo.context-2.12.0.tar.gz) = 25505 +TIMESTAMP = 1521261840 +SHA256 (oslo.context-2.20.0.tar.gz) = 7def9507139fdebe5f341c1bfb8b86d29d071efaa80d072d6e999bc76f4e3846 +SIZE (oslo.context-2.20.0.tar.gz) = 28203
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804030950.w339oqTU091111>