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)
This commit is contained in:
parent
9668aca873
commit
a9420b15b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466312
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user