[arch-commits] Commit in python-lupa/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Nov 1 10:58:39 UTC 2021


    Date: Monday, November 1, 2021 @ 10:58:39
  Author: arojas
Revision: 1035181

archrelease: copy trunk to community-x86_64

Added:
  python-lupa/repos/community-x86_64/PKGBUILD
    (from rev 1035180, python-lupa/trunk/PKGBUILD)
Deleted:
  python-lupa/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-01 10:58:31 UTC (rev 1035180)
+++ PKGBUILD	2021-11-01 10:58:39 UTC (rev 1035181)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=lupa
-pkgname=python-lupa
-pkgver=1.9
-pkgrel=4
-pkgdesc="Python wrapper around Lua and LuaJIT"
-arch=('x86_64')
-url="https://github.com/scoder/lupa"
-license=('MIT')
-depends=('lua53' 'python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('a3e11d806ca02cf72e490ec1974f8b96a14a1091895c9dccebe0b8d52dd82e8e')
-b2sums=('6a0acc6993fb5510c72a04b223247046a8634f62f0c1db38fd195315677d619c8e9e5857d1524f87101ac376fb0493209c22e5b8951646491e06907b6ff06664')
-
-prepare() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    # --no-bundle is not removed from argv if lua is properly detected, so the
-    # only working safety net is to rm the bundled sources
-    rm -rf third-party
-}
-
-build() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    python setup.py build --no-luajit
-}
-
-check() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    python setup.py test
-}
-
-package() {
-    cd "${srcdir}"/${_pkgname}-${pkgver}
-
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-lupa/repos/community-x86_64/PKGBUILD (from rev 1035180, python-lupa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-01 10:58:39 UTC (rev 1035181)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=lupa
+pkgname=python-lupa
+pkgver=1.10
+pkgrel=1
+pkgdesc="Python wrapper around Lua and LuaJIT"
+arch=('x86_64')
+url="https://github.com/scoder/lupa"
+license=('MIT')
+depends=('lua53' 'python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('e2511b27f381f6fdb66ef40dcc518215038197431b241935678dfc3d51178231')
+b2sums=('2620abad8d35e21425d9a5d4bf118754f759dd9dd7383459ef8196e304f7ec069c088ba09d281d4ba688eb91d80c4022f614f56813caf567087cfe4b45ac8c83')
+
+prepare() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    # --no-bundle is not removed from argv if lua is properly detected, so the
+    # only working safety net is to rm the bundled sources
+    rm -rf third-party
+}
+
+build() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py build --no-luajit
+}
+
+check() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py test
+}
+
+package() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+    install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



More information about the arch-commits mailing list