Package Details: python-cherrypy-cors 1.7.0-1

Git Clone URL: https://aur.archlinux.org/python-cherrypy-cors.git (read-only, click to copy)
Package Base: python-cherrypy-cors
Description: CORS support for CherryPy
Upstream URL: https://pypi.org/project/cherrypy-cors/
Keywords: cherrypy CORS library python
Licenses: MIT
Submitter: GI_Jack
Maintainer: GI_Jack
Last Packager: GI_Jack
Votes: 1
Popularity: 0.000000
First Submitted: 2021-02-24 14:41 (UTC)
Last Updated: 2023-09-28 18:08 (UTC)

Latest Comments

malmerri commented on 2024-07-01 14:38 (UTC) (edited on 2024-07-01 14:43 (UTC) by malmerri)

Hi,

Your PKGBUILD fails to build in chroot because your makedepends line is missing python-setuptools and python-setuptools-scm it should look like:

makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'python-setuptools-scm')

Thanks