diff -rhuN ports.orig/devel/py-debtcollector/Makefile ports/devel/py-debtcollector/Makefile --- ports.orig/devel/py-debtcollector/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-debtcollector/Makefile 2016-01-10 08:21:17.262024000 +0000 @@ -0,0 +1,23 @@ +# Created by: Kubilay Kocak +# $FreeBSD: head/devel/py-pbr/Makefile 403758 2015-12-15 04:57:46Z koobs $ + +PORTNAME= debtcollector +PORTVERSION= 1.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Python Build Reasonableness + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:${PORTSDIR}/devel/py-pip + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include diff -rhuN ports.orig/devel/py-debtcollector/distinfo ports/devel/py-debtcollector/distinfo --- ports.orig/devel/py-debtcollector/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-debtcollector/distinfo 2016-01-10 08:21:49.685057000 +0000 @@ -0,0 +1,2 @@ +SHA256 (debtcollector-1.1.0.tar.gz) = 87da37838bffbe61b7ba4986579e0ae06bc5f8eb2e197e89ef7419322655ae9b +SIZE (debtcollector-1.1.0.tar.gz) = 21563 diff -rhuN ports.orig/devel/py-debtcollector/pkg-descr ports/devel/py-debtcollector/pkg-descr --- ports.orig/devel/py-debtcollector/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-debtcollector/pkg-descr 2016-01-10 08:20:44.607264000 +0000 @@ -0,0 +1,9 @@ +A collection of Python deprecation patterns and strategies that help you collect +your technical debt in a non-destructive manner. +The goal of this library is to provide well documented developer facing deprecation +patterns that start of with a basic set and can expand into a larger set of patterns +as time goes on. The desired output of these patterns is to apply the warnings +module to emit DeprecationWarning or PendingDeprecationWarning or similar derivative +to developers using libraries (or potentially applications) about future deprecations. + +WWW: https://git.openstack.org/cgit/openstack/debtcollector diff -rhuN ports.orig/devel/py-monotonic/Makefile ports/devel/py-monotonic/Makefile --- ports.orig/devel/py-monotonic/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-monotonic/Makefile 2016-01-10 08:26:53.715007000 +0000 @@ -0,0 +1,23 @@ +# Created by: Kubilay Kocak +# $FreeBSD: head/devel/py-pbr/Makefile 403758 2015-12-15 04:57:46Z koobs $ + +PORTNAME= monotonic +PORTVERSION= 0.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Python Build Reasonableness + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:${PORTSDIR}/devel/py-pip + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include diff -rhuN ports.orig/devel/py-monotonic/distinfo ports/devel/py-monotonic/distinfo --- ports.orig/devel/py-monotonic/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-monotonic/distinfo 2016-01-10 08:27:32.130743000 +0000 @@ -0,0 +1,2 @@ +SHA256 (monotonic-0.5.tar.gz) = 8c1f882aa66c41daffa701cbf7121d8d264d0cb7722bbb78a6eccd2d8b12c880 +SIZE (monotonic-0.5.tar.gz) = 6493 diff -rhuN ports.orig/devel/py-monotonic/pkg-descr ports/devel/py-monotonic/pkg-descr --- ports.orig/devel/py-monotonic/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-monotonic/pkg-descr 2016-01-10 08:28:18.104485000 +0000 @@ -0,0 +1,14 @@ +This module provides a monotonic() function which returns the value (in fractional seconds) +of a clock which never goes backwards. + +On Python 3.3 or newer, monotonic will be an alias of time.monotonic from the standard +library. On older versions, it will fall back to an equivalent implementation: + +Linux, BSD clock_gettime(3) +Windows GetTickCount64 +OS X mach_absolute_time + +If no suitable implementation exists for the current platform, attempting to import +this module (or to import from it) will cause a RuntimeError exception to be raised. + +WWW: https://github.com/atdt/monotonic diff -rhuN ports.orig/devel/py-oslo.i18n/Makefile ports/devel/py-oslo.i18n/Makefile --- ports.orig/devel/py-oslo.i18n/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-oslo.i18n/Makefile 2016-01-10 08:13:58.510227000 +0000 @@ -0,0 +1,23 @@ +# Created by: Kubilay Kocak +# $FreeBSD: head/devel/py-pbr/Makefile 403758 2015-12-15 04:57:46Z koobs $ + +PORTNAME= oslo.i18n +PORTVERSION= 3.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Python Build Reasonableness + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:${PORTSDIR}/devel/py-pip + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include diff -rhuN ports.orig/devel/py-oslo.i18n/distinfo ports/devel/py-oslo.i18n/distinfo --- ports.orig/devel/py-oslo.i18n/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-oslo.i18n/distinfo 2016-01-10 08:14:44.482453000 +0000 @@ -0,0 +1,2 @@ +SHA256 (oslo.i18n-3.1.0.tar.gz) = 1c82d9e3acd821015990fd111750fd949a5276ed6561a16e0a39d69e7145dbd8 +SIZE (oslo.i18n-3.1.0.tar.gz) = 35941 diff -rhuN ports.orig/devel/py-oslo.i18n/pkg-descr ports/devel/py-oslo.i18n/pkg-descr --- ports.orig/devel/py-oslo.i18n/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-oslo.i18n/pkg-descr 2016-01-10 08:15:19.244437000 +0000 @@ -0,0 +1,5 @@ +The oslo.i18n library contain utilities for working with +internationalization (i18n) features, especially translation +for text strings in an application or library. + +WWW: https://github.com/openstack/oslo.i18n diff -rhuN ports.orig/devel/py-oslo.serialization/Makefile ports/devel/py-oslo.serialization/Makefile --- ports.orig/devel/py-oslo.serialization/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-oslo.serialization/Makefile 2016-01-10 08:18:02.554924000 +0000 @@ -0,0 +1,23 @@ +# Created by: Kubilay Kocak +# $FreeBSD: head/devel/py-pbr/Makefile 403758 2015-12-15 04:57:46Z koobs $ + +PORTNAME= oslo.serialization +PORTVERSION= 2.2.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Python Build Reasonableness + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:${PORTSDIR}/devel/py-pip + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include diff -rhuN ports.orig/devel/py-oslo.serialization/distinfo ports/devel/py-oslo.serialization/distinfo --- ports.orig/devel/py-oslo.serialization/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-oslo.serialization/distinfo 2016-01-10 08:18:20.584520000 +0000 @@ -0,0 +1,2 @@ +SHA256 (oslo.serialization-2.2.0.tar.gz) = 24320d26f6bc4850057aa9996e3a2431d4c4c5d0b670658e7e632007f31c4003 +-rw-r--r-- 1 root wheel 20467 Jan 8 21:56 oslo.serialization-2.2.0.tar.gz diff -rhuN ports.orig/devel/py-oslo.serialization/pkg-descr ports/devel/py-oslo.serialization/pkg-descr --- ports.orig/devel/py-oslo.serialization/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-oslo.serialization/pkg-descr 2016-01-10 08:18:46.257875000 +0000 @@ -0,0 +1,4 @@ +The oslo.serialization library provides support for representing objects +in transmittable and storable formats, such as Base64, JSON and MessagePack. + +WWW: https://git.openstack.org/cgit/openstack/oslo.serialization diff -rhuN ports.orig/devel/py-oslo.utils/Makefile ports/devel/py-oslo.utils/Makefile --- ports.orig/devel/py-oslo.utils/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-oslo.utils/Makefile 2016-01-10 08:11:04.541111000 +0000 @@ -0,0 +1,23 @@ +# Created by: Kubilay Kocak +# $FreeBSD: head/devel/py-pbr/Makefile 403758 2015-12-15 04:57:46Z koobs $ + +PORTNAME= oslo.utils +PORTVERSION= 3.3.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Python Build Reasonableness + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:${PORTSDIR}/devel/py-pip + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include diff -rhuN ports.orig/devel/py-oslo.utils/distinfo ports/devel/py-oslo.utils/distinfo --- ports.orig/devel/py-oslo.utils/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-oslo.utils/distinfo 2016-01-10 08:09:11.598895000 +0000 @@ -0,0 +1,2 @@ +SHA256 (oslo.utils-3.3.0.tar.gz) = 484f1025132756c065b5843ceb420b113a4fd262071887e85e5a2695f71bcabc +SIZE (oslo.utils-3.3.0.tar.gz) = 68632 diff -rhuN ports.orig/devel/py-oslo.utils/pkg-descr ports/devel/py-oslo.utils/pkg-descr --- ports.orig/devel/py-oslo.utils/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ ports/devel/py-oslo.utils/pkg-descr 2016-01-10 08:10:59.956878000 +0000 @@ -0,0 +1,5 @@ +The oslo.utils library provides support for common utility type +functions, such as encoding, exception handling, string manipulation, +and time handling. + +WWW: https://git.openstack.org/cgit/openstack/oslo.utils diff -rhuN ports.orig/net/py-novaclient/Makefile ports/net/py-novaclient/Makefile --- ports.orig/net/py-novaclient/Makefile 2016-01-10 08:40:02.003714000 +0000 +++ ports/net/py-novaclient/Makefile 2016-01-10 08:35:10.731894000 +0000 @@ -2,7 +2,7 @@ # $FreeBSD: head/net/py-novaclient/Makefile 405309 2016-01-05 17:57:54Z rakuco $ PORTNAME= novaclient -PORTVERSION= 2.6.8 +PORTVERSION= 3.2.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,23 @@ MAINTAINER= novel@FreeBSD.org COMMENT= Client for the OpenStack Nova API -# Newer releases do exist in PyPI. -BROKEN= unfetchable - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:${PORTSDIR}/devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:${PORTSDIR}/devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}pbr>=0:${PORTSDIR}/devel/py-pbr \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=0:${PORTSDIR}/devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=0:${PORTSDIR}/devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=0:${PORTSDIR}/devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=0:${PORTSDIR}/devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0:${PORTSDIR}/devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}wrapt>=0:${PORTSDIR}/devel/py-wrapt \ + ${PYTHON_PKGNAMEPREFIX}monotonic>=0:${PORTSDIR}/devel/py-monotonic \ + ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:${PORTSDIR}/devel/py-funcsigs \ + ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=0:${PORTSDIR}/devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=0:${PORTSDIR}/security/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}netaddr>=0:${PORTSDIR}/net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0:${PORTSDIR}/net/py-netifaces \ ${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 USES= python diff -rhuN ports.orig/net/py-novaclient/distinfo ports/net/py-novaclient/distinfo --- ports.orig/net/py-novaclient/distinfo 2016-01-10 08:40:35.347199000 +0000 +++ ports/net/py-novaclient/distinfo 2016-01-10 07:45:16.754361000 +0000 @@ -1,2 +1,2 @@ -SHA256 (python-novaclient-2.6.8.tar.gz) = 2aa6edb819d4d61c25cf94f9c404decd8e1e1192e071184ee91129faa9c06805 -SIZE (python-novaclient-2.6.8.tar.gz) = 112291 +SHA256 (python-novaclient-3.2.0.tar.gz) = b00a70ba72b068adb6aaca19b14ed4bde9c950ef4f24234d095f9f9985073179 +SIZE (python-novaclient-3.2.0.tar.gz) = 260635 diff -rhuN ports.orig/security/py-keystoneauth1/Makefile ports/security/py-keystoneauth1/Makefile --- ports.orig/security/py-keystoneauth1/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ports/security/py-keystoneauth1/Makefile 2016-01-10 08:31:17.639986000 +0000 @@ -0,0 +1,23 @@ +# Created by: Kubilay Kocak +# $FreeBSD: head/devel/py-pbr/Makefile 403758 2015-12-15 04:57:46Z koobs $ + +PORTNAME= keystoneauth1 +PORTVERSION= 2.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Python Build Reasonableness + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:${PORTSDIR}/devel/py-pip + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include diff -rhuN ports.orig/security/py-keystoneauth1/distinfo ports/security/py-keystoneauth1/distinfo --- ports.orig/security/py-keystoneauth1/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ ports/security/py-keystoneauth1/distinfo 2016-01-10 08:31:52.630831000 +0000 @@ -0,0 +1,2 @@ +SHA256 (keystoneauth1-2.1.0.tar.gz) = 3990130416f85a252896fd36f895ab4d0b692b782801d7e4e522b862dbf84e69 +SIZE (keystoneauth1-2.1.0.tar.gz) = 144424 diff -rhuN ports.orig/security/py-keystoneauth1/pkg-descr ports/security/py-keystoneauth1/pkg-descr --- ports.orig/security/py-keystoneauth1/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ ports/security/py-keystoneauth1/pkg-descr 2016-01-10 08:32:36.117518000 +0000 @@ -0,0 +1,9 @@ +This package contains tools for authenticating to an OpenStack-based cloud. +These tools include: + +- Authentication plugins (password, token, and federation based) +- Discovery mechanisms to determine API version support +- A session that is used to maintain client settings across requests + (based on the requests Python library) + +WWW: https://git.openstack.org/cgit/openstack/keystoneauth