aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-sqlalchemy06
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-14 01:00:14 +0800
committermiwi <miwi@FreeBSD.org>2009-12-14 01:00:14 +0800
commit1cd8e681dd931436c63a17360b5a799832e9f044 (patch)
tree0d740da1f4c2bcdffa5acea80f0286054f46fede /databases/py-sqlalchemy06
parent2e7574904f6fd41d752a11e38bf748b8a9776e8b (diff)
downloadfreebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.gz
freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.zst
freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.zip
- Get rip python 2.3+
Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr
Diffstat (limited to 'databases/py-sqlalchemy06')
-rw-r--r--databases/py-sqlalchemy06/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sqlalchemy06/Makefile b/databases/py-sqlalchemy06/Makefile
index 9931ea319460..d84c3ea94ad9 100644
--- a/databases/py-sqlalchemy06/Makefile
+++ b/databases/py-sqlalchemy06/Makefile
@@ -17,7 +17,7 @@ DISTNAME= SQLAlchemy-${DISTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A Python SQL toolkit and Object Relational Mapper
-USE_PYTHON= 2.3+
+USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= SQLAlchemy
PYDISTUTILS_PKGVERSION= ${DISTVERSION}