aboutsummaryrefslogtreecommitdiff
path: root/databases/py-influxdb
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-20 16:08:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-20 16:08:18 +0000
commitb45d56f2db9f2a1b5fdfe9a345533ac15cd407ad (patch)
tree7eef25a03de716d10adecd0577c4b6b41ff3544c /databases/py-influxdb
parentdd6dffd37f10d1d927e5395baf6753fb0cb514fc (diff)
downloadports-b45d56f2db9f2a1b5fdfe9a345533ac15cd407ad.tar.gz
ports-b45d56f2db9f2a1b5fdfe9a345533ac15cd407ad.zip
databases/py-influxdb: Add LICENSE_FILE; Add NO_ARCH; Update WWW
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=477660
Diffstat (limited to 'databases/py-influxdb')
-rw-r--r--databases/py-influxdb/Makefile3
-rw-r--r--databases/py-influxdb/pkg-descr2
2 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-influxdb/Makefile b/databases/py-influxdb/Makefile
index 8d8c07e835d4..adcbad6fcee7 100644
--- a/databases/py-influxdb/Makefile
+++ b/databases/py-influxdb/Makefile
@@ -2,6 +2,7 @@
PORTNAME= influxdb
PORTVERSION= 5.0.0
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,7 @@ MAINTAINER= vladimirv@ixsystems.com
COMMENT= Python Client for InfluxDB
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
@@ -18,5 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
USES= python
USE_PYTHON= distutils concurrent autoplist
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/py-influxdb/pkg-descr b/databases/py-influxdb/pkg-descr
index 273b5aa07b14..b5e7478373ce 100644
--- a/databases/py-influxdb/pkg-descr
+++ b/databases/py-influxdb/pkg-descr
@@ -1,3 +1,3 @@
InfluxDB-Python is a client for interacting with InfluxDB.
-WWW: https://pypi.org/project/influxdb/
+WWW: https://github.com/influxdata/influxdb-python