pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/py-proj Doesn't support Python < 2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9b8ba31602c
branches:  trunk
changeset: 517749:d9b8ba31602c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 22 15:09:19 2006 +0000

description:
Doesn't support Python < 2.3.

diffstat:

 geography/py-proj/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5ef0bb239ee8 -r d9b8ba31602c geography/py-proj/Makefile
--- a/geography/py-proj/Makefile        Tue Aug 22 14:32:11 2006 +0000
+++ b/geography/py-proj/Makefile        Tue Aug 22 15:09:19 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/26 20:13:56 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2006/08/22 15:09:19 joerg Exp $
 #
 
 DISTNAME=              pyproj-1.7.2
@@ -10,7 +10,8 @@
 HOMEPAGE=              http://www.cdc.noaa.gov/people/jeffrey.s.whitaker/python/
 COMMENT=               python wrapper for proj
 
-PYDISTUTILSPKG=        true
+PYDISTUTILSPKG=                        true
+PYTHON_VERSIONS_SUPPORTED=     23 24
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME}



Home | Main Index | Thread Index | Old Index