summaryrefslogtreecommitdiff
path: root/lang/python20
diff options
context:
space:
mode:
authorjoerg <joerg>2007-05-29 10:16:42 +0000
committerjoerg <joerg>2007-05-29 10:16:42 +0000
commitcfaab8a040acaad90a2fe70c841dd1fa048c4276 (patch)
treec14732e1a39b8fdfe15fae673abfe54f8c87872c /lang/python20
parent13d65efc8da8210da38438e79de7bc0cbf21c6f6 (diff)
downloadpkgsrc-cfaab8a040acaad90a2fe70c841dd1fa048c4276.tar.gz
Remove Zope 2.2 and related pieces:
databases/zope-mysql lang/py-extclass textproc/py-dtml www/py-pcgi www/py-zpublisher www/zope No objection from pkgsrc-users. cVS: ----------------------------------------------------------------------
Diffstat (limited to 'lang/python20')
-rw-r--r--lang/python20/Makefile.inc42
1 files changed, 0 insertions, 42 deletions
diff --git a/lang/python20/Makefile.inc b/lang/python20/Makefile.inc
deleted file mode 100644
index bc56fb15318..00000000000
--- a/lang/python20/Makefile.inc
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile.inc,v 1.3 2004/12/03 15:15:01 wiz Exp $
-#
-
-PY_VERSION= 2.0
-PY_DISTNAME= BeOpen-Python-${PY_VERSION}
-PY_MASTER_SITES=http://www.pythonlabs.com/products/python${PY_VERSION}/downloads/
-DIST_SUBDIR?= python
-
-PY_WRKSRC= ${WRKDIR}/Python-${PY_VERSION}/Modules
-PY_MODULES= Python-${PY_VERSION}/Modules
-
-PY_CONFIGDIR= ${LOCALBASE}/lib/python${PY_VERSION}/config
-PY_LIBPATH= lib/python${PY_VERSION}
-PY_LIBDIR= ${LOCALBASE}/${PY_LIBPATH}
-PY_SITEPATH= ${PY_LIBPATH}/site-packages
-PY_SITEPKG= ${PY_LIBDIR}/site-packages
-PY_PROG= ${LOCALBASE}/bin/python${PY_VERSION}
-PY_INCDIR= ${LOCALBASE}/include/python${PY_VERSION}
-
-PY_COMPILEDIR= ${PY_PROG} ${PY_LIBDIR}/compileall.py
-
-DEPENDS+= python20-${PY_VERSION}*:../../lang/python20
-
-BUILD_TARGET?= default
-
-.if ${MACHINE_ARCH} == "sparc64"
-PKG_FAIL_REASON= "${PKGNAME} needs dynamic loading"
-.endif
-
-# Set PY_SETUP_SUBST to substitute "${variable}" for "@value@" in Setup.in.
-PY_SETUP_SUBST+= LOCALBASE=${LOCALBASE}
-PY_SETUP_SUBST+= X11BASE=${X11BASE}
-
-# This is used for standard modules shipped with Python but build as
-# separate packages.
-
-python-std-do-configure:
- ${SED} ${PY_SETUP_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} \
- ${FILESDIR}/Setup.in > ${WRKSRC}/Setup.in
- ( cd ${WRKSRC} ;\
- ${CP} ${PY_CONFIGDIR}/Makefile.pre.in .;\
- ${MAKE} -f Makefile.pre.in boot)