pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pywebview: declare python version 27 as incompatible.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Feb 5 13:20:58 2023 +0000
Changeset:	244724e5f7be10fd1a178b393f63b4cc317c2b42

Modified Files:
	py-pywebview/Makefile

Log Message:
py-pywebview: declare python version 27 as incompatible.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=244724e5f7be10fd1a178b393f63b4cc317c2b42

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pywebview/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-pywebview/Makefile b/py-pywebview/Makefile
index 73a808a1db..07246b25d5 100644
--- a/py-pywebview/Makefile
+++ b/py-pywebview/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://github.com/r0x0r/pywebview
 COMMENT=	Lightweight wrapper around a webview component
 LICENSE=	2-clause-bsd
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 DEPENDS+=	${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=	${PYPKGPREFIX}-bottle-[0-9]*:../../www/py-bottle
 DEPENDS+=	${PYPKGPREFIX}-proxy_tools-[0-9]*:../../wip/py-proxy_tools


Home | Main Index | Thread Index | Old Index