Skip to content

Commit

Permalink
*: update for py27-lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jan 14, 2024
1 parent 66c05a6 commit 4afd04b
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 11 deletions.
4 changes: 3 additions & 1 deletion audio/lv2/options.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# $NetBSD: options.mk,v 1.4 2023/04/17 17:43:48 adam Exp $
# $NetBSD: options.mk,v 1.5 2024/01/14 09:44:58 wiz Exp $

PKG_OPTIONS_VAR= PKG_OPTIONS.lv2
PKG_SUPPORTED_OPTIONS= doc tests

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mdoc)
PYTHON_VERSIONS_INCOMPATIBLE= 27

TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
TOOL_DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
Expand Down
4 changes: 3 additions & 1 deletion devel/appdata-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.41 2023/11/08 13:18:40 wiz Exp $
# $NetBSD: Makefile,v 1.42 2024/01/14 09:44:59 wiz Exp $

DISTNAME= appdata_tools-0.1.7
PKGREVISION= 34
Expand All @@ -16,6 +16,8 @@ LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml

PYTHON_VERSIONS_INCOMPATIBLE= 27

WRKSRC= ${WRKDIR}/appdata-tools-${GITHUB_TAG}
USE_TOOLS+= autoconf automake autoreconf gmake intltool intltoolize
USE_TOOLS+= pkg-config xgettext
Expand Down
4 changes: 3 additions & 1 deletion graphics/breeze-icons/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.43 2023/11/12 13:21:51 wiz Exp $
# $NetBSD: Makefile,v 1.44 2024/01/14 09:44:59 wiz Exp $

DISTNAME= breeze-icons-${KF5VER}
PKGREVISION= 4
Expand All @@ -8,6 +8,8 @@ HOMEPAGE= https://community.kde.org/Frameworks
COMMENT= Breeze icon themes
LICENSE= gnu-lgpl-v2.1 AND gnu-lgpl-v3

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../meta-pkgs/kde/kf5.mk"

PYTHON_FOR_BUILD_ONLY= tool
Expand Down
4 changes: 2 additions & 2 deletions inputmethod/tegaki-python/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2023/10/23 06:37:47 wiz Exp $
# $NetBSD: Makefile,v 1.21 2024/01/14 09:44:59 wiz Exp $

DISTNAME= tegaki-python-0.3.1
PKGREVISION= 7
Expand All @@ -11,7 +11,7 @@ COMMENT= Base Python library for the Tegaki project
LICENSE= gnu-gpl-v2

# optional for desktop applications, see tegaki/character.py
#DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
#DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py27-lxml
DEPENDS+= ${PYPKGPREFIX}-zinnia>=0.05:../../inputmethod/py-zinnia

USE_LANGUAGES= # none
Expand Down
4 changes: 3 additions & 1 deletion security/py-libtaxii/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2022/01/05 15:41:20 wiz Exp $
# $NetBSD: Makefile,v 1.15 2024/01/14 09:44:59 wiz Exp $

DISTNAME= libtaxii-1.1.119
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
Expand All @@ -23,5 +23,7 @@ PYTHON_SELF_CONFLICT= yes

USE_PKG_RESOURCES= yes

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
6 changes: 4 additions & 2 deletions textproc/py-html5lib/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:17 joerg Exp $
# $NetBSD: Makefile,v 1.16 2024/01/14 09:44:59 wiz Exp $

DISTNAME= html5lib-1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
Expand All @@ -12,13 +12,15 @@ COMMENT= HTML5 parser and tokenizer
LICENSE= mit

DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock

USE_LANGUAGES= # none

PYTHON_VERSIONED_DEPENDENCIES+= lxml

.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 3 additions & 1 deletion textproc/py-jxmlease/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:58 wiz Exp $
# $NetBSD: Makefile,v 1.5 2024/01/14 09:44:59 wiz Exp $

DISTNAME= jxmlease-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
Expand All @@ -15,5 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 3 additions & 1 deletion textproc/py-relatorio/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2022/05/27 09:47:29 adam Exp $
# $NetBSD: Makefile,v 1.26 2024/01/14 09:44:59 wiz Exp $

DISTNAME= relatorio-0.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
Expand All @@ -16,5 +16,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 3 additions & 1 deletion textproc/yelp-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2023/11/08 13:21:11 wiz Exp $
# $NetBSD: Makefile,v 1.17 2024/01/14 09:44:59 wiz Exp $

DISTNAME= yelp-tools-42.1
PKGREVISION= 1
Expand All @@ -15,6 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml

USE_TOOLS+= pkg-config

PYTHON_VERSIONS_INCOMPATIBLE= 27

REPLACE_PYTHON+= tools/*.in

.include "../../devel/meson/build.mk"
Expand Down

0 comments on commit 4afd04b

Please sign in to comment.