Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-py_stringmatching


Commits:
47c581ab by Antonio Rojas at 2024-03-08T21:26:44+01:00
upgpkg: 0.4.5-1: Update to 0.4.5

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = python-py_stringmatching
+       pkgdesc = Comprehensive and scalable set of string tokenizers and 
similarity measures
+       pkgver = 0.4.5
+       pkgrel = 1
+       url = https://github.com/anhaidgroup/py_stringmatching
+       arch = x86_64
+       license = BSD
+       checkdepends = python-nose
+       makedepends = python-setuptools
+       makedepends = cython
+       depends = python-numpy
+       source = 
https://files.pythonhosted.org/packages/source/p/py-stringmatching/py-stringmatching-0.4.5.tar.gz
+       sha256sums = 
d97ba1b562ad98effc946687c5dab074c17a515114ab0dcf502202d5cec9f2b5
+
+pkgname = python-py_stringmatching


=====================================
PKGBUILD
=====================================
@@ -1,19 +1,19 @@
 # Maintainer: Bruno Pagani <archa...@archlinux.org>
 
-_pkg=py_stringmatching
-pkgname=python-${_pkg}
-pkgver=0.4.3
-pkgrel=2
+_pkg=py-stringmatching
+pkgname=python-${_pkg/-/_}
+pkgver=0.4.5
+pkgrel=1
 pkgdesc="Comprehensive and scalable set of string tokenizers and similarity 
measures"
 arch=(x86_64)
 url="https://github.com/anhaidgroup/py_stringmatching";
 license=(BSD)
-depends=(python-numpy python-six)
+depends=(python-numpy)
 makedepends=(python-setuptools cython)
 checkdepends=(python-nose)
 
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 
#source=(https://github.com/anhaidgroup/py_stringmatching/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('921b9bb163b310df341c33823913204f7b0ca9f6a319f5b451408300bd378dee')
+sha256sums=('d97ba1b562ad98effc946687c5dab074c17a515114ab0dcf502202d5cec9f2b5')
 
 build() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py_stringmatching/-/commit/47c581abe57f92d8d4770898b0492b4036601366

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py_stringmatching/-/commit/47c581abe57f92d8d4770898b0492b4036601366
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to