From owner-freebsd-python@freebsd.org Mon Aug 14 19:53:17 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 4C94FDE0D75 for ; Mon, 14 Aug 2017 19:53:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 330D86CACF for ; Mon, 14 Aug 2017 19:53:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3260ADE0D74; Mon, 14 Aug 2017 19:53:17 +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 32088DE0D73 for ; Mon, 14 Aug 2017 19:53:17 +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 1F4C66CACE for ; Mon, 14 Aug 2017 19:53:17 +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 v7EJrGJk054871 for ; Mon, 14 Aug 2017 19:53:16 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, 14 Aug 2017 19:53:17 +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: ultima@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: 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, 14 Aug 2017 19:53:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221311 Richard Gallamore changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ultima@freebsd.org --- Comment #9 from Richard Gallamore --- Added your patch for 1 koobs and it looks like make test works, there is a = new error though, not sure what it means. Traceback (most recent call last):=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 File "", line 1, in =20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 File "setup.py", line 56, in =20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 'Topic :: Software Development :: Libraries :: Python Modules',=20=20= =20=20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/distutils/core.py", line 151, in setup=20= =20=20=20=20=20=20=20=20 dist.run_commands()=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_comma= nds=20=20 self.run_command(cmd)=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_comma= nd=20=20=20 cmd_obj.run()=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/site-packages/setuptools/command/test.py", line 211, in run=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 self.run_tests()=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/site-packages/setuptools/command/test.py", line 234, in run_tests=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 **exit_kwarg=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/unittest/main.py", line 94, in __init__=20= =20=20=20=20=20=20=20 self.parseArgs(argv)=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/unittest/main.py", line 149, in parseArgs= =20=20=20=20=20=20 self.createTests()=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/unittest/main.py", line 158, in createTest= s=20=20=20=20 self.module)=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/unittest/loader.py", line 130, in loadTestsFromNames=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 suites =3D [self.loadTestsFromName(name, module) for name in names]=20= =20=20=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/unittest/loader.py", line 103, in loadTestsFromName=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 return self.loadTestsFromModule(obj)=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/site-packages/setuptools/command/test.py", line 43, in loadTestsFromModule=20=20=20=20=20=20=20=20=20=20=20=20 tests.append(self.loadTestsFromName(submodule))=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/unittest/loader.py", line 103, in loadTestsFromName=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 return self.loadTestsFromModule(obj)=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/site-packages/setuptools/command/test.py", line 43, in loadTestsFromModule=20=20=20=20=20=20=20=20=20=20=20=20 tests.append(self.loadTestsFromName(submodule))=20=20=20=20=20=20=20=20 File "/usr/local/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 parent, obj =3D obj, getattr(obj, part)=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 AttributeError: 'module' object has no attribute 'dataframe_client_test'=20= =20=20=20=20=20=20=20 *** Error code 1 Also, a few things that should be changed. * Add LICENSE_FILE, it is in the source * Shebangfix is not being used, remove it or use it. NO_ARCH should be after the USES and USE_*. I added the following to patch the tests... post-patch: ${REINPLACE_CMD} "s/test_suite.*/test_suite=3D'${PORTNAME}.tests\= ',/" \ ${WRKSRC}/setup.py --=20 You are receiving this mail because: You are on the CC list for the bug.=