Date: Thursday, May 11, 2023 @ 07:19:41
Author: grawlinson
Revision: 1459878
archrelease: copy trunk to community-any
Added:
jc/repos/community-any/PKGBUILD
(from rev 1459877, jc/trunk/PKGBUILD)
Deleted:
jc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-11 07:18:29 UTC (rev 1459877)
+++ PKGBUILD 2023-05-11 07:19:41 UTC (rev 1459878)
@@ -1,60 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Jameson Pugh <[email protected]>
-
-pkgname=jc
-pkgver=1.22.5
-pkgrel=2
-pkgdesc='Converts the output of popular command-line tools and file-types to
JSON'
-arch=('any')
-url='https://github.com/kellyjonbrazil/jc'
-license=('MIT')
-depends=(
- 'python'
- 'python-pygments'
- 'python-ruamel-yaml'
- 'python-xmltodict'
-)
-makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-wheel'
- 'python-setuptools'
-)
-_commit='b0d6a7307ca7644ba7daf37a28ca3544aa344837'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build(){
- cd "$pkgname"
-
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "$pkgname"
-
- python -m unittest -v
-}
-
-package() {
- cd "$pkgname"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- # documentation
- install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md EXAMPLES.md
- cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
-
- # man page
- install -vDm644 -t "$pkgdir/usr/share/man/man1" man/jc.1
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}
Copied: jc/repos/community-any/PKGBUILD (from rev 1459877, jc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-11 07:19:41 UTC (rev 1459878)
@@ -0,0 +1,60 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Jameson Pugh <[email protected]>
+
+pkgname=jc
+pkgver=1.23.2
+pkgrel=1
+pkgdesc='Converts the output of popular command-line tools and file-types to
JSON'
+arch=('any')
+url='https://github.com/kellyjonbrazil/jc'
+license=('MIT')
+depends=(
+ 'python'
+ 'python-pygments'
+ 'python-ruamel-yaml'
+ 'python-xmltodict'
+)
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-installer'
+ 'python-wheel'
+ 'python-setuptools'
+)
+_commit='5527d224592028e3d515cef632feb798395e982d'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build(){
+ cd "$pkgname"
+
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "$pkgname"
+
+ python -m unittest -v
+}
+
+package() {
+ cd "$pkgname"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ # documentation
+ install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md EXAMPLES.md
+ cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
+
+ # man page
+ install -vDm644 -t "$pkgdir/usr/share/man/man1" man/jc.1
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}