[arch-commits] Commit in python-ijson/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 21:53:09 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:53:08
  Author: foutrelis
Revision: 1062718

archrelease: copy trunk to community-staging-x86_64

Added:
  python-ijson/repos/community-staging-x86_64/PKGBUILD
    (from rev 1062716, python-ijson/trunk/PKGBUILD)
Deleted:
  python-ijson/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 21:53:07 UTC (rev 1062717)
+++ PKGBUILD	2021-12-02 21:53:08 UTC (rev 1062718)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Grey Christoforo <first name [at] last name [dot] net>
-
-pkgname=python-ijson
-pkgver=3.1.4
-pkgrel=2
-pkgdesc="Iterative JSON parser with Pythonic interface"
-arch=(x86_64)
-url="https://github.com/ICRAR/ijson"
-license=('BSD')
-depends=('python' 'yajl')
-makedepends=('python-setuptools' 'python-pytest')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ICRAR/ijson/archive/v${pkgver}.tar.gz")
-sha256sums=('fd12968282cb60579d7ac61ba2bee4c4771101a56e75890284aa277a7ec67018')
-
-build() {
-  cd ijson-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ijson-$pkgver
-  local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
-}
-
-package(){
-  cd ijson-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.txt
-}
-
-# vim:ts=2:sw=2:et:

Copied: python-ijson/repos/community-staging-x86_64/PKGBUILD (from rev 1062716, python-ijson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 21:53:08 UTC (rev 1062718)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Grey Christoforo <first name [at] last name [dot] net>
+
+pkgname=python-ijson
+pkgver=3.1.4
+pkgrel=3
+pkgdesc="Iterative JSON parser with Pythonic interface"
+arch=(x86_64)
+url="https://github.com/ICRAR/ijson"
+license=('BSD')
+depends=('python' 'yajl')
+makedepends=('python-setuptools' 'python-pytest')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ICRAR/ijson/archive/v${pkgver}.tar.gz")
+sha256sums=('fd12968282cb60579d7ac61ba2bee4c4771101a56e75890284aa277a7ec67018')
+
+build() {
+  cd ijson-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ijson-$pkgver
+  local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
+}
+
+package(){
+  cd ijson-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.txt
+}
+
+# vim:ts=2:sw=2:et:



More information about the arch-commits mailing list