# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-enchant _pkgname=pyenchant pkgver=3.0.1 pkgrel=0 pkgdesc="Spellchecking library for Python" options="!check" # No testsuite url="https://github.com/rfk/pyenchant" arch="noarch" license="LGPL-2.0-or-later" depends="enchant2 python3" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-enchant" # Backwards compatibility provides="py-enchant=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py --quiet build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="93a37236b6fe1e483e5f6dcecb1d57abcc68bda2d46df7bd258e36f98a0ceff1af50241f673ee4cedc8dd38d2bf1e53314d4e8ccf3d6bc98c6c9df7aadf849f7 pyenchant-3.0.1.tar.gz"