Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Improve python3 & finding moreutils parallel #627
Conversation
|
Looks good to me. Only one small suggestion. Thank you for making this change. |
|
@robbat2 please sync your fork with the latest master, merge master into your branch and push for the Actions tests to run in this PR. Thank you. |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
@ryansimmen rebased on master now |
FULL upstream Py3 support added (partial support was present before) Reference: github/backup-utils#627 Fixes: https://bugs.gentoo.org/735200 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
The testcase w/ Python doesn't really need Python3, it just needs to validate python; so use
astinstead ofcompiler, which is available in Py3.Also support
moreutilson other Linux distributions where theparallelbinary might have a different location, e.g. Gentoo.