FreeBSD Bugzilla – Attachment 177792 Details for
Bug 215146
[NEW PORT] net/py-designateclient, net/py-heatclient, net/py-ceilometerclient
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net/py-designateclient, net/py-heatclient, net/py-ceilometerclient
net.diff (text/plain), 9.83 KB, created by
Alexander Nusov
on 2016-12-08 11:21:44 UTC
(
hide
)
Description:
net/py-designateclient, net/py-heatclient, net/py-ceilometerclient
Filename:
MIME Type:
Creator:
Alexander Nusov
Created:
2016-12-08 11:21:44 UTC
Size:
9.83 KB
patch
obsolete
>Index: net/py-ceilometerclient/Makefile >=================================================================== >--- net/py-ceilometerclient/Makefile (nonexistent) >+++ net/py-ceilometerclient/Makefile (working copy) >@@ -0,0 +1,33 @@ >+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> >+# $FreeBSD$ >+ >+PORTNAME= ceilometerclient >+PORTVERSION= 2.7.0 >+CATEGORIES= net python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= python-${PORTNAME}-${PORTVERSION} >+ >+MAINTAINER= alexander.nusov@nfvexpress.com >+COMMENT= Openstack telemetry api client library >+ >+LICENSE= APACHE20 >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.10.0:devel/py-stevedore \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \ >+ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.5.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}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ >+ ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 >+ >+NO_ARCH= yes >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: net/py-ceilometerclient/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-ceilometerclient/distinfo >=================================================================== >--- net/py-ceilometerclient/distinfo (nonexistent) >+++ net/py-ceilometerclient/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1481114293 >+SHA256 (python-ceilometerclient-2.7.0.tar.gz) = 64f17f7001e466f3298ac40085a4a86635f2e1d3816ee36da002d4a7a9d3f41b >+SIZE (python-ceilometerclient-2.7.0.tar.gz) = 94394 > >Property changes on: net/py-ceilometerclient/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-ceilometerclient/pkg-descr >=================================================================== >--- net/py-ceilometerclient/pkg-descr (nonexistent) >+++ net/py-ceilometerclient/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+This is a client library for Ceilometer built on the Ceilometer API. It >+provides a Python API (the ceilometerclient module) and a command-line tool >+(ceilometer). >+ >+WWW: http://pypi.python.org/pypi/python-ceilometerclient > >Property changes on: net/py-ceilometerclient/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-designateclient/Makefile >=================================================================== >--- net/py-designateclient/Makefile (nonexistent) >+++ net/py-designateclient/Makefile (working copy) >@@ -0,0 +1,33 @@ >+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> >+# $FreeBSD$ >+ >+PORTNAME= designateclient >+PORTVERSION= 2.3.0 >+CATEGORIES= net python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= python-${PORTNAME}-${PORTVERSION} >+ >+MAINTAINER= alexander.nusov@nfvexpress.com >+COMMENT= Openstack dns-as-a-service - client >+ >+LICENSE= APACHE20 >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ >+ ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.0.2:devel/py-osc-lib \ >+ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ >+ ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \ >+ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ >+ ${PYTHON_PKGNAMEPREFIX}cliff>=0:devel/py-cliff >+ >+NO_ARCH= yes >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: net/py-designateclient/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-designateclient/distinfo >=================================================================== >--- net/py-designateclient/distinfo (nonexistent) >+++ net/py-designateclient/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1481114369 >+SHA256 (python-designateclient-2.3.0.tar.gz) = f41e533cd9eda72638ce288e3dfad1e18cfc4210bd9ca248d70939ff2fccf856 >+SIZE (python-designateclient-2.3.0.tar.gz) = 78445 > >Property changes on: net/py-designateclient/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-designateclient/pkg-descr >=================================================================== >--- net/py-designateclient/pkg-descr (nonexistent) >+++ net/py-designateclient/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+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: http://pypi.python.org/pypi/python-designateclient > >Property changes on: net/py-designateclient/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-heatclient/Makefile >=================================================================== >--- net/py-heatclient/Makefile (nonexistent) >+++ net/py-heatclient/Makefile (working copy) >@@ -0,0 +1,37 @@ >+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> >+# $FreeBSD$ >+ >+PORTNAME= heatclient >+PORTVERSION= 1.6.1 >+CATEGORIES= net python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= python-${PORTNAME}-${PORTVERSION} >+ >+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 <bsd.port.mk> > >Property changes on: net/py-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: net/py-heatclient/distinfo >=================================================================== >--- net/py-heatclient/distinfo (nonexistent) >+++ net/py-heatclient/distinfo (working copy) >@@ -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: net/py-heatclient/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-heatclient/pkg-descr >=================================================================== >--- net/py-heatclient/pkg-descr (nonexistent) >+++ net/py-heatclient/pkg-descr (working copy) >@@ -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: net/py-heatclient/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215146
: 177792