[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / x11 / py-qtpy

File: [local] / ports / x11 / py-qtpy / Makefile (download)

Revision 1.21, Mon May 6 12:24:17 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -0 lines

bump REVISION for py3.10 -> py3.11 switch

COMMENT =		provides an abstraction layer of various Qt bindings

MODPY_EGG_VERSION =	2.4.0
DISTNAME =		QtPy-${MODPY_EGG_VERSION}
PKGNAME =		py-qtpy-${MODPY_EGG_VERSION}
CATEGORIES =		x11
REVISION =		0

HOMEPAGE =		https://github.com/spyder-ide/qtpy

# MIT
PERMIT_PACKAGE =	Yes

MODULES =		lang/python

MODPY_PI =		Yes
MODPY_PYBUILD =		setuptools
# XXX fails with PORTS_PRIVSEP
MODPY_PYTEST_ARGS =	qtpy/tests

FLAVORS =		python3
FLAVOR =		python3

TEST_DEPENDS +=		devel/py-mock${MODPY_FLAVOR} \
			x11/py-qt5${MODPY_FLAVOR}

TEST_IS_INTERACTIVE =	x11

.include <bsd.port.mk>