Date: Sunday, April 25, 2021 @ 14:57:58 Author: felixonmars Revision: 924225
archrelease: copy trunk to community-any Added: python-jsonpatch/repos/community-any/PKGBUILD (from rev 924224, 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-25 14:57:38 UTC (rev 924224) +++ PKGBUILD 2021-04-25 14:57:58 UTC (rev 924225) @@ -1,33 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> -# Contributor: Limao Luo <luolimao+...@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" -} Copied: python-jsonpatch/repos/community-any/PKGBUILD (from rev 924224, python-jsonpatch/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-04-25 14:57:58 UTC (rev 924225) @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> +# Contributor: Limao Luo <luolimao+...@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" +}