From owner-freebsd-python@freebsd.org Mon Mar 14 06:42:53 2016 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 9BB4AACF0E5 for ; Mon, 14 Mar 2016 06:42:53 +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 86CABEDD for ; Mon, 14 Mar 2016 06:42:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 860F4ACF0E3; Mon, 14 Mar 2016 06:42:53 +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 85A6AACF0E2 for ; Mon, 14 Mar 2016 06:42:53 +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 5D972EDA for ; Mon, 14 Mar 2016 06:42:53 +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 u2E6grDw089535 for ; Mon, 14 Mar 2016 06:42:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 207758] [NEW PORT] misc/py-pyprind: Python Progress Indicator Utility Date: Mon, 14 Mar 2016 06:42:53 +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: easy, feature, patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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.21 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 06:42:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207758 --- Comment #3 from Kubilay Kocak --- Version 2.9.5 is out, will include this is the update. Other review/general items & changes: * Switch to CHEESESHOP for DISTFILES (for 2.9.5, no repository tag [1]) CHEESESHOP is preferred unless there's a reason to fetch from elsewhere, li= ke if tests are not included in PyPI sdist. * CATEGORIES missing 'python' as secondary (virtual) category * Match COMMENT to that in setup.py:description: Python Progress Bar and Percent Indicator Utility * Match pkg-descr WWW: URL to setup.py:url=3D https://github.com/rasbt/pyprind * Use setup.py:long_description or equivalent text for pkg-descr: The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation. Typical applications include the processing of large data sets to provide an intuitive estimate at runtime about the progress of the computation. * Can't find reference to 0.5.1, for psutil dependency. Upstream should add psutil as an 'extras_require' to setup.py (create an issue or PR) * Patch setup.py to add test dependencies and support setuptools 'test' command. Add an __init__.py file to tests/ to make it a module. Note: These can/should be upstreamed. * Add TEST_DEPENDS and test target so that unit tests can be run: Ran 16 tests in 36.030s - OK * Fix typo in MANIFEST.in causing a warning [1]=20 [1] https://github.com/rasbt/pyprind/issues/25 [2] https://github.com/rasbt/pyprind/pull/26 --=20 You are receiving this mail because: You are on the CC list for the bug.=