[arch-commits] Commit in python-jsonpatch/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 12:09:38 UTC 2021
Date: Thursday, December 2, 2021 @ 12:09:38
Author: felixonmars
Revision: 1061893
archrelease: copy trunk to community-staging-any
Added:
python-jsonpatch/repos/community-staging-any/PKGBUILD
(from rev 1061892, python-jsonpatch/trunk/PKGBUILD)
Deleted:
python-jsonpatch/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 12:09:30 UTC (rev 1061892)
+++ PKGBUILD 2021-12-02 12:09:38 UTC (rev 1061893)
@@ -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.32
-pkgrel=2
-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=('4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d')
-
-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-staging-any/PKGBUILD (from rev 1061892, python-jsonpatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 12:09:38 UTC (rev 1061893)
@@ -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.32
+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=('4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d')
+
+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