python-autoregistry
MEDIUM
maintainer Dominiquini
1 votes
scanned 2026-08-22 01:15:41.536472
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
7
pkgname="python-${_appname}"
8
pkgver=1.3.1
9
pkgrel=2
10
pkgdesc="Automatic registry design-pattern library for mapping string names to code functionality."
11
12
_pypi_package=${pkgname##python-}
13
_pypi_version=${pkgver}
14
15
license=('Apache-2.0')
16
arch=('any')
17
18
_url_pypi="https://pypi.org/project/${_pypi_package}/"
19
_url_github="https://github.com/${_appauthor}/${_appname}"
20
url="${_url_github}"
21
22
makedepends=(
23
'python-build'
24
'python-installer'
25
'python-wheel'
26
'python-hatchling'
27
'python-hatch-vcs'
28
)
29
depends=('python' 'python-pydantic' 'python-pydantic-core')
30
31
source=("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")
33
sha256sums=('3110c5054fd6fb1f972c7adbfc9df8cfa49ab3ce6c90c0d465625db310a3cb6d')
34
35
36
build() {
37
cd "${srcdir}/${_pypi_package//-/_}-${_pypi_version}/"
38
39
python -m build --wheel --no-isolation
40
}
41
42
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |