pkgsrc-WIP-changes archive

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

py-*: Fix MASTER_SITE.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Jun 1 14:38:39 2016 +0200
Changeset:	37ad4ae48b25f036f790e0741d69731f108f9a80

Modified Files:
	py-fyzz/Makefile
	py-pdfrw/Makefile
	py-queuelib/Makefile
	py-scrapy/Makefile
	py-w3lib/Makefile

Log Message:
py-*: Fix MASTER_SITE.

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

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

diffstat:
 py-fyzz/Makefile     | 3 +--
 py-pdfrw/Makefile    | 2 +-
 py-queuelib/Makefile | 2 +-
 py-scrapy/Makefile   | 2 +-
 py-w3lib/Makefile    | 3 +--
 5 files changed, 5 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-fyzz/Makefile b/py-fyzz/Makefile
index 2d723bd..dc4e557 100644
--- a/py-fyzz/Makefile
+++ b/py-fyzz/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.2 2012/10/07 11:54:38 asau Exp $
-#
 
 DISTNAME=	fyzz-0.1.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_PYPI}
+MASTER_SITES=	${MASTER_SITE_PYPI:=f/fyzz/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	http://www.logilab.org/project/fyzz
diff --git a/py-pdfrw/Makefile b/py-pdfrw/Makefile
index 9fce77d..d43172b 100644
--- a/py-pdfrw/Makefile
+++ b/py-pdfrw/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	pdfrw-0.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	print
-MASTER_SITES=	${MASTER_SITE_PYPI}
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pdfrw/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/pmaupin/pdfrw
diff --git a/py-queuelib/Makefile b/py-queuelib/Makefile
index 4c68624..3c6b61c 100644
--- a/py-queuelib/Makefile
+++ b/py-queuelib/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	queuelib-1.4.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI}
+MASTER_SITES=	${MASTER_SITE_PYPI:=q/queuelib/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/scrapy/queuelib
diff --git a/py-scrapy/Makefile b/py-scrapy/Makefile
index 786df8a..b714ef1 100644
--- a/py-scrapy/Makefile
+++ b/py-scrapy/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	Scrapy-1.0.5
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_PYPI}
+MASTER_SITES=	${MASTER_SITE_PYPI:=S/Scrapy/}
 
 MAINTAINER=	slitvinov%gmail.com@localhost
 HOMEPAGE=	http://scrapy.org/
diff --git a/py-w3lib/Makefile b/py-w3lib/Makefile
index 8536ad0..758bcb6 100644
--- a/py-w3lib/Makefile
+++ b/py-w3lib/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.2 2012/10/07 13:57:32 asau Exp $
-#
 
 DISTNAME=	w3lib-1.14.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_PYPI}
+MASTER_SITES=	${MASTER_SITE_PYPI:=w/w3lib/}
 
 MAINTAINER=	slitvinov%gmail.com@localhost
 HOMEPAGE=	http://github.com/scrapy/w3lib


Home | Main Index | Thread Index | Old Index