Skip to content

Commit 64047f1

Browse files
committed
New package: python3-slowapi-0.1.9
1 parent 0d63eef commit 64047f1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

srcpkgs/python3-slowapi/template

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

0 commit comments

Comments
 (0)