Index: head/net/py-heatclient/pkg-descr =================================================================== --- head/net/py-heatclient/pkg-descr (revision 428782) +++ head/net/py-heatclient/pkg-descr (nonexistent) @@ -1,4 +0,0 @@ -This is a client library for Heat built on the Heat orchestration API. It -provides a Python API (the heatclient module) and a command-line tool (heat). - -WWW: http://pypi.python.org/pypi/python-heatclient Property changes on: head/net/py-heatclient/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/py-heatclient/distinfo =================================================================== --- head/net/py-heatclient/distinfo (revision 428782) +++ head/net/py-heatclient/distinfo (nonexistent) @@ -1,3 +0,0 @@ -TIMESTAMP = 1481114236 -SHA256 (python-heatclient-1.6.1.tar.gz) = 72141d0889694c913a58e8940eeb308f26ec87af6a6382fa71b400a0cdd331fd -SIZE (python-heatclient-1.6.1.tar.gz) = 177069 Property changes on: head/net/py-heatclient/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/py-heatclient/Makefile =================================================================== --- head/net/py-heatclient/Makefile (revision 428782) +++ head/net/py-heatclient/Makefile (nonexistent) @@ -1,36 +0,0 @@ -# Created by: Alexander Nusov -# $FreeBSD$ - -PORTNAME= python-heatclient -PORTVERSION= 1.6.1 -CATEGORIES= net python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= alexander.nusov@nfvexpress.com -COMMENT= OpenStack Orchestration API Client Library - -LICENSE= APACHE20 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr -RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}swiftclient>=2.2.0:databases/py-swiftclient \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \ - ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ - ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ - ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.2.0:devel/py-osc-lib \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ - ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ - ${PYTHON_PKGNAMEPREFIX}cliff>=2.2.0:devel/py-cliff \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml \ - ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ - ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel - -NO_ARCH= yes - -USES= python -USE_PYTHON= autoplist distutils - -.include Property changes on: head/net/py-heatclient/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/py-python-heatclient/Makefile =================================================================== --- head/net/py-python-heatclient/Makefile (nonexistent) +++ head/net/py-python-heatclient/Makefile (revision 428783) @@ -0,0 +1,36 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= python-heatclient +PORTVERSION= 1.6.1 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack Orchestration API Client Library + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr +RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}swiftclient>=2.2.0:databases/py-swiftclient \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.2.0:devel/py-osc-lib \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}cliff>=2.2.0:devel/py-cliff \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: head/net/py-python-heatclient/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: head/net/py-python-heatclient/distinfo =================================================================== --- head/net/py-python-heatclient/distinfo (nonexistent) +++ head/net/py-python-heatclient/distinfo (revision 428783) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481114236 +SHA256 (python-heatclient-1.6.1.tar.gz) = 72141d0889694c913a58e8940eeb308f26ec87af6a6382fa71b400a0cdd331fd +SIZE (python-heatclient-1.6.1.tar.gz) = 177069 Property changes on: head/net/py-python-heatclient/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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: head/net/py-python-heatclient/pkg-descr =================================================================== --- head/net/py-python-heatclient/pkg-descr (nonexistent) +++ head/net/py-python-heatclient/pkg-descr (revision 428783) @@ -0,0 +1,4 @@ +This is a client library for Heat built on the Heat orchestration API. It +provides a Python API (the heatclient module) and a command-line tool (heat). + +WWW: http://pypi.python.org/pypi/python-heatclient Property changes on: head/net/py-python-heatclient/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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