[arch-commits] Commit in python-pylev/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:31:58 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:31:57
  Author: foutrelis
Revision: 750071

archrelease: copy trunk to community-staging-any

Added:
  python-pylev/repos/community-staging-any/PKGBUILD
    (from rev 750070, python-pylev/trunk/PKGBUILD)
Deleted:
  python-pylev/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:31:54 UTC (rev 750070)
+++ PKGBUILD	2020-11-11 10:31:57 UTC (rev 750071)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=pylev
-pkgname=python-pylev
-pkgver=1.3.0
-# PyPI does not have testsuite, Github does not have version tags
-_commit=72e3d490515c3188e2acac9c15ea1b466f9ff938
-pkgrel=5
-pkgdesc="A pure Python Levenshtein implementation that's not freaking GPL'd"
-arch=('any')
-url="https://github.com/toastdriven/${_pkgname}"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${_pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz")
-sha256sums=('f05a9f4eb31355f0536c323df6855a033fd88f4c92bcf23a1802fea4f379aeeb')
-b2sums=('03793e831c8034e31638d9c469fd386d3acac1dae75f2ef2a0af5c38ee5f11e6a7a20d423078cc42c647edec258db79486c01179e4284d93e64cca0bf99badca')
-
-build(){
-    cd "${srcdir}"/${_pkgname}-${_commit}
-
-    python setup.py build
-}
-
-check() {
-    cd "${srcdir}"/${_pkgname}-${_commit}
-
-    python -m unittest tests
-}
-
-package() {
-    cd "${srcdir}"/${_pkgname}-${_commit}
-
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pylev/repos/community-staging-any/PKGBUILD (from rev 750070, python-pylev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:31:57 UTC (rev 750071)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=pylev
+pkgname=python-pylev
+pkgver=1.3.0
+# PyPI does not have testsuite, Github does not have version tags
+_commit=72e3d490515c3188e2acac9c15ea1b466f9ff938
+pkgrel=6
+pkgdesc="A pure Python Levenshtein implementation that's not freaking GPL'd"
+arch=('any')
+url="https://github.com/toastdriven/${_pkgname}"
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${_pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz")
+sha256sums=('f05a9f4eb31355f0536c323df6855a033fd88f4c92bcf23a1802fea4f379aeeb')
+b2sums=('03793e831c8034e31638d9c469fd386d3acac1dae75f2ef2a0af5c38ee5f11e6a7a20d423078cc42c647edec258db79486c01179e4284d93e64cca0bf99badca')
+
+build(){
+    cd "${srcdir}"/${_pkgname}-${_commit}
+
+    python setup.py build
+}
+
+check() {
+    cd "${srcdir}"/${_pkgname}-${_commit}
+
+    python -m unittest tests
+}
+
+package() {
+    cd "${srcdir}"/${_pkgname}-${_commit}
+
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list