mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
devel/py-keystoneauth1: update to 2.6.0
- update to 2.6.0 - fix tabs/spaces formatting in RUN_DEPENDS - py-keystoneauth1 supports only Python 2.7 or newer now, so adjust USES= python accordingly PR: 209367 Approved by: maintainer
This commit is contained in:
parent
5359797f3f
commit
7060298089
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414801
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= keystoneauth1
|
||||
PORTVERSION= 2.5.0
|
||||
PORTVERSION= 2.6.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,9 +12,8 @@ COMMENT= Authentication Library for OpenStack Identity
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \
|
||||
${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601 \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601 \
|
||||
${PYTHON_PKGNAMEPREFIX}positional>0:devel/py-positional \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
|
||||
@ -22,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= python
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (keystoneauth1-2.5.0.tar.gz) = fd872984b1c430fc2a7cf33a7bd0f0c7017cb6a7eaac3c8550f71de36128d159
|
||||
SIZE (keystoneauth1-2.5.0.tar.gz) = 151457
|
||||
SHA256 (keystoneauth1-2.6.0.tar.gz) = b89a5eab3bb4bd6b36dc0c34903dbc37f531fbef4c74722cc62bffd730d1d854
|
||||
SIZE (keystoneauth1-2.6.0.tar.gz) = 153120
|
||||
|
Loading…
Reference in New Issue
Block a user