pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/accerciser3 Mark as not ready for python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/198e505a70a3
branches:  trunk
changeset: 629636:198e505a70a3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 25 08:47:17 2014 +0000

description:
Mark as not ready for python-3.x.
Also set PY_PEP3147=no since the package infrastructure does not handle
__pycache__ correctly.

diffstat:

 devel/accerciser3/Makefile |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r b0d6ff6a4262 -r 198e505a70a3 devel/accerciser3/Makefile
--- a/devel/accerciser3/Makefile        Sat Jan 25 08:45:38 2014 +0000
+++ b/devel/accerciser3/Makefile        Sat Jan 25 08:47:17 2014 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/10/10 14:42:03 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.9 2014/01/25 08:47:17 wiz Exp $
 
 DISTNAME=      accerciser-3.6.0
 PKGREVISION=   6
@@ -20,13 +19,17 @@
 REPLACE_PYTHON+=       src/accerciser.in
 
 BUILD_DEPENDS+=                itstool-[0-9]*:../../textproc/itstool
-
-# correct dependency:
 DEPENDS+=      ${PYPKGPREFIX}-at-spi2-[0-9]*:../../devel/py-at-spi2
 DEPENDS+=      libwnck3-[0-9]*:../../devel/libwnck3
-#USE_LANGUAGES=        # none
+
 # dependencies to keep package's configure script happy:
 USE_LANGUAGES= c
+
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 3.6.0
+
+# does not install into proper __pycache__ dir as of 3.6.0
+PY_PEP3147=    no
+
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../devel/at-spi2-core/buildlink3.mk"
 .include "../../devel/py-gobject3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index