aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-03 19:21:58 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-06-04 14:09:29 +0000
commit90e3a031ab97db4f2747bd6a5354914035968680 (patch)
treec2a94cdd339b8c60824dcfdda7171455b8f38aad
parentb9729a817068d861806d26f5cb0bf0d8029ec956 (diff)
downloadalpine_aports-90e3a031ab97db4f2747bd6a5354914035968680.tar.bz2
alpine_aports-90e3a031ab97db4f2747bd6a5354914035968680.tar.xz
alpine_aports-90e3a031ab97db4f2747bd6a5354914035968680.zip
community/py3-enchant: upgrade to 3.1.1
-rw-r--r--community/py3-enchant/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/py3-enchant/APKBUILD b/community/py3-enchant/APKBUILD
index cddeef852d..619b1a2481 100644
--- a/community/py3-enchant/APKBUILD
+++ b/community/py3-enchant/APKBUILD
@@ -1,8 +1,7 @@
1# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> 1# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
3pkgname=py3-enchant 3pkgname=py3-enchant
4_pkgname=pyenchant 4pkgver=3.1.1
5pkgver=3.1.0
6pkgrel=0 5pkgrel=0
7pkgdesc="Spellchecking library for Python" 6pkgdesc="Spellchecking library for Python"
8url="https://github.com/pyenchant/pyenchant" 7url="https://github.com/pyenchant/pyenchant"
@@ -12,7 +11,7 @@ depends="enchant2 python3"
12makedepends="py3-setuptools" 11makedepends="py3-setuptools"
13checkdepends="py3-pytest aspell-en" 12checkdepends="py3-pytest aspell-en"
14source="$pkgname-$pkgver.tar.gz::https://github.com/pyenchant/pyenchant/archive/v$pkgver.tar.gz" 13source="$pkgname-$pkgver.tar.gz::https://github.com/pyenchant/pyenchant/archive/v$pkgver.tar.gz"
15builddir="$srcdir"/$_pkgname-$pkgver 14builddir="$srcdir"/pyenchant-$pkgver
16 15
17replaces="py-enchant" # Backwards compatibility 16replaces="py-enchant" # Backwards compatibility
18provides="py-enchant=$pkgver-r$pkgrel" # Backwards compatibility 17provides="py-enchant=$pkgver-r$pkgrel" # Backwards compatibility
@@ -29,4 +28,4 @@ check() {
29 python3 -m pytest 28 python3 -m pytest
30} 29}
31 30
32sha512sums="d2bf872c15fca1e2c1aa8de06a9ee2c0e6128a69f728383ae9b91fb0ead2d66f804388671cc8156716e240548c29da41eb6c0678dd889012009c690bd078a7de py3-enchant-3.1.0.tar.gz" 31sha512sums="512758629347b711b8b46fd2d5a270ac16a56cb8df3474213052aba76c390051a21758ae7bbdfda21e7db67dc26fb0e9005abfb4865d70a2f4d49dc34158cbf7 py3-enchant-3.1.1.tar.gz"