Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Aug 2017 10:22:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 221311] [NEW PORT] databases/influxdb-python: InfluxDB Python client
Message-ID:  <bug-221311-21822-UCZtfpveM6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221311-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221311-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221311

--- Comment #5 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Konstantin Shapkin from comment #4)

I don't think so, there's a few issues in the Makefile:

1) ${PYTHON_PKGNAMEPREFIX}nose-cov>0:devel/py-nose-cov \

Has a \ but no line below it. I think this is the cause

2) TEST_TARGET=3D    do-test

Not needed when defining do-test

3) MAINTAINER has a null value

4) IGNORE_MASTER_SITE_LOCAL=3DYES not needed

5) PORTREVISION=3D   0 not needed

6) Use tabs not spaces for alignment: VARIABLE=3D[tab(s)]<value>

7) What is being shebangfix'd ?

8) pkg-descr: WEB: https://pypi.python.org/pypi/influxdb

WEB -> WWW

Run the port through portlint (-AC) to identify other issues

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221311-21822-UCZtfpveM6>