b5652a3488
While here: - remove 3.6+ from USES=python since it is now the default Reported by: portscout
24 lines
520 B
Makefile
24 lines
520 B
Makefile
PORTNAME= python-dbusmock
|
|
PORTVERSION= 0.23.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tagattie@FreeBSD.org
|
|
COMMENT= Mock D-Bus objects for tests
|
|
|
|
LICENSE= LGPL3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR}
|
|
|
|
USES= gnome python
|
|
USE_GNOME= pygobject3
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m unittest
|
|
|
|
.include <bsd.port.mk>
|