pkgsrc-WIP-changes archive

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

py-websocket: switch to github distfile, other site down



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Apr 3 17:23:22 2021 +0200
Changeset:	f32198c4946809fdd3b7e4b7a61d1e0252230b51

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

Log Message:
py-websocket: switch to github distfile, other site down

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

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

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

diffs:
diff --git a/py-websocket/Makefile b/py-websocket/Makefile
index b0e9e1b58d..7a9c85bc8b 100644
--- a/py-websocket/Makefile
+++ b/py-websocket/Makefile
@@ -1,9 +1,11 @@
 # $NetBSD: Makefile,v 1.1 2014/03/19 22:03:31 jihbed Exp $
 
-DISTNAME=	mod_pywebsocket-0.7.9
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/mod_py//}
+DISTNAME=	pywebsocket-0.7.9
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	net python
-MASTER_SITES=	http://pywebsocket.googlecode.com/files/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=googlearchive/}
+GITHUB_PROJECT=	pywebsocket
+GITHUB_TAG=	${DISTNAME}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	http://code.google.com/p/pywebsocket/
diff --git a/py-websocket/distinfo b/py-websocket/distinfo
index 8efd32cba3..209b733282 100644
--- a/py-websocket/distinfo
+++ b/py-websocket/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/03/19 22:03:31 jihbed Exp $
 
-SHA1 (mod_pywebsocket-0.7.9.tar.gz) = d85a6b820d0bcd9283b0384c81f4fd8b6fc2c25f
-RMD160 (mod_pywebsocket-0.7.9.tar.gz) = ec29d9ec3c0642ee338c6ddb5058c123eaa3dac3
-Size (mod_pywebsocket-0.7.9.tar.gz) = 143920 bytes
+SHA1 (pywebsocket-0.7.9.tar.gz) = 3213604ff2ec13671e51c6def2a4460d243b3ee2
+RMD160 (pywebsocket-0.7.9.tar.gz) = 930359289bd65cbe5d4238a3aedb54a99ed378c3
+SHA512 (pywebsocket-0.7.9.tar.gz) = d36f5392db84ec86e635c182dc5b53661a88ef4721bc46c2294d585841863a8c702c099a78dcba1dddd1cc00fbb9a03b4de6b8180b66d8a4aaca2889de988de0
+Size (pywebsocket-0.7.9.tar.gz) = 141820 bytes


Home | Main Index | Thread Index | Old Index