pkgsrc-WIP-changes archive

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

py-pbkdf2: use MASTER_SITE_PYPI



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Sep 2 18:20:07 2016 +0200
Changeset:	6f90b5e63c8928d4b40eae1902de89ef28a99761

Modified Files:
	py-pbkdf2/Makefile

Log Message:
py-pbkdf2: use MASTER_SITE_PYPI

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

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

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

diffs:
diff --git a/py-pbkdf2/Makefile b/py-pbkdf2/Makefile
index f2d72a2..8015ba9 100644
--- a/py-pbkdf2/Makefile
+++ b/py-pbkdf2/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	pbkdf2-1.3
 PKGNAME=	${PYPKGPREFIX}-pbkdf2-1.3
 EGG_NAME=	pbkdf2-${PKGVERSION}
 CATEGORIES=	security
-MASTER_SITES=	https://pypi.python.org/packages/02/c0/6a2376ae81beb82eda645a091684c0b0becb86b972def7849ea9066e3d5e/
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pbkdf2/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://pypi.python.org/pypi/pbkdf2


Home | Main Index | Thread Index | Old Index