blob: f0c4b458436fdb65ea12cb847a35560e23f4836c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-rq-dashboard
pkgdesc = Flask-based web front-end for monitoring RQ queues
pkgver = 0.6.5
pkgrel = 1
url = https://github.com/Parallels/rq-dashboard/
arch = any
license = BSD
makedepends = python
makedepends = python-setuptools
depends = python
depends = python-click
depends = python-flask
depends = python-redis
depends = python-rq
depends = python-arrow
source = https://github.com/Parallels/rq-dashboard/archive/v0.6.5.tar.gz
sha256sums = de9bf74f37ce7c022909b73eea8f8e8e74a7eb9edc77bee1ea9887fa202d1745
pkgname = python-rq-dashboard
|