Move py-ncclient and py-junos-eznc to py3-only, they are only used with
py-napalm which is itself 3-only
This commit is contained in:
parent
66c340f7e6
commit
39c20e13e8
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1240 2021/03/29 12:13:53 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.1241 2021/03/29 12:18:32 sthen Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.628
|
||||
PKGNAME = quirks-3.629
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.1254 2021/03/29 12:13:53 sthen Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1255 2021/03/29 12:18:32 sthen Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -621,6 +621,8 @@ my $stem_extensions = {
|
||||
'py-http_ece' => 'py3-http_ece',
|
||||
'yubiserve' => 'yubikeyedup',
|
||||
'py-openssl' => 'py3-openssl',
|
||||
'py-junos-eznc' => 'py3-junos-eznc',
|
||||
'py-ncclient' => 'py3-ncclient',
|
||||
};
|
||||
|
||||
my $obsolete_reason = {
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1249 2021/03/20 15:57:03 daniel Exp $
|
||||
# $OpenBSD: Makefile,v 1.1250 2021/03/29 12:18:32 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += adns
|
||||
@ -578,7 +578,6 @@
|
||||
SUBDIR += py-ipaddr
|
||||
SUBDIR += py-ipaddress
|
||||
SUBDIR += py-irclib,python3
|
||||
SUBDIR += py-junos-eznc
|
||||
SUBDIR += py-junos-eznc,python3
|
||||
SUBDIR += py-libcloud,python3
|
||||
SUBDIR += py-libpcap
|
||||
@ -587,7 +586,6 @@
|
||||
SUBDIR += py-msgpack
|
||||
SUBDIR += py-msgpack,python3
|
||||
SUBDIR += py-nbxmpp,python3
|
||||
SUBDIR += py-ncclient
|
||||
SUBDIR += py-ncclient,python3
|
||||
SUBDIR += py-netaddr
|
||||
SUBDIR += py-netaddr,python3
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:01 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2021/03/29 12:18:32 sthen Exp $
|
||||
|
||||
COMMENT = library for Junos automation
|
||||
|
||||
MODPY_EGG_VERSION = 2.2.1
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
DISTNAME = junos-eznc-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2018/08/31 19:07:40 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/03/29 12:18:32 sthen Exp $
|
||||
@pkgpath net/py-junos-eznc
|
||||
lib/python${MODPY_VERSION}/site-packages/jnpr/
|
||||
lib/python${MODPY_VERSION}/site-packages/jnpr/junos/
|
||||
lib/python${MODPY_VERSION}/site-packages/jnpr/junos/__init__.py
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:13:01 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2021/03/29 12:18:32 sthen Exp $
|
||||
|
||||
COMMENT = Python library for NETCONF clients
|
||||
|
||||
MODPY_EGG_VERSION = 0.6.6
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
DISTNAME = ncclient-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2019/06/02 11:57:02 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/03/29 12:18:32 sthen Exp $
|
||||
@pkgpath net/py-ncclient
|
||||
lib/python${MODPY_VERSION}/site-packages/ncclient/
|
||||
lib/python${MODPY_VERSION}/site-packages/ncclient-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/ncclient-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
Loading…
Reference in New Issue
Block a user