alerque / aur

Package sources for all the AUR packages I either maintain, co-maintain, or fork.
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
48 stars 26 forks source link

Defcon build failures (and other requirements) #17

Closed djmattyg007 closed 3 years ago

djmattyg007 commented 3 years ago

This package fails to build in a clean chroot because of missing makedeps.

Please see my comments here:

https://aur.archlinux.org/packages/python-defcon

alerque commented 3 years ago

Thanks for the alert. This is actually an upstream bug, their source packages are broken. The entire point of python-setuptools-scm is that only Git (SCM based!) sources should need that dependency, once you release the project using the sources builds the SCM related tooling is removed and the resulting source package can be built with regular tools.

It seems the upstream in this case has uploaded a raw Git archive tarball instead of an actual source build. I've reported this upstream and will post a temporary work around for 0.8.1 builds now.