python-autoregistry

MEDIUM
maintainer Dominiquini 1 votes scanned 2026-08-22 01:15:41.536472
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: Brian Thompson <brianrobt at pm dot me>
2# Contributor: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
3
4_appauthor="BrianPugh"
5_appname="autoregistry"
6
7pkgname="python-${_appname}"
8pkgver=1.3.1
9pkgrel=2
10pkgdesc="Automatic registry design-pattern library for mapping string names to code functionality."
11
12_pypi_package=${pkgname##python-}
13_pypi_version=${pkgver}
14
15license=('Apache-2.0')
16arch=('any')
17
18_url_pypi="https://pypi.org/project/${_pypi_package}/"
19_url_github="https://github.com/${_appauthor}/${_appname}"
20url="${_url_github}"
21
22makedepends=(
23 'python-build'
24 'python-installer'
25 'python-wheel'
26 'python-hatchling'
27 'python-hatch-vcs'
28)
29depends=('python' 'python-pydantic' 'python-pydantic-core')
30
31source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
32# source=("${_pypi_package}-${_pypi_version}.tar.gz::${_url_github}/archive/refs/tags/v${_pypi_version}.tar.gz")
33sha256sums=('3110c5054fd6fb1f972c7adbfc9df8cfa49ab3ce6c90c0d465625db310a3cb6d')
34
35
36build() {
37 cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
38
39 python -m build --wheel --no-isolation
40}
41
42package() {
43 cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
44
45 python -m installer --destdir="${pkgdir}" dist/*.whl
46
47 install -Dm644 "README.rst" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
48
49 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
50}
51

Changes since previous scan

--- PKGBUILD @ 2026-07-29 00:25
+++ PKGBUILD @ 2026-08-22 01:15
@@ -1,11 +1,12 @@
-# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
+# Maintainer: Brian Thompson <brianrobt at pm dot me>
+# Contributor: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_appauthor="BrianPugh"
_appname="autoregistry"
pkgname="python-${_appname}"
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Automatic registry design-pattern library for mapping string names to code functionality."
_pypi_package=${pkgname##python-}
@@ -18,7 +19,13 @@
_url_github="https://github.com/${_appauthor}/${_appname}"
url="${_url_github}"
-makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-uv-build' 'python-hatchling')
+makedepends=(
+ 'python-build'
+ 'python-installer'
+ 'python-wheel'
+ 'python-hatchling'
+ 'python-hatch-vcs'
+)
depends=('python' 'python-pydantic' 'python-pydantic-core')
source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 01:15:41 Medium 1
2026-07-30 00:17:23 Clean 2
2026-07-29 17:12:22 Medium 1
2026-07-29 00:25:53 Clean 2
2026-07-28 21:39:42 Medium 1
2026-07-10 00:20:30 Clean 2
2026-07-09 21:32:33 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