diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-enchant/APKBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-enchant/APKBUILD b/testing/py3-enchant/APKBUILD deleted file mode 100644 index 4977850756..0000000000 --- a/testing/py3-enchant/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -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" |
