aboutsummaryrefslogtreecommitdiff
path: root/lang/python39/files
Commit message (Collapse)AuthorAgeFilesLines
* lang/python: Revert "add bytecode trigger"Matthias Andree2023-02-271-40/+0
| | | | | | | | | This reverts commit c17ddfbf66e2801ec620d49979aca3d7077d7002. This causes breakage on several ports, and the next iteration requires a full exp-run. See: Differential Revision: https://reviews.freebsd.org/D34739
* lang/python: add bytecode triggerCharlie Li2023-02-151-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | Facilitates compiling, writing and removing bytecode files (.pyc) in site-packages after all pkg transactions have been completed. Technical details: https://wiki.freebsd.org/Python/CompiledPackages Fixes reports of Python port builds as root failing on filesystem violations due to bytecode file writes where the port did not include them in the package. For those ports/packages that currently package bytecode, some checksum mismatches on those files may occur. This is harmless and will be rectified, in large as part of a USE_PYTHON=distutils overhaul to reduce churn. While here, implement a long-standing todo item of letting lang/python ports use python.mk bits. Not only does this obviate duplicate variables in each Makefile, but SUB_LIST (also added) is used for these triggers. Co-authored by: tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D34739
* lang/python*: Support FreeBSD divert(4) socketWen Heping2022-11-141-0/+29
| | | | | | PR: 267648 Reported by: glebius@ Exp-run by: antoine@
* lang/python39: Fix build with LibreSSL 3.5.*Bernard Spil2022-07-111-0/+13
| | | | PR: 264000
* lang/python39: Update to 3.9.11Wen Heping2022-03-191-16/+9
| | | | Reviewed by: yasu@
* lang/python3*: add LTO option and enable by default everywhere except ↵Piotr Kubaj2022-03-091-0/+11
| | | | | | | powerpc64 and riscv64 PR: 261974 Approved by: python (koobs got his commit bit revoked during review process)
* lang/python39: Update to 3.9.5Yasuhiro Kimura2021-05-111-0/+128
| | | | | Changes: https://docs.python.org/release/3.9.5/whatsnew/changelog.html PR: 255730
* lang/python39: Use libmpdec from portsStefan Krah2021-05-112-0/+31
| | | | | | - Bump PORTREVISION for dependency and package change PR: 253604
* lang/python3{6,7,8,9}: Backport close_range patchesKyle Evans2020-10-141-0/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | Worked out over BPO-40422 and BPO-40423, this is the culmination of months of work to coordinate with Linux and get close_range(2) added to FreeBSD, then the usage accepted into CPython. It has landed for Python 3.10 and here I've backported it locally to all the supported Python 3 versions we have. Note that this does include and supercede our previous closefrom(2) patches. There was a lot of intersection between the work done, so this patch against the ports tree does remove those patches from each of the ports in favor of this patch. All the patches involved have been accepted and merged upstream. This patch will bring a performance boost in some more situations on 12.2 and 13.0, as close_range exists there. There is one additional patch sitting in an upstream PR that shuffles the _Py_closerange implementation into a different file -- this is not important for the backport, and the absence of that patch here will not realistically cause any issues. PR: 250322 Approved by: lwhsu (python) Notes: svn path=/head/; revision=552351
* - Repocopy lang/python38 --> lang/python39 and update to 3.9.0Wen Heping2020-10-125-0/+162
PR: 250160 Submitted by: wen@(myself) Notes: svn path=/head/; revision=552126