~dricottone/huttese-apk

5cfd5551c9f6ab18e65ec03971bca66656f79428 — Drew DeVault 3 years ago 65263da
py3-pyphen: upgrade to 0.11.0
1 files changed, 11 insertions(+), 11 deletions(-)

M sr.ht/py3-pyphen/APKBUILD
M sr.ht/py3-pyphen/APKBUILD => sr.ht/py3-pyphen/APKBUILD +11 -11
@@ 1,21 1,19 @@
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
# Contributor: Drew DeVault <sir@cmpwn.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-pyphen
_pyname=Pyphen
pkgver=0.10.0
pkgrel=2
_pyname=pyphen
pkgver=0.11.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"
checkdepends="py3-pytest"
source="$_pyname-$pkgver.tar.gz::https://github.com/Kozea/Pyphen/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
replaces="py-pyphen" # Backwards compatibility
provides="py-pyphen=$pkgver-r$pkgrel" # Backwards compatibility
options="!check" # upstream provides no tests
_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 setup.py build


@@ 25,4 23,6 @@ package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="b6d789ca6eb010c1c79b28a9a0e68620ea5600adc43111bed5dbda3cb8b3a4c8c05caa3fb44ea60b0ef4a20272f17cf5e6fe61f0d1e48038395407ff53da7a92  Pyphen-0.10.0.tar.gz"
sha512sums="
49f510cdc00af479054c64380de8fb5722e2c99a3cf0f882c4b78b82c80300b6cb28c53c593a091e358eae662b28a50ac6e63afb8d57f2adf5c03e5a7f879c68  pyphen-0.11.0.tar.gz
"