Package Details: python-application 3.0.9-1

Git Clone URL: https://aur.archlinux.org/python-application.git (read-only, click to copy)
Package Base: python-application
Description: Basic building blocks for Python applications
Upstream URL: https://github.com/AGProjects/python3-application
Licenses: LGPL-2.1+
Conflicts: python3-application
Provides: python3-application
Replaces: python3-application
Submitter: josemslopes
Maintainer: josemslopes
Last Packager: josemslopes
Votes: 0
Popularity: 0.000000
First Submitted: 2021-10-30 11:31 (UTC)
Last Updated: 2026-01-14 21:56 (UTC)

Latest Comments

josemslopes commented on 2026-01-14 21:58 (UTC)

@patlefort Thanks again. I rested with a clean container and noticed that we are missing python-setuptools. I believe there is no need for python-setuptools-scm. Let me know if you still have trouble.

patlefort commented on 2026-01-11 22:09 (UTC)

I tested in a clean container and it does fail with:

Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.

And it succeed with python-setuptools-scm. Please retest in a clean container/chroot.

josemslopes commented on 2026-01-11 21:41 (UTC)

@patlefort Thanks for the suggestion. I tested the build without python-setuptools-scm and it succeeds. The release tarball includes a static version and does not use SCM-based versioning at build time, so I believe this dependency is not required.

patlefort commented on 2026-01-11 11:45 (UTC)

Missing python-setuptools-scm in makedepends.