Port details |
- tauthon Backwards-compatible fork of CPython 2.7 with Python 3.x features
- 2.8.5.20240706 lang =3 2.8.5_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses Python 2.7 codebase
- Maintainer: olce.freebsd.ports@certner.fr
- Port Added: 2020-12-11 08:44:53
- Last Update: 2025-01-10 13:20:25
- Commit Hash: 2d8111b
- People watching this port, also watch:: libzim, libkiwix, kiwix-tools, sly-asdf, sly-quicklisp
- Also Listed In: python
- License: PSFL
- WWW:
- https://github.com/naftaliharris/tauthon
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/tauthon/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/tauthon
- pkg install tauthon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tauthon
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736502076
SHA256 (naftaliharris-tauthon-v2.8.5-20240706-b787044f7c9a3728604471119e6d6220d09d6d94_GH0.tar.gz) = e3ae96666d452db5e5ed0d30c514a3e001293b90cb49920ff75cab72416b5dae
SIZE (naftaliharris-tauthon-v2.8.5-20240706-b787044f7c9a3728604471119e6d6220d09d6d94_GH0.tar.gz) = 18481726
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Library dependencies:
-
- libffi.so : devel/libffi
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for tauthon-2.8.5.20240706:
DEBUG=off: Build with debugging support
IPV6=on: IPv6 protocol support
LIBFFI=on: Use libffi from ports instead of bundled version
LTO=off: Apply Link-Time Optimizations (implies OPTIMIZATIONS)
NLS=on: Enable gettext support for the locale module
OPTIMIZATIONS=off: Enable code optimizations (notably PGO)
PYMALLOC=on: Enable specialized mallocs
THREADS=on: Threading support
====> Unicode support: you have to select exactly one of them
UCS2=off: Enable UCS2 Unicode Strings
UCS4=on: Enable UCS4 Unicode Strings
===> Use 'make config' to modify these settings
- Options name:
- lang_tauthon
- USES:
- pathfix shebangfix autoreconf ncurses pkgconfig readline ssl tar:xz compiler gettext
- pkg-message:
- For install:
- Note that some standard Python modules are not included as they require
additional dependencies. These are:
- bsddb
- gdbm
- sqlite3
- tkinter
If needed, they should be provided in other ports. Porters welcome!
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.5.20240706 10 Jan 2025 13:20:25 |
Olivier Certner (olce) |
lang/tauthon: Update to latest commit after 2.8.5
Highlights:
- email.generator: Fix handling of Unicode messages when not wrapping.
- Support compilation by GCC 14.
As these changes are very minor and upstream has not created an official
patch level for them, Tauthon's internal version/patchlevel has been
left unchanged at 2.8.5.
This is a maintainer update (olce.freebsd.ports@certner.fr). |
2.8.5_1 24 Feb 2024 16:31:44 |
Muhammad Moinur Rahman (bofh) |
lang/tauthon: Moved man to share/man
Approved by: portmgr (blanket) |
2.8.5 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
2.8.5 10 Aug 2023 20:02:23 |
Piotr Kubaj (pkubaj) |
lang/tauthon: drop noop powerpc64 conditional |
2.8.5 14 Jun 2023 11:58:15 |
Fernando Apesteguía (fernape) Author: Olivier Certner |
lang/tauthon: Update to 2.8.5
PR: 271962
Reported by: olivier.freebsd@free.fr (maintainer) |
2.8.3_1 13 Jun 2023 10:06:15 |
Muhammad Moinur Rahman (bofh) Author: Olivier Certner |
lang/tauthon: Fix build woth OpenSSL 3
PR: 271961 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.8.3_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.8.3_1 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
2.8.3 23 Jan 2022 20:56:23 |
Rene Ladan (rene) |
lang/tauthon: remove past expiration date.
Keep this port deprecated, as it is a Python 2.7+3.X clone.
Nothing in the tree currently uses this port, but www/palemoon will
if it is ever resurrected. |
2.8.3 04 Jun 2021 09:42:15 |
Fernando Apesteguía (fernape) |
lang/tauthon: Update to 2.8.3
ChangeLog:
https://github.com/naftaliharris/tauthon/blob/master/Misc/NEWS.d/2.8.3.rst
PR: 256387
Reported by: olivier.freebsd@free.fr (maintainer)
Security: CVE-2020-8492
MFH: 2021Q2 |
2.8.2 25 May 2021 13:55:44 |
Dmitry Marakasov (amdmi3) |
Mk: switch from PYTHON_PORTVERSION to PYTHON_DISTVERSION
This brings python framework in consistense with handbook recommendations
to prefer DISTVERSION and simplifies adding prerelease versions of
python
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
2.8.2 15 May 2021 07:14:04 |
Tobias Kortkamp (tobik) Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
2.8.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.8.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8.2 19 Mar 2021 16:46:50 |
mat |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC. |
2.8.2 16 Feb 2021 17:17:12 |
antoine |
Resurrect tauthon and give it a proper expiration notice |
2.8.2 15 Feb 2021 22:53:30 |
antoine |
Remove some ports that were created despite the expirations in place |
2.8.2 11 Dec 2020 08:44:45 |
mandree |
[NEW] lang/tauthon: Backwards-compatible fork of Python 2.7 interpreter with
Python 3.x features
------------------------------------------------------------------------------
Note this is not fully connected yet, and needs further changes to integrate
with flavors, addition to Mk/Uses/python.mk (or some equivalent USES=tauthon)
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.
------------------------------------------------------------------------------
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.
(Only the first 15 lines of the commit message are shown above ) |