Fri Dec 14 12:40:28 2018 UTC ()
gedit3: removed commented-out PY_PEP3147=no


(adam)
diff -r1.45 -r1.46 pkgsrc/editors/gedit3/Makefile

cvs diff -r1.45 -r1.46 pkgsrc/editors/gedit3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/gedit3/Attic/Makefile 2018/11/27 14:41:07 1.45
+++ pkgsrc/editors/gedit3/Attic/Makefile 2018/12/14 12:40:28 1.46
@@ -1,34 +1,33 @@ @@ -1,34 +1,33 @@
1# $NetBSD: Makefile,v 1.45 2018/11/27 14:41:07 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.46 2018/12/14 12:40:28 adam Exp $
2 2
3DISTNAME= gedit-3.22.1 3DISTNAME= gedit-3.22.1
4PKGREVISION= 7 4PKGREVISION= 7
5CATEGORIES= editors gnome 5CATEGORIES= editors gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/${PKGVERSION_NOREV:R}/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/${PKGVERSION_NOREV:R}/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= prlw1@cam.ac.uk 9MAINTAINER= prlw1@cam.ac.uk
10HOMEPAGE= https://wiki.gnome.org/Apps/Gedit 10HOMEPAGE= https://wiki.gnome.org/Apps/Gedit
11COMMENT= Lightweight GNOME UTF-8 text editor 11COMMENT= Lightweight GNOME UTF-8 text editor
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16USE_TOOLS+= gmake intltool msgfmt perl pkg-config 16USE_TOOLS+= gmake intltool msgfmt perl pkg-config
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18 18
19PKGCONFIG_OVERRIDE+= data/gedit.pc.in 19PKGCONFIG_OVERRIDE+= data/gedit.pc.in
20PY_PATCHPLIST= yes 20PY_PATCHPLIST= yes
21#PY_PEP3147= no 
22PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
23REPLACE_PYTHON+= plugins/externaltools/data/send-to-fpaste.tool.in 22REPLACE_PYTHON+= plugins/externaltools/data/send-to-fpaste.tool.in
24 23
25CONFIGURE_ARGS+= --disable-updater 24CONFIGURE_ARGS+= --disable-updater
26CONFIGURE_ARGS+= --disable-deprecations 25CONFIGURE_ARGS+= --disable-deprecations
27CONFIGURE_ARGS+= --disable-maintainer-mode 26CONFIGURE_ARGS+= --disable-maintainer-mode
28 27
29.include "options.mk" 28.include "options.mk"
30 29
31DEPENDS+= adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme 30DEPENDS+= adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme
32DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 31DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
33BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 32BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
34 33