[arch-commits] Commit in python-jsondiff/repos/community-any (PKGBUILD PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Tue Jan 25 12:55:04 UTC 2022
Date: Tuesday, January 25, 2022 @ 12:55:03
Author: yan12125
Revision: 1115497
archrelease: copy trunk to community-any
Added:
python-jsondiff/repos/community-any/PKGBUILD
(from rev 1115496, python-jsondiff/trunk/PKGBUILD)
Deleted:
python-jsondiff/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-25 12:54:48 UTC (rev 1115496)
+++ PKGBUILD 2022-01-25 12:55:03 UTC (rev 1115497)
@@ -1,34 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
-
-pkgname=python-jsondiff
-_pkgname=jsondiff
-pkgver=1.3.0
-pkgrel=3
-pkgdesc='Diff JSON and JSON-like structures in Python'
-arch=(any)
-url='https://github.com/xlwings/jsondiff'
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools)
-checkdepends=(python-nose python-nose-random)
-source=("https://github.com/xlwings/jsondiff/archive/$pkgver/jsondiff-$pkgver.tar.gz")
-sha256sums=('a899ebc34cad04561651a8b618df44004b5dbe35fadb83addd7f912faf4a43fb')
-
-build() {
- cd $_pkgname-$pkgver
- python setup.py build
-}
-
-check() {
- cd $_pkgname-$pkgver
- nosetests -v tests
-}
-
-package() {
- cd $_pkgname-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
- # FS#60911, https://github.com/xlwings/jsondiff/issues/24
- rm "$pkgdir"/usr/bin/jsondiff
-}
Copied: python-jsondiff/repos/community-any/PKGBUILD (from rev 1115496, python-jsondiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-25 12:55:03 UTC (rev 1115497)
@@ -0,0 +1,34 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
+
+pkgname=python-jsondiff
+_pkgname=jsondiff
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Diff JSON and JSON-like structures in Python'
+arch=(any)
+url='https://github.com/xlwings/jsondiff'
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-nose python-nose-random)
+source=("https://github.com/xlwings/jsondiff/archive/$pkgver/jsondiff-$pkgver.tar.gz")
+sha256sums=('4c27f0618fedfa9bbae8880cee1120be4ea6e64a30165d64b0a4cd85ed4f93bb')
+
+build() {
+ cd $_pkgname-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd $_pkgname-$pkgver
+ nosetests -v tests
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+ # FS#60911, https://github.com/xlwings/jsondiff/issues/24
+ rm "$pkgdir"/usr/bin/jsondiff
+}
More information about the arch-commits
mailing list