- Nov 17, 2024
-
- Aug 11, 2024
-
-
David Runge authored
Remove unneeded patch. Add new check dependency on pytest and adapt pytest call accordingly.
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
- Jun 24, 2024
-
- Apr 03, 2024
-
- Jul 28, 2023
-
-
David Runge authored
Rebuild to use the correct checksum for the auto-generated tarball from github. The previous checksums were those of the sdist tarball from PyPI: https://bugs.archlinux.org/task/79226
-
- Jul 25, 2023
-
-
David Runge authored
Switch to cython0 as upstream doesn't support cython >= 3.0.0. Use bash arrays with one entry per line for easier handling. Remove unneeded curly braces. Switch to PEP517.
-
- Apr 10, 2023
-
- Apr 06, 2023
-
- Feb 09, 2022
-
-
David Runge authored
Simplify calls in functions. Simplify quoting in file. Run tests directly (do not use legacy setup.py).
-
- Dec 01, 2021
-
- Nov 30, 2021
-
- Apr 24, 2021
-
- Mar 17, 2021
-
- Nov 11, 2020
-
- Nov 09, 2020
-
- Jul 22, 2020
-
-
Jonas Witschel authored
Tests recompile the bytecode generated in build() and embed a different build path. Avoid writing any bytecode in check() at all so that it doesn't matter whether the test suite is run or not.
-
- Mar 28, 2020
-
- Jan 29, 2020
-
-
Lukas Fleischer authored
-
- Jan 18, 2020
-
- Nov 01, 2019
-
- Oct 25, 2019
-
- Sep 24, 2019
-
-
Antonio Rojas authored
-
- Aug 21, 2019
-
- Jul 18, 2019
-
- Jul 02, 2019
-
-
Brett Cornwall authored
These packages' sites were all verified as https:// functional
-
- May 25, 2019
-
- Jul 18, 2018
-
- Jul 14, 2018
-
- Jun 30, 2018
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-
- Sep 28, 2017
-
-
Levente Polyak authored
- ensure libyaml is used by enforcing it - adding -O1
-
- Dec 24, 2016
-
- Oct 31, 2016
-
-
Sergej Pupykin authored
-
- Aug 29, 2016
-
- Sep 19, 2015
-
- Mar 26, 2015
-
- Mar 31, 2014
-
- Mar 17, 2014
-
- Oct 25, 2012
-
-
Evangelos Foutras authored
-