python-rq-scheduler
MEDIUM
maintainer Dominiquini
0 votes
scanned 2026-09-06 13:11:32.219503
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
2
# Contributor: Jason van Gumster <fweeb@monsterjavaguns.com>
3
4
pkgname=python-rq-scheduler
5
pkgver=0.10.0
6
pkgrel=2
7
pkgdesc="Small package that adds job scheduling capabilities to RQ"
8
arch=('any')
9
license=('MIT')
10
url="https://github.com/rq/rq-scheduler"
11
makedepends=('python-setuptools')
12
depends=('python-rq>=0.13' 'python-croniter>=0.3.9' 'python-dateutil')
13
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
14
sha256sums=('746a3496f4091df24fd749f2000d2aa0ba9b7ebd2652e5483c497faa82550d0f')
15
16
build() {
17
cd "rq-scheduler-$pkgver"
18
python setup.py build
19
}
20
21
check() {
22
cd "rq-scheduler-$pkgver"
23
python -m unittest run_tests.py
24
}
25
26
package() {
27
cd "rq-scheduler-$pkgver"
28
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
29
install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |