mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
30 lines
525 B
Makefile
30 lines
525 B
Makefile
COMMENT= Python client library for InfluxDB 2.x and Flux
|
|
|
|
MODPY_DISTV= 1.50.0
|
|
DISTNAME= influxdb_client-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= databases
|
|
|
|
HOMEPAGE= https://github.com/influxdata/influxdb-client-python
|
|
|
|
MAINTAINER= Martin Reindl <martin@catai.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= devel/py-certifi \
|
|
devel/py-dateutil \
|
|
devel/py-rx \
|
|
www/py-urllib3
|
|
|
|
# tests require running influxdb
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|