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>
This commit is contained in:
parent
661788f8d6
commit
a3d9b5e263
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427230
4 changed files with 39 additions and 0 deletions
|
@ -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
|
||||
|
|
32
devel/py-os-vif/Makefile
Normal file
32
devel/py-os-vif/Makefile
Normal file
|
@ -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>
|
3
devel/py-os-vif/distinfo
Normal file
3
devel/py-os-vif/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1478983430
|
||||
SHA256 (os_vif-1.3.0.tar.gz) = 6c56f5c44c7fdbcb572cda2326344f03dcc6d00ede4779dc30d8275dbd9fe4f1
|
||||
SIZE (os_vif-1.3.0.tar.gz) = 44430
|
3
devel/py-os-vif/pkg-descr
Normal file
3
devel/py-os-vif/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A library for plugging and unplugging virtual interfaces in OpenStack.
|
||||
|
||||
WWW: http://pypi.python.org/pypi/os-vif
|
Loading…
Reference in a new issue