pkgsrc-WIP-changes archive

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

py-qexpy: use MASTER_SITE_PYPI



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Sep 9 09:55:35 2016 +0200
Changeset:	d1d1afe4654055ac830a7ac564badbc9cdaa3c60

Modified Files:
	py-qexpy/Makefile

Log Message:
py-qexpy: 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=d1d1afe4654055ac830a7ac564badbc9cdaa3c60

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

diffstat:
 py-qexpy/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/py-qexpy/Makefile b/py-qexpy/Makefile
index dc1f6d0..54b1ce7 100644
--- a/py-qexpy/Makefile
+++ b/py-qexpy/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	qexpy-0.3.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math
-MASTER_SITES=	https://pypi.python.org/packages/61/87/15cf8be5acc2523b26eaf96f1e44630d11e0220903688ba80633c86768a0/
+MASTER_SITES=	${MASTER_SITE_PYPI:=q/qexpy/}
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
 HOMEPAGE=	https://github.com/Queens-Physics/QExPy
@@ -13,8 +13,6 @@ LICENSE=	gnu-gpl-v3
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.18.0:../../math/py-scipy
 DEPENDS+=	${PYPKGPREFIX}-bokeh>=0.12.2:../../wip/py-bokeh
 
-WRKSRC=		${WRKDIR}/qexpy-0.3.2
-
 USE_LANGUAGES=	# none
 
 .include "../../graphics/py-matplotlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index