aboutsummaryrefslogtreecommitdiff
path: root/lang/python311
Commit message (Collapse)AuthorAgeFilesLines
...
* lang/python311: Update to 3.11.0b3Wen Heping2022-06-023-6/+6
|
* lang/python311: Update to 3.11.0b2Wen Heping2022-06-014-7/+10
|
* devel/libffi: Bump deps PORTREVISION for shlib changeKevin Bowling2022-05-091-0/+1
| | | | | PR: 263764 Reported by: VVD <vvd@unislabs.com>
* lang/python311: Update to 3.11.0b1Wen Heping2022-05-093-9/+42
|
* lang/python311: Update to 3.11.0a7Wen Heping2022-04-074-16/+60
|
* lang/python3*: add LTO option and enable by default everywhere except ↵Piotr Kubaj2022-03-092-2/+18
| | | | | | | powerpc64 and riscv64 PR: 261974 Approved by: python (koobs got his commit bit revoked during review process)
* lang/python311: Update to 3.11.0a6Wen Heping2022-03-083-7/+36
|
* lang/python311: Update to 3.11.0a5Wen Heping2022-02-143-6/+17
|
* ng/python311: Update to 3.11.0a4Wen Heping2022-01-184-28/+51
|
* lang/python311: update to 3.11.0a3Dmitry Marakasov2021-12-224-15/+22
|
* lang/python3(6|7|8|9|10|11): work around unwanted multiarch detection againDimitry Andric2021-11-261-2/+1
| | | | | | | | | | | In ports 6bef09666460 we patched out python's erroneous multiarch detection using sed, but upstream changed the surrounding parts in the configure script to defeat the regex we were using. Update the regex to cope with the change. PR: 259896, 258377 MFH: 2021Q4 Approved by: maintainer timeout (9 days)
* lang/python311: add port (at 3.11.0.alpha2)Dmitry Marakasov2021-11-2410-0/+7835
Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. WWW: https://www.python.org/ PR: 259745 Approved by: python