Compare commits
4 commits
ea7ca55daa
...
e60ec96ed5
Author | SHA1 | Date | |
---|---|---|---|
e60ec96ed5 | |||
e84f1cf23c | |||
c555209ae8 | |||
ea2861a45a |
2 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
pkgname=py3-apsw
|
pkgname=py3-apsw
|
||||||
_pkgname=apsw
|
_pkgname=apsw
|
||||||
pkgver=3.46.1.0
|
pkgver=3.47.2.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Another Python SQLite Wrapper"
|
pkgdesc="Another Python SQLite Wrapper"
|
||||||
url="https://github.com/rogerbinns/apsw"
|
url="https://github.com/rogerbinns/apsw"
|
||||||
|
@ -41,6 +41,6 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
8d24825c8346b05a99b8959ce1fd45ae5162c95b020ecc63bd3491bfd1579370a0e6b1a962f7f64a7e7e415846007e64d90b28e2065ae047e228d60b12b9cb02 py3-apsw-3.46.1.0.zip
|
9884f36811bfff7276642841ebaa198669c48f4d54bb764a985ea5bdd88f9f630f9fd8a13cf0a44b5675e374c2a911fcec579ca4165622e8049bff327ef66c1d py3-apsw-3.47.2.0.zip
|
||||||
8f3957bd6fecb5660a7cab367043e4ccdacd87d8963bbe41cc3d525265de28f08aa207099658d785be29c5c90b818c1418f766995cd780d02b8e36252a389758 detect-sqlite-config.patch
|
8f3957bd6fecb5660a7cab367043e4ccdacd87d8963bbe41cc3d525265de28f08aa207099658d785be29c5c90b818c1418f766995cd780d02b8e36252a389758 detect-sqlite-config.patch
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Contributor: Galen Abell <galen@galenabell.com>
|
# Contributor: Galen Abell <galen@galenabell.com>
|
||||||
# Maintainer: Galen Abell <galen@galenabell.com>
|
# Maintainer: Galen Abell <galen@galenabell.com>
|
||||||
pkgname=py3-levenshtein
|
pkgname=py3-levenshtein
|
||||||
pkgver=0.25.1
|
pkgver=0.26.1
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Python extension for computing string edit distances and similarities"
|
pkgdesc="Python extension for computing string edit distances and similarities"
|
||||||
url="https://github.com/maxbachmann/Levenshtein"
|
url="https://github.com/maxbachmann/Levenshtein"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -13,6 +13,7 @@ makedepends="
|
||||||
cython
|
cython
|
||||||
py3-gpep517
|
py3-gpep517
|
||||||
py3-scikit-build
|
py3-scikit-build
|
||||||
|
py3-scikit-build-core
|
||||||
python3-dev
|
python3-dev
|
||||||
rapidfuzz
|
rapidfuzz
|
||||||
samurai
|
samurai
|
||||||
|
@ -31,15 +32,15 @@ build() {
|
||||||
check() {
|
check() {
|
||||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||||
.testenv/bin/python3 -m installer \
|
.testenv/bin/python3 -m installer \
|
||||||
.dist/Levenshtein*.whl
|
.dist/levenshtein*.whl
|
||||||
.testenv/bin/python3 -m pytest
|
.testenv/bin/python3 -m pytest
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
python3 -m installer -d "$pkgdir" \
|
python3 -m installer -d "$pkgdir" \
|
||||||
.dist/Levenshtein*.whl
|
.dist/levenshtein*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
936dab36b15df6f2ee5425efb1fdb1490fb8f618ba453f464a6dd615bcc427e55ceee7474f06b34392871d9f38470b853602a11d8f9776eee66ec34156511ca4 py3-levenshtein-0.25.1.tar.gz
|
589b1f404108f488caf880063f20ee9c6a2033b0a2cd819352bf15e285ea8537c1dc8117de70679f720fd3da47546f7e0e5c620e4da8cf09bf8df9b119e6abc9 py3-levenshtein-0.26.1.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue