blob: 3a190bc25498f8daa05883abef98bf0307494d1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-huey
pkgdesc = huey, a little task queue
pkgver = 3.0.1
pkgrel = 1
url = https://github.com/coleifer/huey
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-redis
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
optdepends = python-redis
source = https://github.com/coleifer/huey/archive/3.0.1/huey-3.0.1.tar.gz
sha256sums = 66798267a040190b8aa6ed63975443b0d4df032327f2eee41bfac1db0943dc92
pkgname = python-huey
|