mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
testing/py3-pylev: new aport
Pure Python3 Levenshtein implementation https://github.com/toastdriven/pylev Closes GH-8381
This commit is contained in:
parent
1a50dd67e7
commit
334f910df0
25
testing/py3-pylev/APKBUILD
Normal file
25
testing/py3-pylev/APKBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
||||
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
||||
pkgname=py3-pylev
|
||||
_realname=pylev
|
||||
pkgver=1.3.0
|
||||
pkgrel=0
|
||||
pkgdesc="Pure Python3 Levenshtein implementation"
|
||||
options="!check" # No tests on pypi, no tags on github
|
||||
url="https://github.com/toastdriven/pylev"
|
||||
arch="noarch"
|
||||
license="BSD-3-Clause"
|
||||
depends="python3"
|
||||
makedepends="py3-setuptools"
|
||||
source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_realname-$pkgver"
|
||||
|
||||
build() {
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="096831d55dda5606544bce03c18542b0331c38feb538dd37c67cc2e9b2111d381632669ee2dcd3d7dc9a87d284892371ded1c322d0edc61f529152c282556f4c pylev-1.3.0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user