aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-11 18:42:11 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-04-11 19:35:53 +0000
commit4bf2ef3aa2395a866b3d4295318a904cbcc4ecc2 (patch)
tree97795030b359b0b95020721016a1fa012ccd11ab /testing
parent029664b813bbdeab837d184d825e33ed21a41abd (diff)
downloadaports-4bf2ef3aa2395a866b3d4295318a904cbcc4ecc2.tar.bz2
aports-4bf2ef3aa2395a866b3d4295318a904cbcc4ecc2.tar.xz
community/py3-enchant: move from testing
- enable test suite - update URL to match new GitHub organisation
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-enchant/APKBUILD28
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"