[arch-commits] Commit in python-jsonpatch/repos/community-testing-any (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 26 19:41:23 UTC 2020


    Date: Thursday, November 26, 2020 @ 19:41:22
  Author: felixonmars
Revision: 763833

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-26 19:41:12 UTC (rev 763832)
+++ PKGBUILD	2020-11-26 19:41:22 UTC (rev 763833)
@@ -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.26
-pkgrel=3
-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=('1ab25c8e091cd0b772062a8c448fee4772081d8bd715489b2f7a76e4c0bdff8b26dd38b26c3037cf9bdf8780b97e62a20b6a5bdc43f43af16fdae51d1291bf52')
-
-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-testing-any/PKGBUILD (from rev 763832, python-jsonpatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-26 19:41:22 UTC (rev 763833)
@@ -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.27
+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=('297ca02d114e6b199bd516f69dca147fbe309f0a1b031046859271720645322607236f97b489c242575f7e1ad3cab0c68b1b7f11894c5af82be24013e376c0a4')
+
+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