pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-notify2



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  4 07:27:26 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-notify2: Makefile

Log Message:
py-notify2: use correct MASTER_SITE


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-notify2/Makefile

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

Modified files:

Index: pkgsrc/sysutils/py-notify2/Makefile
diff -u pkgsrc/sysutils/py-notify2/Makefile:1.1 pkgsrc/sysutils/py-notify2/Makefile:1.2
--- pkgsrc/sysutils/py-notify2/Makefile:1.1     Thu Mar 10 23:48:02 2022
+++ pkgsrc/sysutils/py-notify2/Makefile Wed May  4 07:27:26 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2022/03/10 23:48:02 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/04 07:27:26 adam Exp $
 
 DISTNAME=      notify2-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
-MASTER_SITES=  https://files.pythonhosted.org/packages/aa/e8/d4b335aa739dc299a77766ecc5f1972d1de1993524aa94acef3219bba315/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=n/notify2/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://bitbucket.org/takluyver/pynotify2



Home | Main Index | Thread Index | Old Index