pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/py-TTFQuery py-fonttools needs Python 2.2+



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08513556758e
branches:  trunk
changeset: 513853:08513556758e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 04 16:46:08 2006 +0000

description:
py-fonttools needs Python 2.2+

diffstat:

 fonts/py-TTFQuery/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6deaa7439986 -r 08513556758e fonts/py-TTFQuery/Makefile
--- a/fonts/py-TTFQuery/Makefile        Sun Jun 04 16:44:23 2006 +0000
+++ b/fonts/py-TTFQuery/Makefile        Sun Jun 04 16:46:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:39 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/04 16:46:08 joerg Exp $
 #
 
 DISTNAME=              TTFQuery-0.2.6
@@ -14,6 +14,7 @@
 DEPENDS+=              ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools
 
 PYDISTUTILSPKG=                yes
+PYTHON_VERSIONS_ACCEPTED=      24 23 22
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index