diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 08:57:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 08:57:54 +0000 |
commit | 7809d3583416ba77afe5291e2811364bab908446 (patch) | |
tree | 66573cee68ba87b83949d9a4bd643c63bf1e9ad4 /editors/gedit3 | |
parent | 7b1f7a8f03751f0baf3e372445de4d45f8465937 (diff) | |
download | pkgsrc-7809d3583416ba77afe5291e2811364bab908446.tar.gz |
Set PY_PEP3147=no as package does not support it.
Mark as not ready for python-3.x.
Diffstat (limited to 'editors/gedit3')
-rw-r--r-- | editors/gedit3/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/gedit3/Makefile.common b/editors/gedit3/Makefile.common index 4c1867e9a86..19f961388b7 100644 --- a/editors/gedit3/Makefile.common +++ b/editors/gedit3/Makefile.common @@ -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 @@ USE_PKGLOCALEDIR= yes 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 |