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

2019-06-23 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, June 23, 2019 @ 16:17:17
  Author: yan12125
Revision: 483139

archrelease: copy trunk to community-any

Added:
  python-jsondiff/repos/community-any/PKGBUILD
(from rev 483138, python-jsondiff/trunk/PKGBUILD)
Deleted:
  python-jsondiff/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 16:17:02 UTC (rev 483138)
+++ PKGBUILD2019-06-23 16:17:17 UTC (rev 483139)
@@ -1,33 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-jsondiff
-_pkgname=jsondiff
-pkgver=1.1.2
-pkgrel=4
-pkgdesc='Diff JSON and JSON-like structures in Python'
-arch=(any)
-url='https://github.com/ZoomerAnalytics/jsondiff'
-license=(MIT)
-depends=(python)
-checkdepends=(python-nose python-nose-random)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ZoomerAnalytics/jsondiff/archive/$pkgver.tar.gz";)
-sha256sums=('8e5edaa604c4a96d9ffe7fea6f39ec91bdddaee78fae7c6ff91cbb8e105b70c1')
-
-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
-  rm -r "$pkgdir"/usr/bin
-}

Copied: python-jsondiff/repos/community-any/PKGBUILD (from rev 483138, 
python-jsondiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 16:17:17 UTC (rev 483139)
@@ -0,0 +1,33 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-jsondiff
+_pkgname=jsondiff
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Diff JSON and JSON-like structures in Python'
+arch=(any)
+url='https://github.com/xlwings/jsondiff'
+license=(MIT)
+depends=(python python-setuptools)
+checkdepends=(python-nose python-nose-random)
+source=("https://github.com/xlwings/jsondiff/archive/v$pkgver/jsondiff-v$pkgver.tar.gz";)
+sha256sums=('445b2d519c006e0ba10e1a71f596b7cb3f5d3c62849f3b9a6780b5e9653da92f')
+
+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
+}


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

2019-03-01 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, March 1, 2019 @ 08:58:59
  Author: yan12125
Revision: 437166

archrelease: copy trunk to community-any

Added:
  python-jsondiff/repos/community-any/PKGBUILD
(from rev 437165, python-jsondiff/trunk/PKGBUILD)
Deleted:
  python-jsondiff/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-01 08:58:42 UTC (rev 437165)
+++ PKGBUILD2019-03-01 08:58:59 UTC (rev 437166)
@@ -1,33 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-jsondiff
-_pkgname=jsondiff
-pkgver=1.1.2
-pkgrel=3
-pkgdesc='Diff JSON and JSON-like structures in Python'
-arch=(any)
-url='https://github.com/ZoomerAnalytics/jsondiff'
-license=(MIT)
-depends=(python-setuptools)
-checkdepends=(python-nose python-nose-random)
-# Both installs /usr/bin/jsondiff
-conflicts=(python-jsonpatch)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ZoomerAnalytics/jsondiff/archive/$pkgver.tar.gz";)
-sha256sums=('8e5edaa604c4a96d9ffe7fea6f39ec91bdddaee78fae7c6ff91cbb8e105b70c1')
-
-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
-}

Copied: python-jsondiff/repos/community-any/PKGBUILD (from rev 437165, 
python-jsondiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-01 08:58:59 UTC (rev 437166)
@@ -0,0 +1,33 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-jsondiff
+_pkgname=jsondiff
+pkgver=1.1.2
+pkgrel=4
+pkgdesc='Diff JSON and JSON-like structures in Python'
+arch=(any)
+url='https://github.com/ZoomerAnalytics/jsondiff'
+license=(MIT)
+depends=(python)
+checkdepends=(python-nose python-nose-random)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ZoomerAnalytics/jsondiff/archive/$pkgver.tar.gz";)
+sha256sums=('8e5edaa604c4a96d9ffe7fea6f39ec91bdddaee78fae7c6ff91cbb8e105b70c1')
+
+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
+  rm -r "$pkgdir"/usr/bin
+}


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

2018-11-26 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 26, 2018 @ 23:22:20
  Author: yan12125
Revision: 409903

archrelease: copy trunk to community-any

Added:
  python-jsondiff/repos/community-any/PKGBUILD
(from rev 409902, python-jsondiff/trunk/PKGBUILD)
Deleted:
  python-jsondiff/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 +++--
 1 file changed, 33 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 23:22:06 UTC (rev 409902)
+++ PKGBUILD2018-11-26 23:22:20 UTC (rev 409903)
@@ -1,31 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-jsondiff
-_pkgname=jsondiff
-pkgver=1.1.2
-pkgrel=2
-pkgdesc='Diff JSON and JSON-like structures in Python'
-arch=(any)
-url='https://github.com/ZoomerAnalytics/jsondiff'
-license=(MIT)
-depends=(python-setuptools)
-checkdepends=(python-nose python-nose-random)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ZoomerAnalytics/jsondiff/archive/$pkgver.tar.gz";)
-sha256sums=('8e5edaa604c4a96d9ffe7fea6f39ec91bdddaee78fae7c6ff91cbb8e105b70c1')
-
-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
-}

Copied: python-jsondiff/repos/community-any/PKGBUILD (from rev 409902, 
python-jsondiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 23:22:20 UTC (rev 409903)
@@ -0,0 +1,33 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-jsondiff
+_pkgname=jsondiff
+pkgver=1.1.2
+pkgrel=3
+pkgdesc='Diff JSON and JSON-like structures in Python'
+arch=(any)
+url='https://github.com/ZoomerAnalytics/jsondiff'
+license=(MIT)
+depends=(python-setuptools)
+checkdepends=(python-nose python-nose-random)
+# Both installs /usr/bin/jsondiff
+conflicts=(python-jsonpatch)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ZoomerAnalytics/jsondiff/archive/$pkgver.tar.gz";)
+sha256sums=('8e5edaa604c4a96d9ffe7fea6f39ec91bdddaee78fae7c6ff91cbb8e105b70c1')
+
+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
+}