1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 3.36.0

- Add LICENSE_FILE
- Fix version requirement of RUN_DEPENDS
- Sort RUN_DEPENDS
- Allow concurrent installation (USE_PYTHON=concurrent)
- Reformat pkg-descr
- Update WWW
- Take maintainership

Changes:	https://docs.openstack.org/oslo.utils/latest/user/history.html
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-17 04:24:00 +00:00
parent 8e71dc3958
commit 30c47d73a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464753
3 changed files with 27 additions and 23 deletions

View File

@ -1,31 +1,36 @@
# $FreeBSD$
PORTNAME= oslo.utils
PORTVERSION= 3.21.0
PORTVERSION= 3.36.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Oslo Utility library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>0:devel/py-debtcollector@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}monotonic>=0.3:devel/py-monotonic@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.i18n>0:devel/py-oslo.i18n@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${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} \
${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.0:devel/py-pyparsing@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2013.6:devel/py-pytz@${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>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>=1.0.0:devel/py-funcsigs@${FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1482581504
SHA256 (oslo.utils-3.21.0.tar.gz) = b017cd97727baaad41303c238e08c9b5e0dcc7b278ec192b3d69ed7275715a07
SIZE (oslo.utils-3.21.0.tar.gz) = 83215
TIMESTAMP = 1521253751
SHA256 (oslo.utils-3.36.0.tar.gz) = 5ec18a8e252fa68a715d6b5faac96b433d8575ef8bcb86efeddce3dd7018757f
SIZE (oslo.utils-3.36.0.tar.gz) = 87160

View File

@ -1,5 +1,4 @@
The oslo.utils library provides support for common utility type
functions, such as encoding, exception handling, string manipulation,
and time handling.
The oslo utils library provides support for common utility type functions, such
as encoding, exception handling, string manipulation, and time handling.
WWW: https://github.com/openstack/oslo.utils
WWW: https://docs.openstack.org/oslo.utils/latest/