python-mthds
LOW
maintainer Dominiquini
1 votes
scanned 2026-08-25 03:25:42.010142
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
3
pkgname="python-mthds"
4
pkgver=0.8.2
5
pkgrel=1
6
pkgdesc="The Python interface for methods — base structures for structured outputs and the base runner for executing methods via API"
7
8
arch=('any')
9
license=('MIT')
10
url='https://pypi.org/project/mthds/'
11
12
_pypi_package=${pkgname#python-}
13
_pypi_version=${pkgver}
14
15
makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-hatchling')
16
depends=('python' 'python-semantic-version' 'python-pydantic' 'python-pydantic-core' 'python-tomlkit' 'python-httpx' 'python-typing_extensions')
17
18
source=("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")
20
sha256sums=('1ac24a415f5a4942e93309066ed6b65a553ca379578e2da93f492bc63342b0b6')
21
22
build() {
23
cd "${srcdir}/${_pypi_package}-${_pypi_version}/"
24
25
python -m build --wheel --no-isolation
26
}
27
28
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-25 03:25:42 | Low | 1 |