import pyIOSXR-0.53

pyIOSXR is a Python library that facilitates communication with Cisco
devices running IOS-XR through the XML agent.

w/ and ok sthen@
This commit is contained in:
jasper 2018-04-25 14:19:26 +00:00
parent af3001d43b
commit c399756a20
4 changed files with 45 additions and 0 deletions

26
net/py-IOSXR/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/04/25 14:19:26 jasper Exp $
COMMENT = library to manage IOS-XR devices
MODPY_EGG_VERSION = 0.53
DISTNAME = pyIOSXR-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:S/py//}
CATEGORIES = net
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Apache2
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR ?=
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = net/py-netmiko${MODPY_FLAVOR} \
textproc/py-lxml${MODPY_FLAVOR}
.include <bsd.port.mk>

2
net/py-IOSXR/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (pyIOSXR-0.53.tar.gz) = DiXWhxtI24FRHAMmGSTvIxacZugDIYAbm7Iho7dONw4=
SIZE (pyIOSXR-0.53.tar.gz) = 15504

2
net/py-IOSXR/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
pyIOSXR is a Python library that facilitates communication with Cisco
devices running IOS-XR through the XML agent.

15
net/py-IOSXR/pkg/PLIST Normal file
View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/04/25 14:19:26 jasper Exp $
lib/python${MODPY_VERSION}/site-packages/pyIOSXR/
lib/python${MODPY_VERSION}/site-packages/pyIOSXR-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/pyIOSXR-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/pyIOSXR-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/pyIOSXR-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/pyIOSXR-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/pyIOSXR-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/pyIOSXR/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pyIOSXR/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pyIOSXR/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pyIOSXR/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pyIOSXR/${MODPY_PYCACHE}iosxr.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pyIOSXR/exceptions.py
lib/python${MODPY_VERSION}/site-packages/pyIOSXR/iosxr.py