From owner-freebsd-ports-bugs@freebsd.org Fri Dec 11 08:45:43 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 D53B74A89F7 for ; Fri, 11 Dec 2020 08:45:43 +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 4Cskrl5Gsjz3HBY for ; Fri, 11 Dec 2020 08:45:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B4F934A89F6; Fri, 11 Dec 2020 08:45:43 +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 B4BEC4A8B2A for ; Fri, 11 Dec 2020 08:45:43 +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 4Cskrl4fdQz3Gw5 for ; Fri, 11 Dec 2020 08:45:43 +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 9190D130 for ; Fri, 11 Dec 2020 08:45:43 +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 0BB8jh83065333 for ; Fri, 11 Dec 2020 08:45:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0BB8jh3T065332 for ports-bugs@FreeBSD.org; Fri, 11 Dec 2020 08:45:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla 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: Fri, 11 Dec 2020 08:45:43 +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: commit-hook@FreeBSD.org 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: Fri, 11 Dec 2020 08:45:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251019 --- Comment #6 from commit-hook@FreeBSD.org --- A commit references this bug: Author: mandree Date: Fri Dec 11 08:44:48 UTC 2020 New revision: 557705 URL: https://svnweb.freebsd.org/changeset/ports/557705 Log: [NEW] lang/tauthon: Backwards-compatible fork of Python 2.7 interpreter w= ith Python 3.x features =20 ---------------------------------------------------------------------------= --- Note this is not fully connected yet, and needs further changes to integr= ate with flavors, addition to Mk/Uses/python.mk (or some equivalent USES=3Dta= uthon) that may need discussion first, for instance, on the package name prefix. This is committed to serve as a common test bed and for experimentation. =20 ---------------------------------------------------------------------------= --- Maintainer: olce.freebsd.ports@certner.fr (Olivier Certner) Tauthon is a backward-compatible fork of Python's 2.7.18 interpreter with= new syntax, builtins, and libraries backported from Python 3.x. Python code and C-extensions targeting Python 2.7 or below are expected to run unmodified on Tauthon and produce the same output. But with Tauthon, that code can now use some of the new features from Python 3.x. This is not an official Python release. Because of its new features, while preserving 2.7 compatibility, Tauthon reports 2.8 as its major/minor versions. Non-exhaustive list of new features: - Function Annotations - Keyword-Only Arguments - "async" and "await" Syntax - Argument-less "super" - New Metaclass Syntax - "nonlocal" - "yield from" Syntax - "concurrent.futures" Module - UTF-8 as the default source encoding WWW: https://github.com/naftaliharris/tauthon (Committed with minor changes over submission, particularly a few reorder= ings in Makefile to appease portlint -CA.) PR: 251019 Submitted by: Olivier Certner (maintainer) Changes: head/lang/Makefile head/lang/tauthon/ head/lang/tauthon/Makefile head/lang/tauthon/distinfo head/lang/tauthon/files/ head/lang/tauthon/files/patch-Doc__library__fcntl.rst head/lang/tauthon/files/patch-Lib_distutils_command_build__scripts.py head/lang/tauthon/files/patch-Lib_distutils_command_install__lib.py head/lang/tauthon/files/patch-Lib_distutils_tests_test__install__lib.py head/lang/tauthon/files/patch-Makefile.pre.in head/lang/tauthon/files/patch-Misc_python-config.in head/lang/tauthon/files/patch-Modules__fcntlmodule.c head/lang/tauthon/files/patch-Modules_posixmodule.c head/lang/tauthon/files/patch-pr192365 head/lang/tauthon/files/patch-setup.py head/lang/tauthon/files/patch-setup_metadata.py head/lang/tauthon/pkg-descr head/lang/tauthon/pkg-message head/lang/tauthon/pkg-plist --=20 You are receiving this mail because: You are the assignee for the bug.=