libkate: remove python option (which was default-off)

Uses wxGTK28, which will be removed soon
This commit is contained in:
wiz 2023-06-26 11:56:22 +00:00
parent 18c63a9a63
commit e851cfcc95
3 changed files with 6 additions and 50 deletions

View file

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.27 2023/01/29 21:17:19 ryoon Exp $
#
# $NetBSD: Makefile,v 1.28 2023/06/26 11:56:22 wiz Exp $
DISTNAME= libkate-0.4.1
PKGREVISION= 23
@ -16,6 +15,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= bison flex pkg-config
CONFIGURE_ENV+= ac_cv_lib_lex="none needed"
CONFIGURE_ENV+= PYTHON=":"
PKGCONFIG_OVERRIDE+= misc/pkgconfig/oggkate.pc.in
PKGCONFIG_OVERRIDE+= misc/pkgconfig/kate.pc.in

View file

@ -1,5 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2013/05/15 00:41:42 rodent Exp $
${PLIST.python}bin/KateDJ
@comment $NetBSD: PLIST,v 1.2 2023/06/26 11:56:22 wiz Exp $
bin/katalyzer
bin/katedec
bin/kateenc
@ -10,39 +9,6 @@ lib/libkate.la
lib/liboggkate.la
lib/pkgconfig/kate.pc
lib/pkgconfig/oggkate.pc
${PLIST.python}${PYSITELIB}/kdj/__init__.py
${PLIST.python}${PYSITELIB}/kdj/__init__.pyc
${PLIST.python}${PYSITELIB}/kdj/__init__.pyo
${PLIST.python}${PYSITELIB}/kdj/constants.py
${PLIST.python}${PYSITELIB}/kdj/constants.pyc
${PLIST.python}${PYSITELIB}/kdj/constants.pyo
${PLIST.python}${PYSITELIB}/kdj/demuxer.py
${PLIST.python}${PYSITELIB}/kdj/demuxer.pyc
${PLIST.python}${PYSITELIB}/kdj/demuxer.pyo
${PLIST.python}${PYSITELIB}/kdj/finder.py
${PLIST.python}${PYSITELIB}/kdj/finder.pyc
${PLIST.python}${PYSITELIB}/kdj/finder.pyo
${PLIST.python}${PYSITELIB}/kdj/muxer.py
${PLIST.python}${PYSITELIB}/kdj/muxer.pyc
${PLIST.python}${PYSITELIB}/kdj/muxer.pyo
${PLIST.python}${PYSITELIB}/kdj/options.py
${PLIST.python}${PYSITELIB}/kdj/options.pyc
${PLIST.python}${PYSITELIB}/kdj/options.pyo
${PLIST.python}${PYSITELIB}/kdj/tester.py
${PLIST.python}${PYSITELIB}/kdj/tester.pyc
${PLIST.python}${PYSITELIB}/kdj/tester.pyo
${PLIST.python}${PYSITELIB}/kdj/tools.py
${PLIST.python}${PYSITELIB}/kdj/tools.pyc
${PLIST.python}${PYSITELIB}/kdj/tools.pyo
${PLIST.python}${PYSITELIB}/kdj/ui_editor.py
${PLIST.python}${PYSITELIB}/kdj/ui_editor.pyc
${PLIST.python}${PYSITELIB}/kdj/ui_editor.pyo
${PLIST.python}${PYSITELIB}/kdj/ui_main.py
${PLIST.python}${PYSITELIB}/kdj/ui_main.pyc
${PLIST.python}${PYSITELIB}/kdj/ui_main.pyo
${PLIST.python}${PYSITELIB}/kdj/ui_options.py
${PLIST.python}${PYSITELIB}/kdj/ui_options.pyc
${PLIST.python}${PYSITELIB}/kdj/ui_options.pyo
man/man1/KateDJ.1
man/man1/katalyzer.1
man/man1/katedec.1

View file

@ -1,9 +1,9 @@
# $NetBSD: options.mk,v 1.11 2023/06/06 12:42:01 riastradh Exp $
# $NetBSD: options.mk,v 1.12 2023/06/26 11:56:22 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libkate
PKG_SUPPORTED_OPTIONS= debug doc oggz python valgrind vorbis
PKG_SUPPORTED_OPTIONS= debug doc oggz valgrind vorbis
PKG_SUGGESTED_OPTIONS+= oggz vorbis
PLIST_VARS+= doc python
PLIST_VARS+= doc
.include "../../mk/bsd.options.mk"
@ -21,17 +21,7 @@ CONFIGURE_ARGS+= --disable-doc
.include "../../multimedia/liboggz/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mpython)
REPLACE_PYTHON= tools/KateDJ/KateDJ
PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets
.include "../../x11/py-wxWidgets/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
PLIST.python= yes
.else
CONFIGURE_ENV+= PYTHON=":"
.endif
.if !empty(PKG_OPTIONS:Mvalgrind)
TOOL_DEPENDS+= valgrind-[0-9]*:../../devel/valgrind