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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Jul 5 19:57:00 UTC 2022


    Date: Tuesday, July 5, 2022 @ 19:56:59
  Author: alerque
Revision: 1245420

archrelease: copy trunk to community-any

Added:
  yq/repos/community-any/PKGBUILD
    (from rev 1245419, yq/trunk/PKGBUILD)
Deleted:
  yq/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-05 19:56:52 UTC (rev 1245419)
+++ PKGBUILD	2022-07-05 19:56:59 UTC (rev 1245420)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Daurnimator <daurnimator at archlinux.org>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=yq
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents"
-arch=('any')
-url="https://github.com/kislyuk/yq"
-license=('Apache')
-depends=('jq'
-         'python-argcomplete'
-         'python-toml'
-         'python-xmltodict'
-         'python-yaml')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-conflicts=('go-yq')
-source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('a5e61078facd7ee4222f4346b5b50c4e9cea5e9d3330f074b5ea2c203bf639b1')
-b2sums=('6bc5f5a800a26d735d07bf871783ba13baba609fc01d514cb350d7412b7a33567a05d1690e8e35ce7361308a97aea4209c55e6192d1bd1660457f94af3559a43')
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python test/test.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer -d "$pkgdir" dist/*.whl
-}

Copied: yq/repos/community-any/PKGBUILD (from rev 1245419, yq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-05 19:56:59 UTC (rev 1245420)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=yq
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents"
+arch=('any')
+url="https://github.com/kislyuk/yq"
+license=('Apache')
+depends=('jq'
+         'python-argcomplete'
+         'python-toml'
+         'python-xmltodict'
+         'python-yaml')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
+conflicts=('go-yq')
+source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('e47ff2479a3746f90bdbb77f84e3ebdb789ce46a092b1c261ae5b1f5f914f8e8')
+b2sums=('146fe302064db21ae3d93224875bb49a49a3392e4be3acb9265c6bac98b754f5e75910e03b9ce0c3f5eaa19dbf959144d9443f24ecb5ecec9382cd85d7d03e8f')
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python test/test.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer -d "$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list