summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4092d1a2c0642d6b1547243075b2025672457b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = python-aiolimiter
	pkgdesc = An efficient implementation of a rate limiter for asyncio
	pkgver = 1.1.0
	pkgrel = 1
	url = https://github.com/mjpieters/aiolimiter
	arch = any
	license = MIT
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-poetry-core
	makedepends = python-wheel
	depends = python
	depends = python-importlib-metadata
	source = https://files.pythonhosted.org/packages/source/a/aiolimiter/aiolimiter-1.1.0.tar.gz
	sha256sums = 461cf02f82a29347340d031626c92853645c099cb5ff85577b831a7bd21132b5

pkgname = python-aiolimiter