Search Criteria
Package Details: python-secure 1.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-secure.git (read-only, click to copy) |
---|---|
Package Base: | python-secure |
Description: | secure.py is a lightweight package that adds optional security headers for Python web frameworks. |
Upstream URL: | https://github.com/TypeError/secure.py/releases |
Keywords: | library python security web www |
Licenses: | MIT |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 2 |
Popularity: | 0.073929 |
First Submitted: | 2020-02-06 00:38 (UTC) |
Last Updated: | 2024-10-07 15:41 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
malmerri commented on 2024-07-01 14:35 (UTC)
Hi,
Your PKGBUILD fails to build in chroot because your makedepends line is missing python-setuptools it should look like:
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
Thanks