|
Lines 99-104
Link Here
|
| 99 |
# PYNUMERIC - Dependency line for the numeric extension. Py-Numeric-17 |
99 |
# PYNUMERIC - Dependency line for the numeric extension. Py-Numeric-17 |
| 100 |
# is the last release that works with Python versions older |
100 |
# is the last release that works with Python versions older |
| 101 |
# than 1.6. |
101 |
# than 1.6. |
|
|
102 |
# PYNUMPY - Dependency line for the new numeric extension.# py-numpy, Py-Numeric is deprecated. |
| 102 |
# |
103 |
# |
| 103 |
# PYXML - Dependency line for the XML extension. As of Python-2.0, |
104 |
# PYXML - Dependency line for the XML extension. As of Python-2.0, |
| 104 |
# this extension is in the base distribution. |
105 |
# this extension is in the base distribution. |
|
Lines 415-420
Link Here
|
| 415 |
# Python 3rd-party modules |
416 |
# Python 3rd-party modules |
| 416 |
PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR} |
417 |
PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR} |
| 417 |
PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric |
418 |
PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric |
|
|
419 |
PYNUMPY= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy |
| 418 |
PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml |
420 |
PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml |
| 419 |
|
421 |
|
| 420 |
.if defined(PYTHON_REL) && ${PYTHON_REL} < 232 |
422 |
.if defined(PYTHON_REL) && ${PYTHON_REL} < 232 |