python-eng-to-ipa
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-04 11:57:41.730550
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
pkgname='python-eng-to-ipa'
2
_module='eng-to-ipa'
3
_src_folder='eng_to_ipa-0.0.2'
4
pkgver='0.0.2'
5
pkgrel=1
6
pkgdesc="take English text and convert it to IPA"
7
url="https://pypi.org/project/eng-to-ipa/"
8
depends=('python' 'python-setuptools>=44.1.0')
9
makedepends=('python-build' 'python-installer' 'python-wheel')
10
license=('unknown')
11
arch=('any')
12
source=("https://files.pythonhosted.org/packages/62/3d/8656290e2d537ef66e984a04e903d1a0028ea01524e9dd89e45bb165bc7b/eng_to_ipa-0.0.2.tar.gz")
13
sha256sums=('0e4fac8370b0ffeaf696193e971b3ff9bd3762e4d153c6d0d280147887e008b1')
14
15
build() {
16
cd "${srcdir}/${_src_folder}"
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
21
22
cd "${srcdir}/${_src_folder}"
23
python -m installer --destdir="${pkgdir}" dist/*.whl
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 11:57:41 | Low | 1 |