From owner-freebsd-ports-bugs@freebsd.org Mon Dec 14 19:46:00 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A1224C1AB2 for ; Mon, 14 Dec 2020 19:46:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4CvsMC6q5mz3l4S for ; Mon, 14 Dec 2020 19:45:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id E995D4C1AB0; Mon, 14 Dec 2020 19:45:59 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E90BA4C19EC for ; Mon, 14 Dec 2020 19:45:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CvsMC0sc3z3l6n for ; Mon, 14 Dec 2020 19:45:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10C0D270E4 for ; Mon, 14 Dec 2020 19:45:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BEJjwet030380 for ; Mon, 14 Dec 2020 19:45:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0BEJjw9n030379 for ports-bugs@FreeBSD.org; Mon, 14 Dec 2020 19:45:58 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: ports-bugs@FreeBSD.org Subject: [Bug 251019] [NEW PORT] lang/tauthon: Backwards-compatible fork of Python 2.7 interpreter with Python 3.x features Date: Mon, 14 Dec 2020 19:45:59 +0000 X-Bugzilla-Reason: AssignedTo 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-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2020 19:46:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251019 --- Comment #12 from Chris Hutchinson --- (In reply to Olivier Certner from comment #11) > I was thinking the same, but this doesn't seem trivial (see second part b= elow). >=20 > Unless, your port already has its own specific build and install targets = that do not rely on specifics of Uses/python.mk (e.g., distutils), in which= case you can already use: > BUILD_DEPENDS+=3Dtauthon:lang/tauthon > RUN_DEPENDS+=3Dtauthon:lang/tauthon >=20 > Which port are you talking about? Thank you for the reply, Oliver. devel/tailor: (Tailor is a tool to migrate changesets between Aegis, ArX, Bazaar, Bazaar-= NG, CVS, Codeville, Darcs, Git, Mercurial, Monotone, Perforce, Subversion, and = Tla repositories.) I thought it might be helpful for many, given the impending FreeBSD switch from SVN to GIT. But given it's use (depends) on version 2.7. It was deleted from the ports tree back in September. Between $work && trying to tool up for the GIT change. I haven't found enough time to convert this to py3+ :-( In case it interests anyone; the source is located: https://bsdforge.com/projects/source/devel/tailor-0.9.35.tar.gz Unless you (or anyone) comes up with a better suggestion. I'm just going to install Tauthon and build/run depends against it, and see what happens. Then share the results here. Thanks again! --Chris --=20 You are receiving this mail because: You are the assignee for the bug.=