Package Details: python-secure 1.0.1-2

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.000001
First Submitted: 2020-02-06 00:38 (UTC)
Last Updated: 2026-03-05 20:34 (UTC)

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