python-pyuring

LOW
maintainer Dominiquini 1 votes scanned 2026-08-30 03:41:10.150702
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3pkgauthor="kangtegong"
4pkgname="python-pyuring"
5pkgver=0.3.3
6pkgrel=1
7pkgdesc="Python bindings and high-level abstractions for Linux io_uring-based asynchronous I/O"
8
9_pypi_package=${pkgname#python-}
10_pypi_version=${pkgver}
11
12license=('MIT')
13arch=('any')
14
15_url_pypi="https://pypi.org/project/${pkgname}/"
16_url_github="https://github.com/${pkgauthor}/${pkgname}"
17url="${_url_github}"
18
19makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer')
20depends=('python' 'glibc' 'liburing')
21
22source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
23# source=("${_pypi_package}-${_pypi_version}.tar.gz::${_url_github}/archive/v${pkgver}.tar.gz")
24sha256sums=('089f0ec7d27ea5c4f9f6f21cc915ed29e147d168399918334d2a3b5771cadb8f')
25
26build() {
27 cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
28
29 python -m build --wheel --no-isolation
30}
31
32package() {
33 cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
34
35 python -m installer --destdir="${pkgdir}" dist/*.whl
36
37 rm -rf "${pkgdir}/usr/lib/python3.14/site-packages/tests/"
38
39 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
40
41 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 03:41:10 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