Date: Tuesday, November 1, 2022 @ 19:41:52
  Author: arojas
Revision: 1340287

archrelease: copy trunk to community-any

Added:
  python-textdistance/repos/community-any/PKGBUILD
    (from rev 1340286, python-textdistance/trunk/PKGBUILD)
Deleted:
  python-textdistance/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-01 19:41:44 UTC (rev 1340286)
+++ PKGBUILD    2022-11-01 19:41:52 UTC (rev 1340287)
@@ -1,47 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=textdistance
-pkgname=python-${_pkg}
-pkgver=4.2.2
-pkgrel=1
-pkgdesc="Compute distance between sequences"
-arch=(any)
-url="https://github.com/life4/textdistance";
-license=(MIT)
-depends=(
-    python-abydos
-    python-jellyfish
-    python-numpy
-    python-levenshtein
-    python-pyxdameraulevenshtein
-)
-makedepends=(python-setuptools)
-checkdepends=(
-    python-pytest
-    python-hypothesis
-    python-isort
-    python-pylev
-    python-py_stringmatching
-    python-tabulate
-)
-# PyPi tarballs do not have the tests
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('f123ee4f9ec760609b528997bc9055e1333dc5f34de7b22ddf1af5d7aa8613c7')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  # Failing tests, reported by email
-  pytest --deselect tests/test_external.py
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-textdistance/repos/community-any/PKGBUILD (from rev 1340286, 
python-textdistance/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-01 19:41:52 UTC (rev 1340287)
@@ -0,0 +1,47 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=textdistance
+pkgname=python-${_pkg}
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="Compute distance between sequences"
+arch=(any)
+url="https://github.com/life4/textdistance";
+license=(MIT)
+depends=(
+    python-abydos
+    python-jellyfish
+    python-numpy
+    python-levenshtein
+    python-pyxdameraulevenshtein
+)
+makedepends=(python-setuptools)
+checkdepends=(
+    python-pytest
+    python-hypothesis
+    python-isort
+    python-pylev
+    python-py_stringmatching
+    python-tabulate
+)
+# PyPi tarballs do not have the tests
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('847138105603af8f7b711498ce215d36f016512e37351b071b8867a46b3906e7')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  # Failing tests, reported by email
+  pytest --deselect tests/test_external.py
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Reply via email to