pkgsrc-WIP-changes archive

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

py-qtawesome: fix Python versions



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Jul 26 14:32:00 2023 +0200
Changeset:	4e9acebe7d7fe55a05f4f1f37f1117a12e67c12f

Modified Files:
	py-qtawesome/Makefile

Log Message:
py-qtawesome: fix Python versions

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

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

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

diffs:
diff --git a/py-qtawesome/Makefile b/py-qtawesome/Makefile
index 9acc9cc000..6022e04a78 100644
--- a/py-qtawesome/Makefile
+++ b/py-qtawesome/Makefile
@@ -10,9 +10,9 @@ HOMEPAGE=	https://github.com/spyder-ide/qtawesome
 COMMENT=	Iconic fonts in PyQt and PySide applications
 LICENSE=	mit
 
-PYTHON_VERSIONS_ACCEPTED=	3110 310 39 38 37
-
 DEPENDS+=	${PYPKGPREFIX}-QtPy>=2.2.0:../../wip/py-qtpy
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index