Search Criteria
Package Details: python-secure 2.0.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-secure.git (read-only, click to copy) |
|---|---|
| Package Base: | python-secure |
| Description: | A small, focused library for adding modern security headers to Python web applications |
| Upstream URL: | https://github.com/TypeError/secure.py |
| Keywords: | library python security web www |
| Licenses: | MIT |
| Submitter: | Network_Jack |
| Maintainer: | lmartinez-mirror |
| Last Packager: | lmartinez-mirror |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-02-06 00:38 (UTC) |
| Last Updated: | 2026-06-23 19:20 (UTC) |
Dependencies (8)
- python
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- openssh (openssh-gitAUR, openssh-gssapiAUR, openssh-selinuxAUR, openssh-hpn-shimAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
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