[arch-commits] Commit in python-lark-parser/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 3 21:51:10 UTC 2019


    Date: Thursday, October 3, 2019 @ 21:51:10
  Author: felixonmars
Revision: 512575

archrelease: copy trunk to community-any

Added:
  python-lark-parser/repos/community-any/PKGBUILD
    (from rev 512574, python-lark-parser/trunk/PKGBUILD)
Deleted:
  python-lark-parser/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-03 21:51:07 UTC (rev 512574)
+++ PKGBUILD	2019-10-03 21:51:10 UTC (rev 512575)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-lark-parser
-pkgname=(python-lark-parser python2-lark-parser)
-pkgver=0.7.5
-_nearley_commit=a46b37471db486db0f6e1ce6a2934fb238346b44
-pkgrel=1
-pkgdesc="A modern parsing library"
-url="https://github.com/lark-parser/lark"
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-js2py' 'python2-js2py')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz"
-        "nearley-$_nearley_commit.tar.gz::https://github.com/kach/nearley/archive/$_nearley_commit.tar.gz")
-sha512sums=('fcca7b6910af51154b7539da609cde11966ea5103b4bd5089b3614dff8c41cc1366fcbf23074aaa27817a91d589fcac5aca77f0aefe983669fef8fc6635d6b0f'
-            'fe14909f8a1d1626f8a632e8d48bf83602923f468b7bbb819557b85ab5e384cb042241ba15525e9850f2bbd65cad12497ed0b7ff6bc86c04d78b63d0c1bb66b4')
-
-prepare() { 
-  rmdir lark-$pkgver/tests/test_nearley/nearley
-  ln -s "$srcdir"/nearley-$_nearley_commit lark-$pkgver/tests/test_nearley/nearley
-}
-
-build() {
-  cd lark-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd lark-$pkgver
-  python -m tests
-  python2 -m tests
-}
-
-package_python-lark-parser() {
-  depends=('python')
-
-  cd lark-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-lark-parser() {
-  depends=('python2')
-
-  cd lark-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-lark-parser/repos/community-any/PKGBUILD (from rev 512574, python-lark-parser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-03 21:51:10 UTC (rev 512575)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-lark-parser
+pkgname=(python-lark-parser python2-lark-parser)
+pkgver=0.7.7
+_nearley_commit=a46b37471db486db0f6e1ce6a2934fb238346b44
+pkgrel=1
+pkgdesc="A modern parsing library"
+url="https://github.com/lark-parser/lark"
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-js2py' 'python2-js2py')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz"
+        "nearley-$_nearley_commit.tar.gz::https://github.com/kach/nearley/archive/$_nearley_commit.tar.gz")
+sha512sums=('380dc98daf9bec94d3fcfe9451e4537ec2a88682472b35c924631cadfc4e497fb9a520dab16ab6bf97d350fed57e95d2dbc2a1001a52dd01d897aef8d7dc2dfe'
+            'fe14909f8a1d1626f8a632e8d48bf83602923f468b7bbb819557b85ab5e384cb042241ba15525e9850f2bbd65cad12497ed0b7ff6bc86c04d78b63d0c1bb66b4')
+
+prepare() { 
+  rmdir lark-$pkgver/tests/test_nearley/nearley
+  ln -s "$srcdir"/nearley-$_nearley_commit lark-$pkgver/tests/test_nearley/nearley
+}
+
+build() {
+  cd lark-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd lark-$pkgver
+  python -m tests
+  python2 -m tests
+}
+
+package_python-lark-parser() {
+  depends=('python')
+
+  cd lark-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-lark-parser() {
+  depends=('python2')
+
+  cd lark-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list