Files
ports/devel/py-dbus-deviation/Makefile
T
Po-Chuan Hsieh f8ebf62236 devel/py-dbus-deviation: Add py-dbus-deviation 0.6.1
dbus-deviation is a project for parsing D-Bus introspection XML and processing
it in various ways. Its main tool is dbus-interface-diff, which calculates the
difference between two D-Bus APIs for the purpose of checking for API breaks.
This functionality is also available as a Python module, dbusdeviation.

A second Python module, dbusapi, is provided for parsing D-Bus introspection XML
to produce an AST representing a D-Bus interface.
2026-01-31 22:14:44 +08:00

27 lines
782 B
Makefile

PORTNAME= dbus-deviation
PORTVERSION= 0.6.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse D-Bus introspection XML and process it in various ways
WWW= https://github.com/pwithnall/dbus-deviation
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-git>=0.3:devel/py-setuptools-git@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes
SHEBANG_FILES= */tests/test_*.py
.include <bsd.port.mk>