~alpine/aports

community/py3-pyphen: install dictionaries v1 APPLIED

Drew DeVault: 1
 community/py3-pyphen: install dictionaries

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3857/mbox | git am -3
Learn more about email & git

[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
+++ b/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