You need to sign in or sign up before continuing.
- Nov 16, 2024
-
- Aug 20, 2024
-
-
Carl Smedstad authored
Rather than deleting the source package and running the test suite from the project root, move the tests to the temporary installation and run the suite from there.
-
Carl Smedstad authored
Todo: https://archlinux.org/todo/stop-using-python-setuppy-test/ Other changes: - Use SPDX license identifier. - Add implicitly satisfied dependencies reported by namcap.
-
- Jul 14, 2024
-
-
T.J. Townsend authored
-
- Apr 21, 2024
-
-
Daniel M. Capella authored
Had tested manually in a chroot, but failed to notice `python -m unittest` only worked after I had run `python setup.py test`. (I had forgotten to copy over the `python_version` variable initialization, but that's irrelevant.)
-
Daniel M. Capella authored
-
- Apr 05, 2024
-
- Apr 06, 2023
-
- Dec 03, 2021
-
- Aug 18, 2021
-
- Nov 12, 2020
-
- Jul 31, 2020
-
- Jul 10, 2020
-
- Nov 04, 2019
-
- Feb 23, 2019
-
- Jul 26, 2018
-
-
Eli Schwartz authored
fix test failures with new gammu version
-
- Jan 08, 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
-
- Nov 07, 2017
-
- Jun 24, 2017
-
- Jun 08, 2017
-
- Dec 25, 2016
-
- Oct 25, 2016
-
- May 28, 2016
-
- Jan 21, 2016
-
- Sep 19, 2015
-
- Sep 16, 2015
-