From owner-freebsd-python@freebsd.org Sat Jan 12 05:20:48 2019 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE1D31485C9E for ; Sat, 12 Jan 2019 05:20:47 +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 5F4D670389 for ; Sat, 12 Jan 2019 05:20:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1F2901485C9C; Sat, 12 Jan 2019 05:20:47 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEB1A1485C9A for ; Sat, 12 Jan 2019 05:20:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8474970383 for ; Sat, 12 Jan 2019 05:20:46 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id BA3731423A for ; Sat, 12 Jan 2019 05:20:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x0C5KjIC022260 for ; Sat, 12 Jan 2019 05:20:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x0C5KjrL022253 for python@FreeBSD.org; Sat, 12 Jan 2019 05:20:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 234816] [NEW PORT] sysutils/ioc: CLI tool for jail management with libioc{age,ell} Date: Sat, 12 Jan 2019 05:20:44 +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: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: stefan@gronke.net X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2019 05:20:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234816 --- Comment #5 from gronke --- > Python ports should almost always be prefixed with PKGNAMEPREFIX=3DPYTHON= _PKGNAMEPREFIX. That is not required for this package because it is not an importable Python module. > NO_BUILD=3Dyes - replace with USE_PYTHON=3Ddistutils autoplist (variable = is currently defined but empty incorrectly) The variable is empty on purpose. Although this project uses Python (and has dependencies coming from Pip), it does not build a Python distribution. USE_PYTHON=3D is indeed wanted, but the fact that no files are written to PKGNAMEPREFIX makes it unnecessary to prefix this package with py36-*. Otherwise users would be surprised that installing py36-ioc does not result= in availability of the according module. > The PORTNAME is not consistent with the setup.py:name (ioc_cli) Before the rename of bug #234812 from devel/py-ioc to devel/py-libioc this = CLI tool and the Python module had the same name. There is reason to use the Py= thon module libioc without installing the CLI, which is only one client using the library. The internal module name ioc_cli is only internally used to build the Click command structure. > Use USE_RC_SUBR for the rc.d script, after copying the file from WRKSRC t= o files/ (FILESDIR) at post-extract: time. See: https://www.freebsd.org/doc= /en/books/porters-handbook/book.html#rc-scripts Thanks for the hint, will do! --=20 You are receiving this mail because: You are on the CC list for the bug.=