Search Criteria
Package Details: python-cherrypy-cors 1.7.0-3
Package Actions
| 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: | Network_Jack |
| Maintainer: | laura7089 |
| Last Packager: | laura7089 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-02-24 14:41 (UTC) |
| Last Updated: | 2025-01-03 02:16 (UTC) |
Dependencies (8)
- python
- python-cherrypy
- python-httpagentparserAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
micwoj92 commented on 2024-11-30 22:43 (UTC)
@laura7089 since you picked up this package, can you please fix the build issue mentioned in previous comment?
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