summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-12-02 05:22:15 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-12-02 05:22:15 +0000
commit7e89d7bc4bb065fec56176188ebc2a58eac07aac (patch)
tree61716ac4aaebe6344652ae1263eca7bb974f7956
parentCorrect a command: need -f option to rebuild them all. (diff)
mpz module is deprecated since Python 2.2 and removed in Python 2.4.
Notes
Notes: svn path=/head/; revision=122960
-rw-r--r--lang/python/pkg-message1
-rw-r--r--lang/python24/pkg-message1
-rw-r--r--math/py-mpz/Makefile2
3 files changed, 1 insertions, 3 deletions
diff --git a/lang/python/pkg-message b/lang/python/pkg-message
index 9de84412d8c1..0dfd4b8eb1ad 100644
--- a/lang/python/pkg-message
+++ b/lang/python/pkg-message
@@ -4,7 +4,6 @@ ports since they require extra dependencies:
bsddb databases/py-bsddb
gdbm databases/py-gdbm
-mpz math/py-mpz
tkinter x11-toolkits/py-tkinter
Install them as needed.
diff --git a/lang/python24/pkg-message b/lang/python24/pkg-message
index 9de84412d8c1..0dfd4b8eb1ad 100644
--- a/lang/python24/pkg-message
+++ b/lang/python24/pkg-message
@@ -4,7 +4,6 @@ ports since they require extra dependencies:
bsddb databases/py-bsddb
gdbm databases/py-gdbm
-mpz math/py-mpz
tkinter x11-toolkits/py-tkinter
Install them as needed.
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile
index 59b0486f1644..a117250d4d4a 100644
--- a/math/py-mpz/Makefile
+++ b/math/py-mpz/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mpz.so
DIST_SUBDIR= python
-USE_PYTHON= yes
+USE_PYTHON= -2.3
USE_PYDISTUTILS=yes
WRKSRC= ${PYTHON_WRKSRC}/Modules
MD5_FILE= ${PORTSDIR}/lang/python/distinfo