pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Allow python26.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04b5dc703ecf
branches:  trunk
changeset: 399523:04b5dc703ecf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 22 00:56:14 2009 +0000

description:
Allow python26.

diffstat:

 misc/calibre/Makefile     |  6 ++++--
 www/py-mechanize/Makefile |  4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r c3663b4c68e4 -r 04b5dc703ecf misc/calibre/Makefile
--- a/misc/calibre/Makefile     Mon Sep 21 18:07:10 2009 +0000
+++ b/misc/calibre/Makefile     Tue Sep 22 00:56:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/08/26 19:58:00 sno Exp $
+# $NetBSD: Makefile,v 1.3 2009/09/22 01:08:03 wiz Exp $
 #
 
 DISTNAME=      calibre-0.4.128
@@ -19,8 +19,10 @@
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup
 DEPENDS+=      ${PYPKGPREFIX}-mechanize>=0.1.8:../../www/py-mechanize
 
+#PKG_DESTDIR_SUPPORT=  user-destdir
+
 USE_LANGUAGES= c c++
-PYTHON_VERSIONS_ACCEPTED=      25
+PYTHON_VERSIONS_ACCEPTED=      26 25
 PYDISTUTILSPKG=        yes
 
 REPLACE_PYTHON=                src/calibre/ebooks/metadata/odt.py
diff -r c3663b4c68e4 -r 04b5dc703ecf www/py-mechanize/Makefile
--- a/www/py-mechanize/Makefile Mon Sep 21 18:07:10 2009 +0000
+++ b/www/py-mechanize/Makefile Tue Sep 22 00:56:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/07/07 18:58:47 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/09/22 00:56:14 wiz Exp $
 #
 
 DISTNAME=      mechanize-0.1.10
@@ -14,7 +14,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_ACCEPTED=      25
+PYTHON_VERSIONS_ACCEPTED=      26 25
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index