pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-confuse



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 25 19:51:19 UTC 2021

Modified Files:
        pkgsrc/devel/py-confuse: Makefile

Log Message:
py-confuse: fix MASTER_SITES


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

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

Modified files:

Index: pkgsrc/devel/py-confuse/Makefile
diff -u pkgsrc/devel/py-confuse/Makefile:1.1 pkgsrc/devel/py-confuse/Makefile:1.2
--- pkgsrc/devel/py-confuse/Makefile:1.1        Thu Nov 25 19:33:58 2021
+++ pkgsrc/devel/py-confuse/Makefile    Thu Nov 25 19:51:19 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2021/11/25 19:33:58 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/25 19:51:19 adam Exp $
 
 DISTNAME=      confuse-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
-MASTER_SITES=  https://files.pythonhosted.org/packages/db/ec/fd93d96a32f54a3e19124179e86cced96da590d946c739a599f26d775a5f/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/confuse/}
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/beetbox/confuse



Home | Main Index | Thread Index | Old Index