mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
444 B
Makefile
26 lines
444 B
Makefile
COMMENT= pure python IPMI protocol library
|
|
|
|
MODPY_DISTV= 1.6.12
|
|
DISTNAME= pyghmi-${MODPY_DISTV}
|
|
PKGNAME= py-ghmi-${MODPY_DISTV}
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://opendev.org/x/pyghmi
|
|
|
|
# Apache2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= pbr
|
|
MODPY_PI= Yes
|
|
|
|
BUILD_DEPENDS= security/py-cryptography
|
|
RUN_DEPENDS= devel/py-dateutil \
|
|
security/py-cryptography
|
|
|
|
# Requires unported oslotest
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|