python-pyotherside

LOW
maintainer orphaned 0 votes scanned 2026-09-01 13:48:42.149435
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Christian Hesse <mail@eworm.de>
2# Contributor: Florian Schweikert <kelvan@ist-total.org>
3
4pkgname=python-pyotherside
5_pyname=pyotherside
6pkgver=1.6.2
7pkgrel=2
8pkgdesc='Asynchronous Python 3 Bindings for Qt5'
9arch=('x86_64')
10url='https://thp.io/2011/pyotherside'
11license=('ISC')
12depends=('python' 'qt5-base' 'qt5-declarative' 'qt5-svg')
13source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thp/${_pyname}/archive/${pkgver}.tar.gz")
14sha256sums=('9afe075f165c78ec584892887a6411fe1476f2115cf3bba026105bde29292a4b')
15
16build() {
17 cd "${_pyname}-${pkgver}/"
18
19 qmake-qt5
20 make
21}
22
23package() {
24 cd "${_pyname}-${pkgver}/"
25
26 make INSTALL_ROOT="${pkgdir}/" install
27
28 rm -r "${pkgdir}/usr/tests"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 13:48:42 Low 1

Report a package

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

0 / 4000
Your suggestion