From owner-freebsd-python@freebsd.org Sun Apr 14 11:29:32 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 B55C71571EBD for ; Sun, 14 Apr 2019 11:29:32 +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 496308C6DC for ; Sun, 14 Apr 2019 11:29:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 067BC1571EBA; Sun, 14 Apr 2019 11:29:32 +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 D34671571EB9 for ; Sun, 14 Apr 2019 11:29:31 +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 6882B8C6D6 for ; Sun, 14 Apr 2019 11:29:31 +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 B0A341669D for ; Sun, 14 Apr 2019 11:29:30 +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 x3EBTUIu007605 for ; Sun, 14 Apr 2019 11:29:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3EBTU82007604 for python@FreeBSD.org; Sun, 14 Apr 2019 11:29:30 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: Sun, 14 Apr 2019 11:29:30 +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: Sun, 14 Apr 2019 11:29:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234816 --- Comment #10 from gronke --- > Said another way, when a python package supports multiple python versions= (almost all of them), then concurrently installable versions should not co= nflict with each other. There is no need to install multiple versions on the same host. The build target is always the distributions default Python 3 version. > There are plenty of python packages that only provide console_scripts/scr= ipts, not providing importable libraries, that use all of the standard dist= ribution/installation mechanics that the python ecosystem offers and recomm= ends. These all end up living in the version specific python environment ev= en if the only normal way of accessing functionality is via LOCALBASE/bin s= cripts. Users of the ioc CLI tool do not care what language it is written in - they want to install it and use it to manage their jails. I don't find it necess= ary to require users knowing their target Python version, if we could instead depend on the same environment that we cover with our automated tests. > If you don't want to prefix the 'portname' (and its svn dir) to be prefix= ed, that's fine, but I still would. The language this is written in does not have an effect on the use of this = CLI tool. If a tool written in RUST imports libioc and provides the same interfaces, there would be no noticeable difference for the user. Therefore= I prefer to call it just ioc. > On the dependency front, one should depend on the respective python ports= rather than install them via pip (or any other alternate mechanism) done --=20 You are receiving this mail because: You are on the CC list for the bug.=