[PATCH] community/py3-pyphen: install dictionaries
Export this patch
Something fell out during the pyproject.toml farce.
---
community/py3-pyphen/APKBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/community/py3-pyphen/APKBUILD b/community/py3-pyphen/APKBUILD
index 5229db4800..588eebda63 100644
--- a/community/py3-pyphen/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-pyphen
_pkgname=Pyphen
pkgver=0.12.0
-pkgrel=0
+pkgrel=1
pkgdesc="python-based dictionary hyphenator library"
url="https://www.pyphen.org"
arch="noarch"
@@ -27,6 +27,7 @@ check() {
package() {
python3 -m pyproject2setuppy.main install --prefix=/usr --root="$pkgdir"
+ cp -R pyphen/dictionaries "$pkgdir"/usr/lib/python3.*/site-packages/pyphen/
}
sha512sums="
--
2.34.1