pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Actually, the IBM blade server module depends on external modules we have not yet packaged , so comment that out for now.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Fri Feb 26 10:54:53 2016 +0100
Changeset:	18bfb4abe60686dfc26eb6eab324e02624cb2c5e

Modified Files:
	py-napalm/Makefile
	py-napalm/distinfo
	py-napalm/patches/patch-napalm_____init____.py

Log Message:
Actually, the IBM blade server module depends on external modules
we have not yet packaged, so comment that out for now.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=18bfb4abe60686dfc26eb6eab324e02624cb2c5e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-napalm/Makefile                             |  2 +-
 py-napalm/distinfo                             |  2 +-
 py-napalm/patches/patch-napalm_____init____.py | 12 ++++++++----
 3 files changed, 10 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-napalm/Makefile b/py-napalm/Makefile
index 2a95416..e6eec3b 100644
--- a/py-napalm/Makefile
+++ b/py-napalm/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	napalm-0.51.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=	3
+PKGREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	-https://github.com/napalm-automation/napalm/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
 
diff --git a/py-napalm/distinfo b/py-napalm/distinfo
index 124cd73..9662f2d 100644
--- a/py-napalm/distinfo
+++ b/py-napalm/distinfo
@@ -4,4 +4,4 @@ SHA1 (napalm-0.51.0.tar.gz) = 0e6d1737799aa705d6d62e74ebe3c879196b5c73
 RMD160 (napalm-0.51.0.tar.gz) = d77028e76ed653304fca19cfea444b971b320943
 SHA512 (napalm-0.51.0.tar.gz) = 99d749a50ee7d09c1a0de994055d86fd5f9603daa14fd73c847ffe9dc6ed8315d27758c16cb22a8d8dfcc031d80f24e41b0870b1b52d60530df167677661cd56
 Size (napalm-0.51.0.tar.gz) = 292674 bytes
-SHA1 (patch-napalm_____init____.py) = 7781d1fe1630c0ea29aac99b8db74476f122f7e2
+SHA1 (patch-napalm_____init____.py) = a63759bbf2262a12fa30c8698574f92255d82e61
diff --git a/py-napalm/patches/patch-napalm_____init____.py b/py-napalm/patches/patch-napalm_____init____.py
index 08078b4..208917b 100644
--- a/py-napalm/patches/patch-napalm_____init____.py
+++ b/py-napalm/patches/patch-napalm_____init____.py
@@ -4,25 +4,29 @@ Comment out modules where we've not packaged the prerequisites yet.
 
 --- napalm/__init__.py.orig	2016-02-08 08:22:24.000000000 +0000
 +++ napalm/__init__.py
-@@ -15,8 +15,8 @@
+@@ -15,9 +15,9 @@
  from eos import EOSDriver
  from iosxr import IOSXRDriver
  from junos import JunOSDriver
 -from fortios import FortiOSDriver
 -from nxos import NXOSDriver
+-from ibm import IBMDriver
 +# from fortios import FortiOSDriver
 +# from nxos import NXOSDriver
- from ibm import IBMDriver
++# from ibm import IBMDriver
  from ios import IOSDriver
  
-@@ -28,8 +28,8 @@ def get_network_driver(vendor):
+ def get_network_driver(vendor):
+@@ -28,9 +28,9 @@ def get_network_driver(vendor):
          'IOSXR': IOSXRDriver,
          'JUNOS': JunOSDriver,
          'JUNIPER': JunOSDriver,
 -        'FORTIOS': FortiOSDriver,
 -        'NXOS': NXOSDriver,
+-        'IBM': IBMDriver,
 +#        'FORTIOS': FortiOSDriver,
 +#        'NXOS': NXOSDriver,
-         'IBM': IBMDriver,
++#         'IBM': IBMDriver,
          'IOS' : IOSDriver,
      }
+     try:


Home | Main Index | Thread Index | Old Index