Use MASTER_SITE_PYPI.

This commit is contained in:
fgsch 2009-11-23 00:45:27 +00:00
parent e836821658
commit 072c596e53
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2009/11/11 00:18:09 djm Exp $
# $OpenBSD: Makefile,v 1.12 2009/11/23 00:45:27 fgsch Exp $
COMMENT= simplified packaging system for Python modules
@ -10,7 +10,7 @@ PKG_ARCH= *
MAINTAINER= Damien Miller <djm@openbsd.org>
MASTER_SITES= http://cheeseshop.python.org/packages/source/s/setuptools/
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
HOMEPAGE= http://peak.telecommunity.com/DevCenter/setuptools
# Zope Public License or Python Software Foundation license

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2009/03/15 13:03:41 espie Exp $
# $OpenBSD: Makefile,v 1.7 2009/11/23 00:45:27 fgsch Exp $
COMMENT= plugin to support use of Cheetah templates
@ -18,7 +18,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://cheeseshop.python.org/packages/source/T/TurboCheetah/
MASTER_SITES= ${MASTER_SITE_PYPI:=T/TurboCheetah/}
MODULES= lang/python
RUN_DEPENDS= ::devel/py-cheetah

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2009/03/24 18:14:09 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2009/11/23 00:45:27 fgsch Exp $
COMMENT= Python-based presentation tool
@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://cheeseshop.python.org/packages/source/b/bruce/
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bruce/}
MODULES= lang/python
RUN_DEPENDS= ::devel/pygame