From 66657f0945bd10aea95bf8000afc916d947cfbd8 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 8 Jun 2016 17:43:20 +0000 Subject: Switch to MASTER_SITES_PYPI. --- comms/py-colorama/Makefile | 4 ++-- comms/py-python-termstyle/Makefile | 4 ++-- comms/py-serial/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'comms') 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/ -- cgit v1.2.3