diff options
author | novel <novel@FreeBSD.org> | 2016-11-27 20:26:41 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-11-27 20:26:41 +0800 |
commit | 613c3775a6dd41eb3bd67b1a114f62eaa7dfd985 (patch) | |
tree | 71f21bbd73a7bec922fd1fc79d408f288853311e | |
parent | f5fc2fe16ce01a3c7bfd304c1d91a93b9769fab2 (diff) | |
download | freebsd-ports-graphics-613c3775a6dd41eb3bd67b1a114f62eaa7dfd985.tar.gz freebsd-ports-graphics-613c3775a6dd41eb3bd67b1a114f62eaa7dfd985.tar.zst freebsd-ports-graphics-613c3775a6dd41eb3bd67b1a114f62eaa7dfd985.zip |
Add py-os-vif 1.3.0, library for plugging and unplugging virtual
interfaces in openstack.
PR: 214743
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-os-vif/Makefile | 32 | ||||
-rw-r--r-- | devel/py-os-vif/distinfo | 3 | ||||
-rw-r--r-- | devel/py-os-vif/pkg-descr | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 87f21407962..fa79a9e2857 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4368,6 +4368,7 @@ SUBDIR += py-ordereddict SUBDIR += py-os-brick SUBDIR += py-os-client-config + SUBDIR += py-os-vif SUBDIR += py-os-win SUBDIR += py-osc-lib SUBDIR += py-oslo.cache diff --git a/devel/py-os-vif/Makefile b/devel/py-os-vif/Makefile new file mode 100644 index 00000000000..e4ae50d44f8 --- /dev/null +++ b/devel/py-os-vif/Makefile @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= os-vif +PORTVERSION= 1.3.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= os_vif-${DISTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Library for plugging and unplugging virtual interfaces in openstack + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.versionedobjects>=1.13.0:devel/py-oslo.versionedobjects \ + ${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.9.0:devel/py-oslo.privsep \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.11.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/devel/py-os-vif/distinfo b/devel/py-os-vif/distinfo new file mode 100644 index 00000000000..b6e1ab7e3b5 --- /dev/null +++ b/devel/py-os-vif/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983430 +SHA256 (os_vif-1.3.0.tar.gz) = 6c56f5c44c7fdbcb572cda2326344f03dcc6d00ede4779dc30d8275dbd9fe4f1 +SIZE (os_vif-1.3.0.tar.gz) = 44430 diff --git a/devel/py-os-vif/pkg-descr b/devel/py-os-vif/pkg-descr new file mode 100644 index 00000000000..a0c075d8a5f --- /dev/null +++ b/devel/py-os-vif/pkg-descr @@ -0,0 +1,3 @@ +A library for plugging and unplugging virtual interfaces in OpenStack. + +WWW: http://pypi.python.org/pypi/os-vif |