python-pyotherside
LOW
maintainer orphaned
0 votes
scanned 2026-09-01 13:48:42.149435
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
4
pkgname=python-pyotherside
5
_pyname=pyotherside
6
pkgver=1.6.2
7
pkgrel=2
8
pkgdesc='Asynchronous Python 3 Bindings for Qt5'
9
arch=('x86_64')
10
url='https://thp.io/2011/pyotherside'
11
license=('ISC')
12
depends=('python' 'qt5-base' 'qt5-declarative' 'qt5-svg')
13
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thp/${_pyname}/archive/${pkgver}.tar.gz")
14
sha256sums=('9afe075f165c78ec584892887a6411fe1476f2115cf3bba026105bde29292a4b')
15
16
build() {
17
cd "${_pyname}-${pkgver}/"
18
19
qmake-qt5
20
make
21
}
22
23
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-01 13:48:42 | Low | 1 |