Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-textdistance
Commits: 13fb3779 by Jelle van der Waa at 2024-11-20T20:48:37+01:00 Drop abydos dependency Removed upstream in https://github.com/life4/textdistance/commit/518197a08cb55c04386d677c07eb614dc1885de8 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-textdistance pkgdesc = Compute distance between sequences pkgver = 4.6.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/life4/textdistance arch = any license = MIT @@ -15,7 +15,6 @@ pkgbase = python-textdistance makedepends = python-installer makedepends = python-setuptools makedepends = python-wheel - depends = python-abydos depends = python-jellyfish depends = python-numpy depends = python-levenshtein ===================================== PKGBUILD ===================================== @@ -3,13 +3,12 @@ _pkg=textdistance pkgname=python-${_pkg} pkgver=4.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="Compute distance between sequences" arch=(any) url="https://github.com/life4/textdistance" license=(MIT) depends=( - python-abydos python-jellyfish python-numpy python-levenshtein View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textdistance/-/commit/13fb37797e37e356782d77881cc21e6913776f4c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textdistance/-/commit/13fb37797e37e356782d77881cc21e6913776f4c You're receiving this email because of your account on gitlab.archlinux.org.
