~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] community/py3-pyphen: install dictionaries

Details
Message ID
<20220103100424.11780-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +2 -1
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
Reply to thread Export thread (mbox)