View | Details | Raw Unified | Return to bug 82445
Collapse All | Expand All

(-)bsd.python.mk (+12 lines)
Lines 96-101 Link Here
96
#				is the last release that works with Python versions older
96
#				is the last release that works with Python versions older
97
#				than 1.6.
97
#				than 1.6.
98
#
98
#
99
# PYTWISTED:		Dependency line for the Python event-driven networking 
100
# 				framework twisted.
101
#
99
# PYXML:		Dependency line for the XML extension. As of Python-2.0,
102
# PYXML:		Dependency line for the XML extension. As of Python-2.0,
100
#				this extension is in the base distribution.
103
#				this extension is in the base distribution.
101
#
104
#
Lines 115-120 Link Here
115
#
118
#
116
# PYSETUP:		Name of the setup script used by the distutils package.
119
# PYSETUP:		Name of the setup script used by the distutils package.
117
#				default: setup.py
120
#				default: setup.py
121
#
122
# USE_ZOPE:		Use Zope - an object-based web application platform, this
123
# 				also sets up ZOPEBASEDIR - relative base directory of zope 
124
# 				server, SZOPEBASEDIR - absolute base directory of zope that
125
# 				is ${LOCALBASE}/${SZOPEBASEDIR} by default, 
126
# 				ZOPEPRODUCTDIR - directory, where products for zope can be 
127
# 				found. Note that USE_ZOPE require python2.3
128
#
118
129
119
_PYTHON_PORTBRANCH=		2.4
130
_PYTHON_PORTBRANCH=		2.4
120
_PYTHON_ALLBRANCHES=	2.4 2.3 2.2 2.1 2.5 # preferred first
131
_PYTHON_ALLBRANCHES=	2.4 2.3 2.2 2.1 2.5 # preferred first
Lines 299-304 Link Here
299
310
300
PYDISTUTILS=	${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR}
311
PYDISTUTILS=	${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR}
301
PYNUMERIC=		${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
312
PYNUMERIC=		${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
313
PYTWISTED=		${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted
302
PYXML=			${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
314
PYXML=			${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
303
315
304
.if defined(PYTHON_REL) && ${PYTHON_REL} < 232
316
.if defined(PYTHON_REL) && ${PYTHON_REL} < 232

Return to bug 82445