Index: devel/py-cliff/Makefile =================================================================== --- devel/py-cliff/Makefile (nonexistent) +++ devel/py-cliff/Makefile (working copy) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= cliff +PORTVERSION= 2.2.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Command Line Interface Formulation Framework + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cmd2>=0.6.7:devel/py-cmd2 \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}unicodecsv>=0.8.0:devel/py-unicodecsv \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml + +NO_ARCH= yes + +USES= python:2.7+ +USE_PYTHON= autoplist distutils + +.include Property changes on: devel/py-cliff/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-cliff/distinfo =================================================================== --- devel/py-cliff/distinfo (nonexistent) +++ devel/py-cliff/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932927 +SHA256 (cliff-2.2.0.tar.gz) = a12a6bd3cf9085f0e0589c5019037ac4ee410413abbb76189fa62695f79f84fc +SIZE (cliff-2.2.0.tar.gz) = 57767 Property changes on: devel/py-cliff/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-cliff/pkg-descr =================================================================== --- devel/py-cliff/pkg-descr (nonexistent) +++ devel/py-cliff/pkg-descr (working copy) @@ -0,0 +1,5 @@ +cliff is a framework for building command line programs. +It uses setuptools entry points to provide subcommands, output formatters, +and other extensions. + +WWW: https://pypi.python.org/pypi/cliff/2.2.0 Property changes on: devel/py-cliff/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-cmd2/Makefile =================================================================== --- devel/py-cmd2/Makefile (nonexistent) +++ devel/py-cmd2/Makefile (working copy) @@ -0,0 +1,16 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= cmd2 +PORTVERSION= 0.6.9 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Extra features for standard library cmd module + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: devel/py-cmd2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-cmd2/distinfo =================================================================== --- devel/py-cmd2/distinfo (nonexistent) +++ devel/py-cmd2/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475870222 +SHA256 (cmd2-0.6.9.tar.gz) = ef09745c91dbc13344db6d81f4dea4c844bf2fabf3baf91fab1bb54e4b3bb328 +SIZE (cmd2-0.6.9.tar.gz) = 367057 Property changes on: devel/py-cmd2/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-cmd2/pkg-descr =================================================================== --- devel/py-cmd2/pkg-descr (nonexistent) +++ devel/py-cmd2/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Extra features for standard library cmd module. + +WWW: https://pypi.python.org/pypi/cmd2 Property changes on: devel/py-cmd2/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-keystoneauth1/Makefile =================================================================== --- devel/py-keystoneauth1/Makefile (revision 423587) +++ devel/py-keystoneauth1/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keystoneauth1 -PORTVERSION= 2.9.0 +PORTVERSION= 2.12.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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 \ - ${PYTHON_PKGNAMEPREFIX}stevedore>0:devel/py-stevedore +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore NO_ARCH= yes Index: devel/py-keystoneauth1/distinfo =================================================================== --- devel/py-keystoneauth1/distinfo (revision 423587) +++ devel/py-keystoneauth1/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469396750 -SHA256 (keystoneauth1-2.9.0.tar.gz) = 995e8bd577d710ec4884e8790be1dcfa109d67f55ec421446c03628213b64eab -SIZE (keystoneauth1-2.9.0.tar.gz) = 162433 +TIMESTAMP = 1475932894 +SHA256 (keystoneauth1-2.12.1.tar.gz) = 939d89d2998368670f3aad736b7489b6186cceacc5e36623daebab2c07baacf0 +SIZE (keystoneauth1-2.12.1.tar.gz) = 174620 Index: devel/py-openstacksdk/Makefile =================================================================== --- devel/py-openstacksdk/Makefile (nonexistent) +++ devel/py-openstacksdk/Makefile (working copy) @@ -0,0 +1,27 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= openstacksdk +PORTVERSION= 0.9.8 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Unified SDK for OpenStack + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}os-client-config>=0:devel/py-os-client-config + +USES= python +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Property changes on: devel/py-openstacksdk/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-openstacksdk/distinfo =================================================================== --- devel/py-openstacksdk/distinfo (nonexistent) +++ devel/py-openstacksdk/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932718 +SHA256 (openstacksdk-0.9.8.tar.gz) = 44c07e8911e156e6a79ba10375c89ec5054962a10afe89de1214ad9b7eba79e4 +SIZE (openstacksdk-0.9.8.tar.gz) = 276972 Property changes on: devel/py-openstacksdk/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-openstacksdk/pkg-descr =================================================================== --- devel/py-openstacksdk/pkg-descr (nonexistent) +++ devel/py-openstacksdk/pkg-descr (working copy) @@ -0,0 +1,7 @@ +The python-openstacksdk is a collection of libraries for building +applications to work with OpenStack clouds. The project aims to +provide a consistent and complete set of interactions with +OpenStack's many services, along with complete documentation, +examples, and tools. + +WWW: https://pypi.python.org/pypi/python-openstacksdk Property changes on: devel/py-openstacksdk/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-os-client-config/Makefile =================================================================== --- devel/py-os-client-config/Makefile (nonexistent) +++ devel/py-os-client-config/Makefile (working copy) @@ -0,0 +1,27 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= os-client-config +PORTVERSION= 1.21.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack Client Configuation Library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}requestsexceptions>=1.1.1:devel/py-requestsexceptions + +USES= python +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Property changes on: devel/py-os-client-config/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-os-client-config/distinfo =================================================================== --- devel/py-os-client-config/distinfo (nonexistent) +++ devel/py-os-client-config/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475933234 +SHA256 (os-client-config-1.21.1.tar.gz) = ad4c2d07c0468c8d11916ea690b977abb3e903e0c599f6eae02c4776edab2f96 +SIZE (os-client-config-1.21.1.tar.gz) = 62581 Property changes on: devel/py-os-client-config/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-os-client-config/pkg-descr =================================================================== --- devel/py-os-client-config/pkg-descr (nonexistent) +++ devel/py-os-client-config/pkg-descr (working copy) @@ -0,0 +1,6 @@ +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. + +WWW: https://pypi.python.org/pypi/os-client-config Property changes on: devel/py-os-client-config/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-osc-lib/Makefile =================================================================== --- devel/py-osc-lib/Makefile (nonexistent) +++ devel/py-osc-lib/Makefile (working copy) @@ -0,0 +1,30 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= osc-lib +PORTVERSION= 1.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStackClient plugin library support + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}cliff>=2.2.0:devel/py-cliff \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils + +USES= python +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Property changes on: devel/py-osc-lib/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-osc-lib/distinfo =================================================================== --- devel/py-osc-lib/distinfo (nonexistent) +++ devel/py-osc-lib/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932570 +SHA256 (osc-lib-1.1.0.tar.gz) = e06ca111b2702d442f5cf70c754b6331cc7742231f0fe0b634cbd03c502610ba +SIZE (osc-lib-1.1.0.tar.gz) = 72875 Property changes on: devel/py-osc-lib/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-osc-lib/pkg-descr =================================================================== --- devel/py-osc-lib/pkg-descr (nonexistent) +++ devel/py-osc-lib/pkg-descr (working copy) @@ -0,0 +1,4 @@ +OpenStackClient (aka OSC) is a command-line client for OpenStack. +osc-lib is a package of common support modules for writing OSC plugins. + +WWW: https://pypi.python.org/pypi/osc-lib Property changes on: devel/py-osc-lib/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-oslo.config/Makefile =================================================================== --- devel/py-oslo.config/Makefile (nonexistent) +++ devel/py-oslo.config/Makefile (working copy) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.config +PORTVERSION= 3.17.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Configuration library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}rfc3986>=0.2.0:www/py-rfc3986 \ + ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: devel/py-oslo.config/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-oslo.config/distinfo =================================================================== --- devel/py-oslo.config/distinfo (nonexistent) +++ devel/py-oslo.config/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932398 +SHA256 (oslo.config-3.17.0.tar.gz) = a45cb90cf999536f0f7dd3d3e578d4645d2228474f9fafba982e73c5aa1fef7a +SIZE (oslo.config-3.17.0.tar.gz) = 109871 Property changes on: devel/py-oslo.config/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-oslo.config/pkg-descr =================================================================== --- devel/py-oslo.config/pkg-descr (nonexistent) +++ devel/py-oslo.config/pkg-descr (working copy) @@ -0,0 +1,4 @@ +The Oslo configuration API supports parsing command +line arguments and .ini style configuration files. + +WWW: https://github.com/openstack/oslo.config Property changes on: devel/py-oslo.config/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-requestsexceptions/Makefile =================================================================== --- devel/py-requestsexceptions/Makefile (nonexistent) +++ devel/py-requestsexceptions/Makefile (working copy) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= requestsexceptions +PORTVERSION= 1.1.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Library to find the correct path to exceptions in the requests library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: devel/py-requestsexceptions/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-requestsexceptions/distinfo =================================================================== --- devel/py-requestsexceptions/distinfo (nonexistent) +++ devel/py-requestsexceptions/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475871555 +SHA256 (requestsexceptions-1.1.3.tar.gz) = d678b872f51f76d875e00e6667f4ddbf013b3a99490ae5fe07cf3e4f846e283e +SIZE (requestsexceptions-1.1.3.tar.gz) = 6606 Property changes on: devel/py-requestsexceptions/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-requestsexceptions/pkg-descr =================================================================== --- devel/py-requestsexceptions/pkg-descr (nonexistent) +++ devel/py-requestsexceptions/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Import exceptions from potentially bundled packages in requests. + +WWW: https://pypi.python.org/pypi/requestsexceptions Property changes on: devel/py-requestsexceptions/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-unicodecsv/Makefile =================================================================== --- devel/py-unicodecsv/Makefile (nonexistent) +++ devel/py-unicodecsv/Makefile (working copy) @@ -0,0 +1,16 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= unicodecsv +PORTVERSION= 0.14.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Drop-in replacement for Python 2.7 csv module + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: devel/py-unicodecsv/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-unicodecsv/distinfo =================================================================== --- devel/py-unicodecsv/distinfo (nonexistent) +++ devel/py-unicodecsv/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475870339 +SHA256 (unicodecsv-0.14.1.tar.gz) = 018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc +SIZE (unicodecsv-0.14.1.tar.gz) = 10267 Property changes on: devel/py-unicodecsv/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-unicodecsv/pkg-descr =================================================================== --- devel/py-unicodecsv/pkg-descr (nonexistent) +++ devel/py-unicodecsv/pkg-descr (working copy) @@ -0,0 +1,5 @@ +The unicodecsv is a drop-in replacement for Python 2.7 csv module +which supports unicode strings without a hassle. +Supported versions are python 2.7, 3.3, 3.4, 3.5, and pypy 2.4.0. + +WWW: https://arrow.readthedocs.org/en/latest/ Property changes on: devel/py-unicodecsv/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-warlock/Makefile =================================================================== --- devel/py-warlock/Makefile (nonexistent) +++ devel/py-warlock/Makefile (working copy) @@ -0,0 +1,21 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= warlock +PORTVERSION= 1.2.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Python object model built on JSON schema and JSON patch + + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=0.7:devel/py-jsonschema \ + ${PYTHON_PKGNAMEPREFIX}jsonpatch>=0.10:devel/py-jsonpatch \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: devel/py-warlock/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-warlock/distinfo =================================================================== --- devel/py-warlock/distinfo (nonexistent) +++ devel/py-warlock/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475867541 +SHA256 (warlock-1.2.0.tar.gz) = 7c0d17891e14cf77e13a598edecc9f4682a5bc8a219dc84c139c5ba02789ef5a +SIZE (warlock-1.2.0.tar.gz) = 8210 Property changes on: devel/py-warlock/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-warlock/pkg-descr =================================================================== --- devel/py-warlock/pkg-descr (nonexistent) +++ devel/py-warlock/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Python object model built on JSON schema and JSON patch. + +WWW: https://pypi.python.org/pypi/warlock/1.3.0 Property changes on: devel/py-warlock/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-cinderclient/Makefile =================================================================== --- net/py-cinderclient/Makefile (nonexistent) +++ net/py-cinderclient/Makefile (working copy) @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= cinderclient +PORTVERSION= 1.9.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Cinder API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils + +USES= python shebangfix +SHEBANG_FILES= cinderclient/tests/functional/hooks/post_test_hook.sh +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Property changes on: net/py-cinderclient/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-cinderclient/distinfo =================================================================== --- net/py-cinderclient/distinfo (nonexistent) +++ net/py-cinderclient/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475931831 +SHA256 (python-cinderclient-1.9.0.tar.gz) = 17cab946a64808404c6c6840d43487a5082a730cc517d0ebbe6824b54a267fb7 +SIZE (python-cinderclient-1.9.0.tar.gz) = 231331 Property changes on: net/py-cinderclient/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-cinderclient/pkg-descr =================================================================== --- net/py-cinderclient/pkg-descr (nonexistent) +++ net/py-cinderclient/pkg-descr (working copy) @@ -0,0 +1,5 @@ +This is a client for the OpenStack Cinder API. There's a Python +API (the cinderclient module), and a command-line script (cinder). +Each implements 100% of the OpenStack Cinder API. + +WWW: https://pypi.python.org/pypi/python-cinderclient Property changes on: net/py-cinderclient/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-glanceclient/Makefile =================================================================== --- net/py-glanceclient/Makefile (nonexistent) +++ net/py-glanceclient/Makefile (working copy) @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= glanceclient +PORTVERSION= 2.5.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Glance API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}warlock>=0:devel/py-warlock \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils + +USES= python shebangfix +SHEBANG_FILES= glanceclient/tests/functional/hooks/post_test_hook.sh +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Property changes on: net/py-glanceclient/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-glanceclient/distinfo =================================================================== --- net/py-glanceclient/distinfo (nonexistent) +++ net/py-glanceclient/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475931722 +SHA256 (python-glanceclient-2.5.0.tar.gz) = 8c510a089fb4dc8355d5db0de608361888b5e4e0c81e0d153ae1b1366bfb8a08 +SIZE (python-glanceclient-2.5.0.tar.gz) = 157864 Property changes on: net/py-glanceclient/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-glanceclient/pkg-descr =================================================================== --- net/py-glanceclient/pkg-descr (nonexistent) +++ net/py-glanceclient/pkg-descr (working copy) @@ -0,0 +1,5 @@ +This is a client for the OpenStack Glance API. There's a Python +API (the glanceclient module), and a command-line script (glance). +Each implements 100% of the OpenStack Glance API. + +WWW: https://pypi.python.org/pypi/python-glanceclient Property changes on: net/py-glanceclient/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-keystoneclient/Makefile =================================================================== --- net/py-keystoneclient/Makefile (nonexistent) +++ net/py-keystoneclient/Makefile (working copy) @@ -0,0 +1,34 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= keystoneclient +PORTVERSION= 3.5.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Keystone API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/positional \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore + +USES= python shebangfix +SHEBANG_FILES= keystoneclient/tests/functional/hooks/post_test_hook.sh +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Property changes on: net/py-keystoneclient/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-keystoneclient/distinfo =================================================================== --- net/py-keystoneclient/distinfo (nonexistent) +++ net/py-keystoneclient/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932050 +SHA256 (python-keystoneclient-3.5.0.tar.gz) = 5a1c7f3902193c620e398c4655b7d363a7fabdb286e549fccf99ae84ed1612dd +SIZE (python-keystoneclient-3.5.0.tar.gz) = 299756 Property changes on: net/py-keystoneclient/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-keystoneclient/pkg-descr =================================================================== --- net/py-keystoneclient/pkg-descr (nonexistent) +++ net/py-keystoneclient/pkg-descr (working copy) @@ -0,0 +1,4 @@ +This is a client for the OpenStack Identity API, implemented by the Keystone team. +It contains a Python API (the keystoneclient module) for OpenStack's Identity Service. + +WWW: https://pypi.python.org/pypi/python-keystoneclient Property changes on: net/py-keystoneclient/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-neutronclient/Makefile =================================================================== --- net/py-neutronclient/Makefile (nonexistent) +++ net/py-neutronclient/Makefile (working copy) @@ -0,0 +1,37 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= neutronclient +PORTVERSION= 6.0.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Neutron API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.0.2:devel/py-osc-lib \ + ${PYTHON_PKGNAMEPREFIX}cliff>=0:devel/py-cliff \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}os-client-config>=0:devel/py-os-client-config \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel + +USES= python shebangfix +SHEBANG_FILES= neutronclient/tests/functional/hooks/post_test_hook.sh +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Property changes on: net/py-neutronclient/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-neutronclient/distinfo =================================================================== --- net/py-neutronclient/distinfo (nonexistent) +++ net/py-neutronclient/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475931882 +SHA256 (python-neutronclient-6.0.0.tar.gz) = a30556f8b9541e94f44a9911d9af89037710761755758a2c1598fa92809293a2 +SIZE (python-neutronclient-6.0.0.tar.gz) = 205872 Property changes on: net/py-neutronclient/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-neutronclient/pkg-descr =================================================================== --- net/py-neutronclient/pkg-descr (nonexistent) +++ net/py-neutronclient/pkg-descr (working copy) @@ -0,0 +1,5 @@ +This is a client for the OpenStack Neutron API. There's a Python +API (the neutronclient module), and a command-line script (neutron). +Each implements 100% of the OpenStack Neutron API. + +WWW: https://pypi.python.org/pypi/python-neutronclient Property changes on: net/py-neutronclient/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-novaclient/Makefile =================================================================== --- net/py-novaclient/Makefile (revision 423587) +++ net/py-novaclient/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= novaclient -PORTVERSION= 5.0.0 +PORTVERSION= 6.0.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,16 +12,16 @@ COMMENT= Client for the OpenStack Nova API BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \ - ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.9:devel/py-iso8601 \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.5.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.8.1:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel USES= python shebangfix SHEBANG_FILES= novaclient/tests/functional/hooks/post_test_hook.sh Index: net/py-novaclient/distinfo =================================================================== --- net/py-novaclient/distinfo (revision 423587) +++ net/py-novaclient/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469398791 -SHA256 (python-novaclient-5.0.0.tar.gz) = d2414b3ff49c1d77e57edc5afde7bcc7af1b638752b9b65b929b166cc36fcd34 -SIZE (python-novaclient-5.0.0.tar.gz) = 275312 +TIMESTAMP = 1475931623 +SHA256 (python-novaclient-6.0.0.tar.gz) = 68fb4e75012a66d23198ca9c6cdc425cd9e0ce750bf759af6cd48fdb19ee6068 +SIZE (python-novaclient-6.0.0.tar.gz) = 288335 Index: net/py-openstackclient/Makefile =================================================================== --- net/py-openstackclient/Makefile (nonexistent) +++ net/py-openstackclient/Makefile (working copy) @@ -0,0 +1,35 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= openstackclient +PORTVERSION= 1.9.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}cliff>=0:devel/py-cliff \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.9.4:devel/py-openstacksdk \ + ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.0.2:devel/py-osc-lib \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}glanceclient>=0:net/py-glanceclient \ + ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}novaclient>=0:net/py-novaclient \ + ${PYTHON_PKGNAMEPREFIX}cinderclient>=0:net/py-cinderclient \ + ${PYTHON_PKGNAMEPREFIX}neutronclient>=0:net/py-neutronclient + +USES= python +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Property changes on: net/py-openstackclient/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-openstackclient/distinfo =================================================================== --- net/py-openstackclient/distinfo (nonexistent) +++ net/py-openstackclient/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475872454 +SHA256 (python-openstackclient-1.9.0.tar.gz) = b9d983580cca2203509e85c46e6437a89caaf324d9755891ea860954b3eedf84 +SIZE (python-openstackclient-1.9.0.tar.gz) = 275192 Property changes on: net/py-openstackclient/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/py-openstackclient/pkg-descr =================================================================== --- net/py-openstackclient/pkg-descr (nonexistent) +++ net/py-openstackclient/pkg-descr (working copy) @@ -0,0 +1,5 @@ +OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set +for Compute, Identity, Image, Object Store and Block Storage APIs together in a single shell +with a uniform command structure. + +WWW: https://pypi.python.org/pypi/python-openstackclient Property changes on: net/py-openstackclient/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property