Ivan Pozdeev
2f8c625a7d
Fix test failures
4 anos atrás
Ivan Pozdeev
6882be06a6
Bats: report unstub failure details
4 anos atrás
Takumi Sueda
1bd397112a
Add Python 2.7.18 patches for Apple Silicon machines ( #2061 )
4 anos atrás
tillhainbach
e56962b357
allow tcl-tk as argument or try with homebrew by default Replacement for #1409 ( #1646 )
* feat(python-build): allow tcl-tk as argument or default to homebrew
* refactor(python-build): detect tcl-tk-libs from confugre_opts_arr
4 anos atrás
Toshihiro Takushima
90d0d20508
Disable coreutils on M1 Apple Silicon with arm64 ( #2020 )
* Disable coreutils on arm64-apple
* Only selectively apply to the affected CPython versions
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
4 anos atrás
Ned Batchelder
58e2087967
Add Python 3.10.0rc2 ( #2053 )
4 anos atrás
Seonghyeon Cho
a65af6570d
Add space after yes/no prompt ( #2040 )
4 anos atrás
Ricardo N Feliciano
70d7749584
Add CPython v3.6.15 and v3.7.12 ( #2052 )
4 anos atrás
Víctor Molina García
9df4524c79
Add missing Python 2.6.x definitions and patches ( #2051 )
4 anos atrás
Víctor Molina García
f7450587dc
Fix build of ossaudiodev in Linux/FreeBSD for Python 2.6 ( #2049 )
This is essentially the same fix as in pull request #2047 , but it
is applied from Python 2.6.6 to 2.6.9, and for `ossaudiodev` as well
as the (deprecated) `linuxaudiodev`.
4 anos atrás
Víctor Molina García
22e1aa6e9d
Fix build of ossaudiodev in Linux/FreeBSD for Python 3.1 ( #2047 )
With the normal `setup.py`, the installation of the `ossaudiodev`
module is skipped under GNU/Linux with newer kernel versions because
Python 3.1 appends the major kernel version to the result of
`build_ext.get_platform` and later `ossaudiodev` is skipped if the
major kernel version is not 2. A similar problem might occur if
installing in FreeBSD.
This problem may even occur if installing Python 3.1 in a Docker image
of an old OS (e.g. prehistoric Debian or CentOS), because the major
kernel version is still the one of the host system.
The solution is to use `str.startswith` and only check that the
platform starts with 'linux' or 'freebsd'.
4 anos atrás
Kenji Saito
c7d8a1c33d
Add CPython 3.9.7
4 anos atrás
Ricardo N Feliciano
44b7da194b
Add CPython v3.8.12 ( #2043 )
4 anos atrás
Fredrik Averpil
825ef64995
Remove CPython 3.10.0b4
5 anos atrás
Fredrik Averpil
65588f51d9
Update checksums for CPython 3.10.0rc1
5 anos atrás
Fredrik Averpil
9db1193c2a
Add CPython 3.10.0rc1
5 anos atrás
Ivan Pozdeev
1f906baae8
Remove 3.9.3
It has been recalled due to introducing an unexpected incompatibility:
https://www.python.org/downloads/release/python-393/
5 anos atrás
Anton Petrov
c435fde088
Rename mambaforge3-pypy3-latest to mambaforge-pypy3
5 anos atrás
Anton Petrov
3773dfb4f1
Update and rename miniforge3-pypy3 to miniforge-pypy3
5 anos atrás
Anton Petrov
abe0056b5f
Update and rename mambaforge3-latest to mambaforge
5 anos atrás
Anton Petrov
fd8854dea1
Rename miniforge3-latest to miniforge3
5 anos atrás
Anton Petrov
9b6377de23
Create mambaforge3-pypy3-latest
5 anos atrás
Anton Petrov
8c251a5e9b
Rename mambaforge3 to mambaforge3-latest
5 anos atrás
Anton Petrov
a6d6ba8050
Rename miniforge3 to miniforge3-latest
5 anos atrás
Anton Petrov
fc7560bcfd
Update and rename mambaforge3-latest to mambaforge3
5 anos atrás
Anton Petrov
56fd6c3c51
Update and rename miniforge3-latest to miniforge3
5 anos atrás
Anton Petrov
db82c73391
Create miniforge3-pypy3
5 anos atrás
Anton Petrov
d4d66b6183
Update miniforge3-latest
5 anos atrás
Anton Petrov
0c287ffcf7
Create mambaforge3-latest
5 anos atrás
Anton Petrov
af59ef0088
Create miniforge3-latest
5 anos atrás
David Lawson
ad8807543b
Update pyston-2.3 ( #2017 )
The original 2.3 portable version was compiled on Ubuntu 20.04 and didn't work with older glibc.
This has been fixed and the older file has been deleted so hopefully this change is acceptable.
5 anos atrás
Michael Šimáček
aad74674cb
Add GraalPython 21.2.0 ( #2018 )
5 anos atrás
Ned Batchelder
d769f22996
fix: correct the reported version for 3.10.0b4
5 anos atrás
David Lawson
041903c640
Add Pyston 2.3
5 anos atrás
Ned Batchelder
93dd6f1163
Add 3.10.0b4
5 anos atrás
Illia Volochii
673c73012d
Add Python 3.6.14, 3.7.11, 3.8.11, and 3.9.6 ( #1996 )
5 anos atrás
Anton Petrov
35e0b0e24a
Create mambaforge-4.10.1-5
5 anos atrás
Anton Petrov
57f1c3b5b4
Create miniforge3-4.10.1-5
5 anos atrás
Ned Batchelder
5f75198569
Add 3.10.0b3 ( #1988 )
* Add 3.10.0b3
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
5 anos atrás
native-api
e154693dc6
Revert "Drop inferring version to install from `pyenv local`"
5 anos atrás
Anton Petrov
c95b1f2b95
Create mambaforge-4.10.1-4
5 anos atrás
Seth Michael Larson
c878150dac
Add 3.10.0b2 ( #1966 )
5 anos atrás
Ivan Pozdeev
adca14a910
fix typo
5 anos atrás
An Long
fa384f134e
install pip with pyston
The default pyston build do not have pip installed by default. This change just add `get_pip` function to have pip installed.
5 anos atrás
David Lawson
d73ae603c7
Add pypy3.7-7.3.4-src and pypy3.7-7.3.5-src
5 anos atrás
David Lawson
84486ceb70
Add pypy3.7-7.3.5
5 anos atrás
Anton Petrov
20a146ed6e
Create miniforge3-4.10.1-3
5 anos atrás
Ville Skyttä
ac4de22265
Add micropython 1.15 ( #1939 )
5 anos atrás
Nathan V
d02b929d07
Add Stackless 2.7.16 ( #1450 )
* Added Stackless 2.7.16
Co-authored-by: Nathan <nathan@nathan.v>
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
5 anos atrás
Anton Petrov
5cf4eeb5cb
Update anaconda3-2021.05
Fixed checksum for macos package
5 anos atrás