~dricottone/huttese-apk

ref: c4d73a1420b8aed2fdace19a1323561995ee5650 huttese-apk/sr.ht/py3-pyphen/APKBUILD -rw-r--r-- 888 bytes
c4d73a14 — Drew DeVault py3-redis: drop package 2 years ago
                                                                                
5cfd5551 Drew DeVault
cb4c58b7 Drew DeVault
5cfd5551 Drew DeVault
838c3338 Drew DeVault
cb4c58b7 Drew DeVault
600afcd0 Drew DeVault
cb4c58b7 Drew DeVault
600afcd0 Drew DeVault
838c3338 Drew DeVault
5cfd5551 Drew DeVault
cb4c58b7 Drew DeVault
838c3338 Drew DeVault
cb4c58b7 Drew DeVault
838c3338 Drew DeVault
cb4c58b7 Drew DeVault
5cfd5551 Drew DeVault
838c3338 Drew DeVault
5cfd5551 Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Drew DeVault <sir@cmpwn.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-pyphen
_pyname=pyphen
pkgver=0.12.0
pkgrel=0
pkgdesc="python-based dictionary hyphenator library"
url="https://www.pyphen.org"
arch="noarch"
license="GPL-2.0-or-later AND LGPL-2.1-or-later AND MPL-1.1"
depends="python3"
makedepends="py3-setuptools pyproject2setuppy"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
options="!check" # upsteram provides no tests

build() {
	python3 -m pyproject2setuppy build
}

package() {
	python3 -m pyproject2setuppy install --prefix=/usr --root="$pkgdir"
}

sha512sums="
144218b8d5454fffc16de0c839c93a0badadd5c9b7867195072b77d9130440059ec84b5819d7eed12b65d2cc51cb7202226cb44ef6844f18fa428c4b3a1ef2b5  pyphen-0.12.0.tar.gz
"