Index: head/devel/py-os-client-config/Makefile =================================================================== --- head/devel/py-os-client-config/Makefile (revision 522389) +++ head/devel/py-os-client-config/Makefile (revision 522390) @@ -1,27 +1,26 @@ # Created by: Alexander Nusov # $FreeBSD$ PORTNAME= os-client-config -PORTVERSION= 1.29.0 +PORTVERSION= 1.33.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenStack Client Configuation Library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requestsexceptions>=1.2.0:devel/py-requestsexceptions@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.13.0:devel/py-openstacksdk@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include + Index: head/devel/py-os-client-config/distinfo =================================================================== --- head/devel/py-os-client-config/distinfo (revision 522389) +++ head/devel/py-os-client-config/distinfo (revision 522390) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527867966 -SHA256 (os-client-config-1.29.0.tar.gz) = e98bdde50e30396d47d237cfb23e209e8c0a6f834ada190a2dcfe5305bd42af0 -SIZE (os-client-config-1.29.0.tar.gz) = 65974 +TIMESTAMP = 1578401142 +SHA256 (os-client-config-1.33.0.tar.gz) = 1237837355179e149ba0c6bfce169f243f634b6c6d6000984c90e4ffa45c2baf +SIZE (os-client-config-1.33.0.tar.gz) = 48608 Property changes on: head/devel/py-os-client-config/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/py-os-client-config/pkg-descr =================================================================== --- head/devel/py-os-client-config/pkg-descr (revision 522389) +++ head/devel/py-os-client-config/pkg-descr (revision 522390) @@ -1,6 +1,9 @@ -os-client-config is a library for collecting client configuration for -using an OpenStack cloud in a consistent and comprehensive manner. -It will find cloud config for as few as 1 cloud and as many as you -want to put in a config file. +os-client-config is a library for collecting client configuration for using an +OpenStack cloud in a consistent and comprehensive manner. It will find cloud +config for as few as 1 cloud and as many as you want to put in a config file. It +will read environment variables and config files, and it also contains some +vendor specific default values so that you don't have to know extra info to use +OpenStack. -WWW: https://pypi.org/project/os-client-config/ +WWW: https://docs.openstack.org/os-client-config/latest/ +WWW: https://github.com/openstack/os-client-config Property changes on: head/devel/py-os-client-config/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property