From owner-freebsd-python@freebsd.org Sat Oct 31 06:33:38 2015 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 2D139A21BC8 for ; Sat, 31 Oct 2015 06:33:38 +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 115AD1CAE for ; Sat, 31 Oct 2015 06:33:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0FFBCA21BC7; Sat, 31 Oct 2015 06:33:38 +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 0F969A21BC6 for ; Sat, 31 Oct 2015 06:33:38 +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 D79311CAD for ; Sat, 31 Oct 2015 06:33:37 +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 t9V6Xbua035695 for ; Sat, 31 Oct 2015 06:33:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204162] [NEW PORT] devel/py-docker:API client for docker written in Python Date: Sat, 31 Oct 2015 06:33:37 +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, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2015 06:33:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204162 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |feature, needs-patch, | |needs-qa, patch Summary|New port: devel/py-docker |[NEW PORT] |An API client for docker |devel/py-docker:API client |written in Python |for docker written in | |Python CC| |koobs@FreeBSD.org, | |python@FreeBSD.org --- Comment #1 from Kubilay Kocak --- @Uros, thanks for your submission :) On initial review, at least the following changes are needes: * Remove 'An' (indefinite article from COMMENT. Use the upstream (setup.py:description) instead. "Python client for Docker" * Rename to (dir, portname) to docker-py (as per PyPI name): https://pypi.python.org/pypi/docker-py For more info, see: https://wiki.freebsd.org/Python/PortsPolicy * RUN_DEPENDS no longer need to be added to TEST_DEPENDS. * Do the requirements in setup.py for RUN_DEPENDS use '>' or '>=' ? Please update them if they are >=. * Add 'python' as a secondary (virtual) CATEGORIES * Remove GH_PROJECT, wont be needed after PORTNAME change above. * Remove all commented out variables/targets, unless they are comments. If they are works in progress, don't commit them. * Rename regression-test: build target to 'do-test:'. This is a new target (as part of a new test framework) that was recently committed * Use the PYDISTUTILS_SETUP variable in your test invocation, as it is correctly wrapped in a setuptools import command. Please also confirm that this port passes QA (portlint -AC, poudriere testport) -- You are receiving this mail because: You are on the CC list for the bug.