Date: Tuesday, April 4, 2023 @ 06:49:56
  Author: alerque
Revision: 1434477

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 06:49:46 UTC (rev 1434476)
+++ PKGBUILD    2023-04-04 06:49:56 UTC (rev 1434477)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Daurnimator <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Daniel M. Capella <[email protected]>
-
-pkgname=yq
-pkgver=3.1.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=('853f342b1562ddee979038ec8ecee5405cdd9b6a7cb81ed6cdb8018c9e802633')
-b2sums=('0f8ed3d23e1c1b65fae0164f34b19ab774308ee8ec9b5c21547c5eddf930c49750cdbee858b6b48bcd92d4146715f7e4c45dd976141dc5837c788e4ae68a51bc')
-
-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 1434476, yq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-04 06:49:56 UTC (rev 1434477)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Daurnimator <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Daniel M. Capella <[email protected]>
+
+pkgname=yq
+pkgver=3.2.0
+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-tomlkit'
+         '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=('be44e0222afdc79d8aa6d8c5f5c5e4e404a278272f23ccf7f3a672fd0750bd55')
+b2sums=('fb416edeea69f6266b0bcc18eebed5fea188ea6d3d821804c9d48753246c3c2178c7284c4a33673fae6085c95b367cd7eb02168309888c1d2d346134abc845de')
+
+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
+}

Reply via email to