pkgsrc-WIP-changes archive

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

py-mkdocs-material: Fix hardcoded MASTER_SITES



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Sep 29 19:58:59 2020 +0200
Changeset:	3721d34998c17d6bcddad0082c52d8138d46e38b

Modified Files:
	py-mkdocs-material/Makefile

Log Message:
py-mkdocs-material: Fix hardcoded MASTER_SITES

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

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

diffstat:
 py-mkdocs-material/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-mkdocs-material/Makefile b/py-mkdocs-material/Makefile
index d5fa0a6144..78ec1d2a99 100644
--- a/py-mkdocs-material/Makefile
+++ b/py-mkdocs-material/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	mkdocs-material-5.5.13
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc python
-MASTER_SITES=	https://files.pythonhosted.org/packages/b3/2f/c87b86610caf65d4fe12a033d890be26600d5bdd34132801abd717bee7df/
+MASTER_SITES=	${MASTER_SITE_PYPI:=m/mkdocs-material/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://squidfunk.github.io/mkdocs-material/


Home | Main Index | Thread Index | Old Index