Date: Fri, 11 Dec 2020 08:45:43 +0000 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 Message-ID: <bug-251019-7788-uNvMX58npw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-251019-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-251019-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251019-7788-uNvMX58npw>