Package Details: python-flask-restx 1.3.2-1

Git Clone URL: https://aur.archlinux.org/python-flask-restx.git (read-only, click to copy)
Package Base: python-flask-restx
Description: Flask extension that adds support for quickly building REST APIs
Upstream URL: https://flask-restx.readthedocs.io/
Licenses: BSD
Submitter: grandchild
Maintainer: grandchild
Last Packager: grandchild
Votes: 1
Popularity: 0.000000
First Submitted: 2020-06-10 17:33 (UTC)
Last Updated: 2026-03-04 12:30 (UTC)

Latest Comments

pizzaman commented on 2026-05-18 11:32 (UTC)

==> Validating source files with sha256sums...
    flask-restx-1.3.2.tar.gz ... Passed
==> Extracting sources...
  -> Extracting flask-restx-1.3.2.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...

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.
==> ERROR: A failure occurred in build().
    Aborting...
:: Unable to build python-flask-restx - makepkg exited with code: 4

+1 to Needs

makedepends=('python-setuptools')
on a clean chroot

ishanarora commented on 2024-01-10 08:31 (UTC)

Needs:

makedepends=('python-setuptools')

Thanks!

rokam commented on 2022-10-29 21:18 (UTC)

This package needs a specific version of python-werkzeug (2.0.x) to work. https://github.com/python-restx/flask-restx/issues/460

This PR is removing this dependency and should be shipped in the next version. https://github.com/python-restx/flask-restx/pull/463