File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # Template file for 'python3-slowapi'
2+ pkgname=python3-slowapi
3+ version=0.1.9
4+ revision=1
5+ build_style=python3-pep517
6+ hostmakedepends="python3-poetry-core"
7+ depends="python3-limits python3-redis"
8+ checkdepends="${depends} python3-pytest python3-pytest-mock python3-fastapi python3-starlette python3-anyio python3-mock"
9+ short_desc="Rate limiter for Starlette and FastAPI"
10+ maintainer="Jason Elswick <
[email protected] >"
11+ license="MIT"
12+ homepage="https://github.com/laurents/slowapi"
13+ distfiles="https://github.com/laurentS/slowapi/archive/refs/tags/v${version}.tar.gz"
14+ checksum=3ca622dafa183536979af118e18c2c1a87184f1a212972dd56dfaf10260fc500
15+ make_check=no # unpackaged dependencies
16+
17+ post_install() {
18+ vlicense LICENSE
19+ }
You can’t perform that action at this time.
0 commit comments