sthen d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00

35 lines
706 B
Makefile

# $OpenBSD: Makefile,v 1.10 2019/04/28 20:52:02 sthen Exp $
COMMENT = provides an abstraction layer of various Qt bindings
MODPY_EGG_VERSION = 1.6.0
DISTNAME = QtPy-${MODPY_EGG_VERSION}
PKGNAME = py-qtpy-${MODPY_EGG_VERSION}
CATEGORIES = x11
REVISION = 0
HOMEPAGE = https://github.com/spyder-ide/qtpy
MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
# XXX fails with PORTS_PRIVSEP
MODPY_PYTEST = Yes
MODPY_PYTEST_ARGS = qtpy/tests
FLAVORS = python3
FLAVOR ?=
TEST_DEPENDS += devel/py-mock${MODPY_FLAVOR} \
x11/py-qt5${MODPY_FLAVOR}
TEST_IS_INTERACTIVE = x11
.include <bsd.port.mk>