https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311
Kubilay Kocak <[email protected]> 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| |[email protected], | |[email protected] --- Comment #1 from Kubilay Kocak <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
