blob: 2e41eb387c2f9a38f4c72d5d73c57d9bad223135 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-secure
pkgdesc = A small, focused library for adding modern security headers to Python web applications
pkgver = 1.0.1
pkgrel = 2
url = https://github.com/TypeError/secure.py
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = python-secure-1.0.1.tar.gz::https://github.com/TypeError/secure.py/archive/v1.0.1.tar.gz
sha256sums = 8c998dfb5afc954a63dcc214bdb1fc2f990385e775babf346d4fc11553e2f9bc
pkgname = python-secure
|