Ivan Pozdeev
2f8c625a7d
Fix test failures
4 лет назад
Ivan Pozdeev
6882be06a6
Bats: report unstub failure details
4 лет назад
Takumi Sueda
1bd397112a
Add Python 2.7.18 patches for Apple Silicon machines ( #2061 )
4 лет назад
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 лет назад
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 лет назад
Ned Batchelder
58e2087967
Add Python 3.10.0rc2 ( #2053 )
4 лет назад
Seonghyeon Cho
a65af6570d
Add space after yes/no prompt ( #2040 )
4 лет назад
Ricardo N Feliciano
70d7749584
Add CPython v3.6.15 and v3.7.12 ( #2052 )
4 лет назад
Víctor Molina García
9df4524c79
Add missing Python 2.6.x definitions and patches ( #2051 )
4 лет назад
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 лет назад
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 лет назад
Kenji Saito
c7d8a1c33d
Add CPython 3.9.7
4 лет назад
Ricardo N Feliciano
44b7da194b
Add CPython v3.8.12 ( #2043 )
4 лет назад
Fredrik Averpil
825ef64995
Remove CPython 3.10.0b4
5 лет назад
Fredrik Averpil
65588f51d9
Update checksums for CPython 3.10.0rc1
5 лет назад
Fredrik Averpil
9db1193c2a
Add CPython 3.10.0rc1
5 лет назад
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 лет назад
Anton Petrov
c435fde088
Rename mambaforge3-pypy3-latest to mambaforge-pypy3
5 лет назад
Anton Petrov
3773dfb4f1
Update and rename miniforge3-pypy3 to miniforge-pypy3
5 лет назад
Anton Petrov
abe0056b5f
Update and rename mambaforge3-latest to mambaforge
5 лет назад
Anton Petrov
fd8854dea1
Rename miniforge3-latest to miniforge3
5 лет назад
Anton Petrov
9b6377de23
Create mambaforge3-pypy3-latest
5 лет назад
Anton Petrov
8c251a5e9b
Rename mambaforge3 to mambaforge3-latest
5 лет назад
Anton Petrov
a6d6ba8050
Rename miniforge3 to miniforge3-latest
5 лет назад
Anton Petrov
fc7560bcfd
Update and rename mambaforge3-latest to mambaforge3
5 лет назад
Anton Petrov
56fd6c3c51
Update and rename miniforge3-latest to miniforge3
5 лет назад
Anton Petrov
db82c73391
Create miniforge3-pypy3
5 лет назад
Anton Petrov
d4d66b6183
Update miniforge3-latest
5 лет назад
Anton Petrov
0c287ffcf7
Create mambaforge3-latest
5 лет назад
Anton Petrov
af59ef0088
Create miniforge3-latest
5 лет назад
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 лет назад
Michael Šimáček
aad74674cb
Add GraalPython 21.2.0 ( #2018 )
5 лет назад
Ned Batchelder
d769f22996
fix: correct the reported version for 3.10.0b4
5 лет назад
David Lawson
041903c640
Add Pyston 2.3
5 лет назад
Ned Batchelder
93dd6f1163
Add 3.10.0b4
5 лет назад
Illia Volochii
673c73012d
Add Python 3.6.14, 3.7.11, 3.8.11, and 3.9.6 ( #1996 )
5 лет назад
Anton Petrov
35e0b0e24a
Create mambaforge-4.10.1-5
5 лет назад
Anton Petrov
57f1c3b5b4
Create miniforge3-4.10.1-5
5 лет назад
Ned Batchelder
5f75198569
Add 3.10.0b3 ( #1988 )
* Add 3.10.0b3
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
5 лет назад
native-api
e154693dc6
Revert "Drop inferring version to install from `pyenv local`"
5 лет назад
Anton Petrov
c95b1f2b95
Create mambaforge-4.10.1-4
5 лет назад
Seth Michael Larson
c878150dac
Add 3.10.0b2 ( #1966 )
5 лет назад
Ivan Pozdeev
adca14a910
fix typo
5 лет назад
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 лет назад
David Lawson
d73ae603c7
Add pypy3.7-7.3.4-src and pypy3.7-7.3.5-src
5 лет назад
David Lawson
84486ceb70
Add pypy3.7-7.3.5
5 лет назад
Anton Petrov
20a146ed6e
Create miniforge3-4.10.1-3
5 лет назад
Ville Skyttä
ac4de22265
Add micropython 1.15 ( #1939 )
5 лет назад
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 лет назад
Anton Petrov
5cf4eeb5cb
Update anaconda3-2021.05
Fixed checksum for macos package
5 лет назад