pkgsrc-WIP-changes archive

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

Side-step the "v in front of version number, but not in WRKSRC" problem by fetching from pypi instead of github.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon May 22 16:11:49 2017 +0200
Changeset:	ca7dbb4e14502d8d4f3a9cba61db2f5166f82352

Modified Files:
	py-netmiko/Makefile
	py-netmiko/distinfo

Log Message:
Side-step the "v in front of version number, but not in WRKSRC"
problem by fetching from pypi instead of github.

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

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

diffstat:
 py-netmiko/Makefile | 8 +++-----
 py-netmiko/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-netmiko/Makefile b/py-netmiko/Makefile
index d37909a685..d027fb14a9 100644
--- a/py-netmiko/Makefile
+++ b/py-netmiko/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	netmiko-v1.4.0
-EGG_NAME=	netmiko-1.4.0
-PKGNAME=	${PYPKGPREFIX}-${EGG_NAME}
+DISTNAME=	netmiko-1.4.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	sysutils net
-MASTER_SITES=	${MASTER_SITE_GITHUB:=ktbyers/}
+MASTER_SITES=	${MASTER_SITE_PYPI:=n/netmiko/}
 GITHUB_PROJECT=	netmiko
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +11,6 @@ HOMEPAGE=	https://github.com/ktbyers/netmiko
 COMMENT=	Multi-vendor library to simplify Paramiko use
 LICENSE=	mit
 
-WRKSRC=         ${WRKDIR}/${EGG_NAME}
 USE_LANGUAGES=	# none
 PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
 
diff --git a/py-netmiko/distinfo b/py-netmiko/distinfo
index 4062631980..bcf426787e 100644
--- a/py-netmiko/distinfo
+++ b/py-netmiko/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (netmiko-v1.4.0.tar.gz) = 77ed7fcd01fe96cc103000ad43ac7487e362e43c
-RMD160 (netmiko-v1.4.0.tar.gz) = 89fb8de5784f3d789e03c8150124813bc38ead3b
-SHA512 (netmiko-v1.4.0.tar.gz) = f0ea7bb7082fe4737436086a06f07778b3465dcfc2806431dcec43ce52957ebc6c6eb774f8a39099a8f7deb5f2f6635db8e9af529cfdad6e2b25f39d7defec42
-Size (netmiko-v1.4.0.tar.gz) = 926875 bytes
+SHA1 (netmiko-1.4.0.tar.gz) = c40ec74705e25232568c4c377c6c5d283e5698fa
+RMD160 (netmiko-1.4.0.tar.gz) = e84a83818f7e8e43ef0f3b9d9aa7cccf1cebcd8b
+SHA512 (netmiko-1.4.0.tar.gz) = 4a9295774040401610b8055e8a78657980a6f65ab269d9a93c94b7c6884c4ddf42aebe9be2e296d8259c80effd1dbf04f39fc1fb5adde922b11aa2f481c5432d
+Size (netmiko-1.4.0.tar.gz) = 44312 bytes


Home | Main Index | Thread Index | Old Index