Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-creator
Commits: a6645cee by Matteo Piccinini (loacker) at 2026-02-04T12:07:30+01:00 fix(package): Add collection_project directory The collection_project directory has been added to the copy workaround. This ensures the package includes all resources necessary for collection scaffolding. The issue is easily resolved by modifying the pyproject.toml file, which eliminates the need for the cp workaround. I am initiating an upstream discussion to explore the possibility of incorporating this fix. ``` [tool.setuptools] include-package-data = true ``` Signed-off-by: Matteo Piccinini (loacker) <[email protected]> - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -26,5 +26,5 @@ package() { cd "${pkgname}-${pkgver}" python -m installer --destdir="${pkgdir}" dist/*.whl local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") - cp -av src/ansible_creator/resources/{common,execution_env_project,playbook_project} "${pkgdir}/${site_packages}/ansible_creator/resources/" + cp -av src/ansible_creator/resources/{common,execution_env_project,playbook_project,collection_project} "${pkgdir}/${site_packages}/ansible_creator/resources/" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-creator/-/commit/a6645ceebf2c0f8b8c6641abe19cbb888719d423 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-creator/-/commit/a6645ceebf2c0f8b8c6641abe19cbb888719d423 You're receiving this email because of your account on gitlab.archlinux.org.
