mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
Update to 5.13.0
- Add LICENSE - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.rootwrap/latest/user/history.html PR: 226766 Submitted by: sunpoet (myself) Approved by: Alexander Nusov <alexander.nusov@nfvexpress.com> (maintainer)
This commit is contained in:
parent
d841291a7a
commit
0e57220cb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466321
@ -2,22 +2,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oslo.rootwrap
|
||||
PORTVERSION= 5.4.0
|
||||
PORTVERSION= 5.13.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Oslo rootwrap
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${FLAVOR}
|
||||
RUN_DEPENDS= ${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>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485281244
|
||||
SHA256 (oslo.rootwrap-5.4.0.tar.gz) = 8b3c1c5726e0845fcd00d9f951f012bdd3405380acf125428268fba4f70f3c00
|
||||
SIZE (oslo.rootwrap-5.4.0.tar.gz) = 40741
|
||||
TIMESTAMP = 1521262120
|
||||
SHA256 (oslo.rootwrap-5.13.0.tar.gz) = 2a446395f7bd1f98000ae6e81824abb13755659fb56b51d0bf0ddbfcbab0f9ed
|
||||
SIZE (oslo.rootwrap-5.13.0.tar.gz) = 43433
|
||||
|
Loading…
Reference in New Issue
Block a user