[Bug 221311] [NEW PORT] databases/influxdb-python: InfluxDB Python client
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 7 14:15:42 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags| |maintainer-feedback?(kestel
| |@gmail.com)
Summary|[NEW PORT] |[NEW PORT]
|databases/influxdb-python: |databases/influxdb-python:
|a client for interacting |InfluxDB Python client
|with InfluxDB from Python |
Keywords| |feature, needs-patch,
| |needs-qa
Status|New |Open
CC| |kestel at gmail.com,
| |python at FreeBSD.org
--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
Thank you for contributing a new FreeBSD Ports Konstantin.
A few review items:
- Port should be named (/PORTNAME) after its PyPI name
(https://pypi.python.org/pypi/influxdb). Directory should be py-PORTNAME
- Use MASTER_SITES=CHEESESHOP (PyPI) unless there is a compelling reason to use
an alternate source (Eg: GitHub). Examples include if important (eg: test)
files are missing from the PyPI source distribution (sdist)
- Combine RUN_DEPENDS lines using \ as the entry/line separator
- Add TEST_DEPENDS (matching setup.py:tests_requires or test dependencies) and
if possible a working do-test: target that runs the test suite (even if it
fails)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list