python-eng-to-ipa

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-04 11:57:41.730550
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

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 11:57:41 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