openbsd-ports/devel/py-jeepney/Makefile
2022-11-13 15:28:14 +00:00

24 lines
379 B
Makefile

COMMENT= low-level, pure Python DBus protocol wrapper
MODPY_EGG_VERSION= 0.7.1
DISTNAME= jeepney-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 1
CATEGORIES= devel
HOMEPAGE= https://gitlab.com/takluyver/jeepney
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
#MODPY_SETUPTOOLS= Yes
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>