aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-jellyfish
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-27 01:32:25 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-27 11:19:16 -0300
commit43c6c64b560da38ef0d939c5eb2c039a698d3221 (patch)
tree2d990a55dca2cc722ca1eb1a2497f1d8cdd845b7 /community/py3-jellyfish
parent17ace9cc514b2804036af80a96b8a4c299415cc6 (diff)
downloadaports-43c6c64b560da38ef0d939c5eb2c039a698d3221.tar.bz2
aports-43c6c64b560da38ef0d939c5eb2c039a698d3221.tar.xz
community/py3-jellyfish: upgrade to 0.7.2
Diffstat (limited to 'community/py3-jellyfish')
-rw-r--r--community/py3-jellyfish/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/py3-jellyfish/APKBUILD b/community/py3-jellyfish/APKBUILD
index 79335d55fa..13fab6e1a9 100644
--- a/community/py3-jellyfish/APKBUILD
+++ b/community/py3-jellyfish/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=py3-jellyfish
_pkgname=jellyfish
-pkgver=0.7.1
-pkgrel=1
+pkgver=0.7.2
+pkgrel=0
pkgdesc="Python library for approximate and phonetic string matching"
url="https://github.com/jamesturk/jellyfish"
arch="all"
@@ -15,13 +15,11 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname
builddir="$srcdir/$_pkgname-$pkgver"
build() {
- cd "$builddir"
python3 setup.py build
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="c8464171cead812f6dab8c61c74d83afafbf6451e7143e5be74400dffcf895be925a3628ac4fff47467b6dbf70b6d068daaf1c141b1846e53d5d19bed1617ca0 jellyfish-0.7.1.tar.gz"
+sha512sums="5fa19826a3adb16dea26855d733bd3e8ccce0c68652249f7bcc06f9b5d5ac36919152301c9afafdfca9877cef6614dccbe8e46a51ab41c1fed493374929c3367 jellyfish-0.7.2.tar.gz"