pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/gedit3 Set PY_PEP3147=no as package does not s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1313b8bcfd2e
branches:  trunk
changeset: 629641:1313b8bcfd2e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 25 08:57:54 2014 +0000

description:
Set PY_PEP3147=no as package does not support it.
Mark as not ready for python-3.x.

diffstat:

 editors/gedit3/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 93bbf3d70401 -r 1313b8bcfd2e editors/gedit3/Makefile.common
--- a/editors/gedit3/Makefile.common    Sat Jan 25 08:55:08 2014 +0000
+++ b/editors/gedit3/Makefile.common    Sat Jan 25 08:57:54 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2013/12/12 01:30:04 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.5 2014/01/25 08:57:54 wiz Exp $
 # used by editors/gedit3/Makefile
 # used by editors/gedit3-spell/Makefile
 
@@ -20,6 +20,9 @@
 
 PKGCONFIG_OVERRIDE+=   data/gedit.pc.in
 PY_PATCHPLIST=         yes
+# __pycache__ installation not properly supported as of 3.6.1
+PY_PEP3147=            no
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 3.6.1
 
 CONFIGURE_ARGS+=       --disable-updater
 CONFIGURE_ARGS+=       --disable-deprecations



Home | Main Index | Thread Index | Old Index