drop maintainership as i don't use napalm anymore

This commit is contained in:
jasper 2019-12-21 14:21:13 +00:00
parent a9cbe307ea
commit 7b0e5de204
6 changed files with 11 additions and 17 deletions

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile.inc,v 1.2 2019/07/13 10:59:27 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.3 2019/12/21 14:21:13 jasper Exp $
CATEGORIES += net net/napalm
MAINTAINER ?= Jasper Lievisse Adriaanse <jasper@openbsd.org>
MODULES += lang/python
MODPY_PI ?= Yes
MODPY_SETUPTOOLS ?= Yes

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2018/10/23 19:13:58 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2019/12/21 14:21:13 jasper Exp $
COMMENT = network automation abstraction layer
MODPY_EGG_VERSION = 2.3.3
REVISION = 0
DISTNAME = napalm-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}

View File

@ -1,16 +1,14 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:48:44 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/12/21 14:21:13 jasper Exp $
COMMENT = library to manage IOS-XR devices
MODPY_EGG_VERSION = 0.53
DISTNAME = pyIOSXR-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:S/py//}
REVISION = 0
REVISION = 1
CATEGORIES = net
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Apache2
PERMIT_PACKAGE = Yes

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:48:45 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2019/12/21 14:21:13 jasper Exp $
COMMENT = library for Junos automation
MODPY_EGG_VERSION = 2.2.1
REVISION = 0
DISTNAME = junos-eznc-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = net
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Apache2
PERMIT_PACKAGE = Yes

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2019/06/02 11:57:02 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2019/12/21 14:21:13 jasper Exp $
COMMENT = Python library for NETCONF clients
MODPY_EGG_VERSION = 0.6.6
REVISION = 0
DISTNAME = ncclient-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
@ -10,8 +11,6 @@ CATEGORIES = net
HOMEPAGE = https://ncclient.readthedocs.io/en/latest/
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Apache2
PERMIT_PACKAGE = Yes

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:48:46 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2019/12/21 14:21:13 jasper Exp $
COMMENT = library for managing Cisco NX-OS devices through NX-API
MODPY_EGG_VERSION = 0.0.5
REVISION = 0
DISTNAME = pynxos-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:S/py//}
CATEGORIES = net
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes