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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 22 02:19:46 UTC 2022


    Date: Friday, July 22, 2022 @ 02:19:45
  Author: felixonmars
Revision: 1255089

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-22 02:19:32 UTC (rev 1255088)
+++ PKGBUILD	2022-07-22 02:19:45 UTC (rev 1255089)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-funcparserlib
-pkgver=1.0.0a0
-pkgrel=1
-pkgdesc="Recursive descent parsing library based on functional combinators"
-url="https://github.com/vlasovskikh/funcparserlib"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-poetry')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vlasovskikh/funcparserlib/archive/$pkgver.tar.gz")
-sha512sums=('02cac31d76bb888118a99367811a8cfac28a999ba113ce43f4bd6211cef815ce1793fc1767637dd019728f15d5c408e859d5bc8365a2c53804092f1d6f03e54e')
-
-build() {
-  cd funcparserlib-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd funcparserlib-$pkgver
-  python -m unittest discover
-}
-
-package() {
-  cd funcparserlib-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-funcparserlib/repos/community-any/PKGBUILD (from rev 1255088, python-funcparserlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-22 02:19:45 UTC (rev 1255089)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-funcparserlib
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Recursive descent parsing library based on functional combinators"
+url="https://funcparserlib.pirx.ru"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vlasovskikh/funcparserlib/archive/$pkgver.tar.gz")
+sha512sums=('431d6b639c46dc84a0a12c8de976cb2c1369f0172a18d1eadbffba31aff12e9cfeded5ebec3ec63065384547000144d65d60003c55e2b23a1a40818d910aaef3')
+
+build() {
+  cd funcparserlib-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd funcparserlib-$pkgver
+  python -m unittest discover
+}
+
+package() {
+  cd funcparserlib-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list