[arch-commits] Commit in jc/repos/community-any (PKGBUILD PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Fri Jul 8 08:54:32 UTC 2022
Date: Friday, July 8, 2022 @ 08:54:32
Author: grawlinson
Revision: 1248628
archrelease: copy trunk to community-any
Added:
jc/repos/community-any/PKGBUILD
(from rev 1248627, jc/trunk/PKGBUILD)
Deleted:
jc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-08 08:52:56 UTC (rev 1248627)
+++ PKGBUILD 2022-07-08 08:54:32 UTC (rev 1248628)
@@ -1,54 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=jc
-pkgver=1.20.1
-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-setuptools')
-_commit='7fd67fda136b99e68dba4cf56c31b042e7217870'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build(){
- cd "$pkgname"
-
- python setup.py build
-}
-
-check() {
- cd "$pkgname"
-
- python -m unittest -v
-}
-
-package() {
- cd "$pkgname"
-
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- # 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 1248627, jc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-08 08:54:32 UTC (rev 1248628)
@@ -0,0 +1,54 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=jc
+pkgver=1.20.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-setuptools')
+_commit='9b33a50bb0a034a792d1dfdbb7d2e0cdeae72c96'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build(){
+ cd "$pkgname"
+
+ python setup.py build
+}
+
+check() {
+ cd "$pkgname"
+
+ python -m unittest -v
+}
+
+package() {
+ cd "$pkgname"
+
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ # 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
+}
More information about the arch-commits
mailing list