1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- remove PYDISTUTILS "dependency line" since USE_PYTHON will garantee

availability of distutils module. There is no consumers of this in the tree.
- add PYGAME shortcut for devel/py-game
This commit is contained in:
Ruslan Makhmatkhanov 2012-09-13 04:05:41 +00:00
parent 78877f2e04
commit a42c55a4cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304171

View File

@ -99,8 +99,7 @@ Python_Include_MAINTAINER= python@FreeBSD.org
# PYTHONPREFIX_LIBDIR default: ${PREFIX}/lib/${PYTHON_VERSION}
# PYTHONPREFIX_SITELIBDIR default: ${PYTHONPREFIX_LIBDIR}/site-packages
#
# PYDISTUTILS - Dependency line for the distutils extension. As of
# Python-2.0, the distutils are in the base distribution.
# PYGAME - Dependency line for the Pygame library.
#
# PYNUMERIC - Dependency line for the numeric extension.
#
@ -525,7 +524,7 @@ ZOPEPRODUCTDIR?= Products
.endif
# Python 3rd-party modules
PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR}
PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game
PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
PYNUMPY= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy
PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml