mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
149ae5582c
This DBus library is written in Python 3, based on GLib and inspired by pydbus. ok robert@
24 lines
397 B
Makefile
24 lines
397 B
Makefile
COMMENT= DBus library in Python 3
|
|
|
|
V= 1.7
|
|
DISTNAME= dasbus-${V}
|
|
PKGNAME= py-dasbus-${V}
|
|
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= https://github.com/dasbus-project/dasbus/releases/download/v${V}/
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= devel/py-gobject3 \
|
|
x11/dbus
|
|
|
|
.include <bsd.port.mk>
|