summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a664d8e962f607412185fa8295ca8e3f7b6ee0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = python-pyrate-limiter-2
	pkgdesc = Python Rate-Limiter using Leaky-Bucket Algorithm
	pkgver = 2.10.0
	pkgrel = 2
	url = https://github.com/vutran1710/PyrateLimiter
	arch = any
	license = MIT
	makedepends = git
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-poetry-core
	depends = python
	optdepends = python-filelock: concurrent sqlite backend
	optdepends = python-redis: redis backend
	conflicts = python-pyrate-limiter
	options = !debug
	source = git+https://github.com/vutran1710/PyrateLimiter.git#tag=v2.10.0
	sha256sums = 4c0669c9ab517dbbac2d6bc460cb0d6996074e4534cc4cb9f65ae51836fedf18

pkgname = python-pyrate-limiter-2