python-rq-scheduler

MEDIUM
maintainer Dominiquini 0 votes scanned 2026-09-06 13:11:32.219503
View on AUR
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
4pkgname=python-rq-scheduler
5pkgver=0.10.0
6pkgrel=2
7pkgdesc="Small package that adds job scheduling capabilities to RQ"
8arch=('any')
9license=('MIT')
10url="https://github.com/rq/rq-scheduler"
11makedepends=('python-setuptools')
12depends=('python-rq>=0.13' 'python-croniter>=0.3.9' 'python-dateutil')
13source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
14sha256sums=('746a3496f4091df24fd749f2000d2aa0ba9b7ebd2652e5483c497faa82550d0f')
15
16build() {
17 cd "rq-scheduler-$pkgver"
18 python setup.py build
19}
20
21check() {
22 cd "rq-scheduler-$pkgver"
23 python -m unittest run_tests.py
24}
25
26package() {
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)SeverityRules
2026-09-06 13:11:32 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion