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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 17:54:12 UTC 2021


    Date: Tuesday, April 20, 2021 @ 17:54:11
  Author: felixonmars
Revision: 920171

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 17:53:57 UTC (rev 920170)
+++ PKGBUILD	2021-04-20 17:54:11 UTC (rev 920171)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgname=python-jsonpatch
-pkgver=1.28
-pkgrel=1
-pkgdesc="An implementation of the JSON Patch format"
-arch=("any")
-url="https://github.com/stefankoegl/python-json-patch"
-license=("BSD")
-depends=("python-jsonpointer")
-makedepends=("python-setuptools" "python-pypandoc")
-checkdepends=('python-coverage')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz")
-sha512sums=('2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28')
-
-build() {
-  cd python-json-patch-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-json-patch-$pkgver
-  coverage run --source=jsonpatch tests.py
-}
-
-package_python-jsonpatch() {
-  cd python-json-patch-$pkgver
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-  python setup.py install --prefix=/usr --root="$pkgdir"
-}

Copied: python-jsonpatch/repos/community-any/PKGBUILD (from rev 920170, python-jsonpatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-20 17:54:11 UTC (rev 920171)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+pkgname=python-jsonpatch
+pkgver=1.29
+pkgrel=1
+pkgdesc="An implementation of the JSON Patch format"
+arch=("any")
+url="https://github.com/stefankoegl/python-json-patch"
+license=("BSD")
+depends=("python-jsonpointer")
+makedepends=("python-setuptools" "python-pypandoc")
+checkdepends=('python-coverage')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz")
+sha512sums=('eea5f38797c74d420c2eaf0bd1145d3ecf1ef595b1fe0f9816a031023fd98cd34013e12ed8ef3636715b2761a692303abee5ec814b44d4d9b9c0363a5b736979')
+
+build() {
+  cd python-json-patch-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-json-patch-$pkgver
+  coverage run --source=jsonpatch tests.py
+}
+
+package_python-jsonpatch() {
+  cd python-json-patch-$pkgver
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  python setup.py install --prefix=/usr --root="$pkgdir"
+}



More information about the arch-commits mailing list