summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-08 17:43:20 +0000
committerwiz <wiz>2016-06-08 17:43:20 +0000
commitccc333087745c5d7b310a7dcfb29ded2506e4e21 (patch)
tree6e0a43d9ac544ad07d8278f7eab13ea61c978488 /comms
parent04927ad25668214a78784ced8bb03d81f78f91b3 (diff)
downloadpkgsrc-ccc333087745c5d7b310a7dcfb29ded2506e4e21.tar.gz
Switch to MASTER_SITES_PYPI.
Diffstat (limited to 'comms')
-rw-r--r--comms/py-colorama/Makefile4
-rw-r--r--comms/py-python-termstyle/Makefile4
-rw-r--r--comms/py-serial/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/comms/py-colorama/Makefile b/comms/py-colorama/Makefile
index d1e814b691d..4df1867c128 100644
--- a/comms/py-colorama/Makefile
+++ b/comms/py-colorama/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2014/12/05 14:52:52 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:21 wiz Exp $
DISTNAME= colorama-0.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
-MASTER_SITES= https://pypi.python.org/packages/source/c/colorama/
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/colorama/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://pypi.python.org/pypi/colorama
diff --git a/comms/py-python-termstyle/Makefile b/comms/py-python-termstyle/Makefile
index 37fed74b37a..96300bee864 100644
--- a/comms/py-python-termstyle/Makefile
+++ b/comms/py-python-termstyle/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:25 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:21 wiz Exp $
DISTNAME= python-termstyle-0.1.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms
-MASTER_SITES= https://pypi.python.org/packages/source/p/python-termstyle/
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-termstyle/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://gfxmonk.net/dist/0install/python-termstyle.xml
diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile
index 4b978df9e8a..7d203932cee 100644
--- a/comms/py-serial/Makefile
+++ b/comms/py-serial/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:31 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:20 wiz Exp $
DISTNAME= pyserial-2.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= comms python
-MASTER_SITES= http://pypi.python.org/packages/source/p/pyserial/
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyserial/}
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://pyserial.sourceforge.net/