Closed SpotlightKid closed 8 years ago
... because it would make the life of distribution packagers easier and we could get rid of the Python 2 build dependency.
I tried replacing the waf script in the repo with the current waf-1.8.17 but it doesn't seem to include the autowaf module used by wscript.
waf
autowaf
wscript
I just push a modification that should make it compatible with Python3. Can you test to confirm?
Yes, works here:
https://aur.archlinux.org/packages/beatslash-lv2-git/
... because it would make the life of distribution packagers easier and we could get rid of the Python 2 build dependency.
I tried replacing the
waf
script in the repo with the current waf-1.8.17 but it doesn't seem to include theautowaf
module used bywscript
.