From owner-freebsd-python@freebsd.org Mon Aug 7 14:15:42 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6B50DD5F7E for ; Mon, 7 Aug 2017 14:15:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id AD6306DF1E for ; Mon, 7 Aug 2017 14:15:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A86C1DD5F79; Mon, 7 Aug 2017 14:15:42 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A80FEDD5F78 for ; Mon, 7 Aug 2017 14:15:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 955736DF1D for ; Mon, 7 Aug 2017 14:15:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v77EFgtL057064 for ; Mon, 7 Aug 2017 14:15:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 221311] [NEW PORT] databases/influxdb-python: InfluxDB Python client Date: Mon, 07 Aug 2017 14:15:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name short_desc keywords bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 14:15:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221311 Kubilay Kocak 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@gmail.com, | |python@FreeBSD.org --- Comment #1 from Kubilay Kocak --- 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=3DCHEESESHOP (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) --=20 You are receiving this mail because: You are on the CC list for the bug.=