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

Felix Yan felixonmars at archlinux.org
Thu Apr 29 23:22:56 UTC 2021


    Date: Thursday, April 29, 2021 @ 23:22:56
  Author: felixonmars
Revision: 925302

archrelease: copy trunk to community-any

Added:
  python-jsonpatch/repos/community-any/PKGBUILD
    (from rev 925301, 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-29 23:22:41 UTC (rev 925301)
+++ PKGBUILD	2021-04-29 23:22:56 UTC (rev 925302)
@@ -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.30
-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=('190507eb6d6b4a81e7e804690672863d5070c140a47090b70df36d8180644618395ffc179dabf6ba24e44268b74f670abdfd260c54dc3251b12ef4b7ad17d093')
-
-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 925301, python-jsonpatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-29 23:22:56 UTC (rev 925302)
@@ -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.31
+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=('9f08014f311d18b97f0f0cfcc931f2615e0ba5079ff5994e9ba674e079be715c3c8de3ce1c1958235b34dcbe87dee09b103295655880273ce91652d2191704c0')
+
+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