python-mthds

LOW
maintainer Dominiquini 1 votes scanned 2026-08-25 03:25:42.010142
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
3pkgname="python-mthds"
4pkgver=0.8.2
5pkgrel=1
6pkgdesc="The Python interface for methods — base structures for structured outputs and the base runner for executing methods via API"
7
8arch=('any')
9license=('MIT')
10url='https://pypi.org/project/mthds/'
11
12_pypi_package=${pkgname#python-}
13_pypi_version=${pkgver}
14
15makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-hatchling')
16depends=('python' 'python-semantic-version' 'python-pydantic' 'python-pydantic-core' 'python-tomlkit' 'python-httpx' 'python-typing_extensions')
17
18source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
19# source=("${_pypi_package}-${_pypi_version}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
20sha256sums=('1ac24a415f5a4942e93309066ed6b65a553ca379578e2da93f492bc63342b0b6')
21
22build() {
23 cd "${srcdir}/${_pypi_package}-${_pypi_version}/"
24
25 python -m build --wheel --no-isolation
26}
27
28package() {
29 cd "${srcdir}/${_pypi_package}-${_pypi_version}/"
30
31 python -m installer --destdir="${pkgdir}" dist/*.whl
32
33 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
34
35 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36}
37

Scan history

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