pkgsrc-WIP-changes archive

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

Switch to MASTER_SITE_PYPI.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Jun 8 19:51:34 2016 +0200
Changeset:	83b3ab537f26b23020d4b359dcbfc83d2e2f5093

Modified Files:
	py-htseq/Makefile

Log Message:
Switch to 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=83b3ab537f26b23020d4b359dcbfc83d2e2f5093

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

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

diffs:
diff --git a/py-htseq/Makefile b/py-htseq/Makefile
index 0f20dbe..c86bed3 100644
--- a/py-htseq/Makefile
+++ b/py-htseq/Makefile
@@ -7,7 +7,7 @@
 PKGNAME=	${PYPKGPREFIX}-htseq-${PORTVERSION}
 DISTNAME=	HTSeq-${PORTVERSION}
 CATEGORIES=	python
-MASTER_SITES=	${MASTER_SITE_CHEESESHOP}/source/H/HTSeq/
+MASTER_SITES=	${MASTER_SITE_PYPI:=H/HTSeq/}
 
 MAINTAINER=	bacon4000%gmail.com@localhost
 
@@ -18,7 +18,6 @@ LICENSE=	gnu-gpl-v3
 USE_LANGUAGES=	c c++
 
 PORTVERSION=	0.6.1p1
-MASTER_SITE_CHEESESHOP= http://pypi.python.org/packages
 
 .include "../../lang/python/distutils.mk"
 .include "../../math/py-numpy/buildlink3.mk"


Home | Main Index | Thread Index | Old Index