- Nov 30, 2024
-
- Nov 24, 2024
-
- Apr 05, 2024
-
- Feb 10, 2024
-
-
Morten Linderud authored
Signed-off-by:
Morten Linderud <foxboron@archlinux.org>
-
- Jul 26, 2023
-
- Apr 08, 2023
-
- Dec 03, 2022
-
- Jul 14, 2022
-
-
Antonio Rojas authored
-
- Jul 10, 2022
-
- Dec 02, 2021
-
- Nov 30, 2021
-
- Jun 06, 2021
-
- May 15, 2021
-
- Nov 12, 2020
-
- Nov 11, 2020
-
-
Eli Schwartz authored
pathlib2 is never used, on python3 it uses pathlib and on python2 it vendors pathlib2 for the build. We only care about the former. Tests are bonkers, the builtin test runner reports pytest output but unconditionally return success, make this explicit by the PKGBUILD pattern || echo "warning goes here" Also the tests never ran due to passing pytest --boxed, but this needed pytest-xdist and is now a no-op, because the behavior is now in pytest-forked as --forked. Nevertheless, it makes for clearer errors if we get segfaults, so reimplement this properly.
- Nov 09, 2020
-
- Feb 03, 2020
-
- Nov 21, 2019
-
- Nov 03, 2019
-
- Oct 26, 2019
-
- Jun 02, 2019
-
- May 22, 2019
-
-
Filipe Laíns authored
(sorry, I am really stupid)
-
Filipe Laíns authored
Documentation isn't being generated as it requires the wxWidgets backend, whereas we are using GTK.
-
Filipe Laíns authored
Documentation is not being generated as it is only avaliable if we are using the wxWidgets backend. We are using GTK.
-
- May 21, 2019
-
- Jan 06, 2019
-
- Nov 18, 2018
-
- Sep 04, 2018
-
-
Filipe Laíns authored
-
Filipe Laíns authored
Fixes FS#59880
-
- Aug 17, 2018
-
-
Filipe Laíns authored
-
- Aug 13, 2018
-
-
Eli Schwartz authored
-
- Jul 26, 2018
-
-
Eli Schwartz authored
add testsuite and ignore errors; the errors are the same on both python 3.6 and python 3.7 so it is presumably okay on python 3.7
-
- Apr 10, 2018
-
- Apr 07, 2018
-
-
Balló György authored
- python2-wxpython3: it provides the classic wxPython 3 for a long time for the existing applications. - python-wxpython: it provides the new wxPython 4 for applications which want to port to Python 3.
-