summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1cc97dd1c2afa1d4ced696142f54a79882bfa51c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
pkgbase = python-ratelim-git
	pkgver = 0.1.6.r15.e75c81c
	pkgrel = 2
	url = https://github.com/themiurgo/ratelim
	arch = any
	license = MIT
	makedepends = git
	makedepends = python-setuptools
	makedepends = python2-setuptools
	makedepends = python
	makedepends = python2
	makedepends = python-decorator
	makedepends = python2-decorator
	source = git+https://github.com/themiurgo/ratelim.git
	sha256sums = SKIP

pkgname = python-ratelim-git
	pkgdesc = Ratelim is a simple Python 3 library that limits the number of times a function can be called during a time interval. It is particularly useful when using online APIs, which commonly enforce rate limits.
	depends = python
	depends = python-decorator
	provides = python-ratelim
	conflicts = python-ratelim

pkgname = python2-ratelim-git
	pkgdesc = Ratelim is a simple Python 2 library that limits the number of times a function can be called during a time interval. It is particularly useful when using online APIs, which commonly enforce rate limits.
	depends = python2
	depends = python2-decorator
	provides = python2-ratelim
	conflicts = python2-ratelim