Date: Wed, 12 Oct 2016 10:15:57 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423843 - in head/devel: . py-openstacksdk Message-ID: <201610121015.u9CAFvgU028404@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Wed Oct 12 10:15:57 2016 New Revision: 423843 URL: https://svnweb.freebsd.org/changeset/ports/423843 Log: Add py-openstacksdk 0.9.8, unified SDK for OpenStack. PR: 213337 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Added: head/devel/py-openstacksdk/ head/devel/py-openstacksdk/Makefile (contents, props changed) head/devel/py-openstacksdk/distinfo (contents, props changed) head/devel/py-openstacksdk/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:15:12 2016 (r423842) +++ head/devel/Makefile Wed Oct 12 10:15:57 2016 (r423843) @@ -4301,6 +4301,7 @@ SUBDIR += py-omnijson SUBDIR += py-omniorb SUBDIR += py-omniorb-3 + SUBDIR += py-openstacksdk SUBDIR += py-opster SUBDIR += py-optik SUBDIR += py-option_merge Added: head/devel/py-openstacksdk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-openstacksdk/Makefile Wed Oct 12 10:15:57 2016 (r423843) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= openstacksdk +PORTVERSION= 0.9.8 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +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 <bsd.port.mk> Added: head/devel/py-openstacksdk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-openstacksdk/distinfo Wed Oct 12 10:15:57 2016 (r423843) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932718 +SHA256 (openstacksdk-0.9.8.tar.gz) = 44c07e8911e156e6a79ba10375c89ec5054962a10afe89de1214ad9b7eba79e4 +SIZE (openstacksdk-0.9.8.tar.gz) = 276972 Added: head/devel/py-openstacksdk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-openstacksdk/pkg-descr Wed Oct 12 10:15:57 2016 (r423843) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610121015.u9CAFvgU028404>