svn commit: r527603 - head/x11/keybinder
Antoine Brodin
antoine at FreeBSD.org
Sun Mar 1 21:53:48 UTC 2020
Author: antoine
Date: Sun Mar 1 21:53:46 2020
New Revision: 527603
URL: https://svnweb.freebsd.org/changeset/ports/527603
Log:
Remove optional dependency on python 2.7
Modified:
head/x11/keybinder/Makefile
head/x11/keybinder/pkg-descr
head/x11/keybinder/pkg-plist
Modified: head/x11/keybinder/Makefile
==============================================================================
--- head/x11/keybinder/Makefile Sun Mar 1 21:53:15 2020 (r527602)
+++ head/x11/keybinder/Makefile Sun Mar 1 21:53:46 2020 (r527603)
@@ -2,7 +2,7 @@
PORTNAME= keybinder
PORTVERSION= 0.3.1
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONPREFIX= v
CATEGORIES= x11
@@ -19,11 +19,11 @@ USES= autoreconf gmake gnome libtool pathfix pkgconfi
USE_GNOME= gtk20 introspection:build
USE_XORG= x11 xext xrender
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-python
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-OPTIONS_DEFINE= EXAMPLES DOCS LUA PYTHON
-OPTIONS_DEFAULT= PYTHON
+OPTIONS_DEFINE= EXAMPLES DOCS LUA
OPTIONS_SUB= yes
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
@@ -34,10 +34,6 @@ LUA_DESC= Lua bindings
LUA_USES= lua:51
LUA_CONFIGURE_ON= --with-lua-includes=${LUA_INCDIR}
LUA_CONFIGURE_OFF= --disable-lua
-
-PYTHON_USES= python:2.7
-PYTHON_USE= gnome=pygtk2
-PYTHON_CONFIGURE_OFF= --disable-python
post-patch-DOCS-off:
@${REINPLACE_CMD} -E '/GTK_DOC_CHECK|docs/d' ${WRKSRC}/configure.ac
Modified: head/x11/keybinder/pkg-descr
==============================================================================
--- head/x11/keybinder/pkg-descr Sun Mar 1 21:53:15 2020 (r527602)
+++ head/x11/keybinder/pkg-descr Sun Mar 1 21:53:46 2020 (r527603)
@@ -5,7 +5,6 @@ The port provides the following:
- A C library, libkeybinder
- Lua bindings, lua-keybinder (off by default)
- - Python bindings, python-keybinder
- Example programs in C, Lua, Python, and Vala
WWW: https://github.com/engla/keybinder
Modified: head/x11/keybinder/pkg-plist
==============================================================================
--- head/x11/keybinder/pkg-plist Sun Mar 1 21:53:15 2020 (r527602)
+++ head/x11/keybinder/pkg-plist Sun Mar 1 21:53:46 2020 (r527603)
@@ -5,10 +5,6 @@ lib/libkeybinder.so.0
lib/libkeybinder.so.0.1.0
%%LUA%%%%LUA_MODLIBDIR%%/keybinder.so
libdata/pkgconfig/keybinder.pc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/__init__.py
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/__init__.pyc
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/__init__.pyo
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/keybinder/_keybinder.so
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.lua
More information about the svn-ports-head
mailing list