svn commit: r522409 - head/net/py-python-designateclient
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jan 8 14:51:20 UTC 2020
Author: sunpoet
Date: Wed Jan 8 14:51:19 2020
New Revision: 522409
URL: https://svnweb.freebsd.org/changeset/ports/522409
Log:
Update to 2.12.0
- Add LICENSE_FILE
- Sort RUN_DEPENDS
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/openstack/python-designateclient/commits/master
Modified:
head/net/py-python-designateclient/Makefile
head/net/py-python-designateclient/distinfo (contents, props changed)
head/net/py-python-designateclient/pkg-descr (contents, props changed)
Modified: head/net/py-python-designateclient/Makefile
==============================================================================
--- head/net/py-python-designateclient/Makefile Wed Jan 8 14:51:14 2020 (r522408)
+++ head/net/py-python-designateclient/Makefile Wed Jan 8 14:51:19 2020 (r522409)
@@ -2,31 +2,33 @@
# $FreeBSD$
PORTNAME= python-designateclient
-PORTVERSION= 2.4.0
+PORTVERSION= 2.12.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= OpenStack DNS-as-a-Service - Client
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.2.0:devel/py-osc-lib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cliff>=2.3.0:devel/py-cliff@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.8.0:devel/py-osc-lib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR}
-NO_ARCH= yes
-
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/net/py-python-designateclient/distinfo
==============================================================================
--- head/net/py-python-designateclient/distinfo Wed Jan 8 14:51:14 2020 (r522408)
+++ head/net/py-python-designateclient/distinfo Wed Jan 8 14:51:19 2020 (r522409)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485278681
-SHA256 (python-designateclient-2.4.0.tar.gz) = f362714f246213ef4bf6064399c1b858f4309ea28b75d56ac5f943fb5e6cf7c7
-SIZE (python-designateclient-2.4.0.tar.gz) = 80150
+TIMESTAMP = 1578401180
+SHA256 (python-designateclient-2.12.0.tar.gz) = 1b18ef572ca7cdfc549db75f3c55d36d9ab816626d9d80f95784fd61abe55614
+SIZE (python-designateclient-2.12.0.tar.gz) = 85041
Modified: head/net/py-python-designateclient/pkg-descr
==============================================================================
--- head/net/py-python-designateclient/pkg-descr Wed Jan 8 14:51:14 2020 (r522408)
+++ head/net/py-python-designateclient/pkg-descr Wed Jan 8 14:51:19 2020 (r522409)
@@ -1,4 +1,5 @@
-This is a client library for Designate built on the Designate API. It provides
-a Python API (the designateclient module) and a command-line tool (designate).
+This is a client library for Designate built on the Designate API. It provides a
+Python API (the designateclient module) and a command-line tool (designate).
-WWW: https://pypi.org/project/python-designateclient/
+WWW: https://docs.openstack.org/python-designateclient/latest/
+WWW: https://github.com/openstack/python-designateclient
More information about the svn-ports-all
mailing list