[arch-commits] Commit in python-rapidjson/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 12 10:37:57 UTC 2019


    Date: Wednesday, June 12, 2019 @ 10:37:56
  Author: felixonmars
Revision: 480650

archrelease: copy trunk to community-x86_64

Added:
  python-rapidjson/repos/community-x86_64/PKGBUILD
    (from rev 480649, python-rapidjson/trunk/PKGBUILD)
Deleted:
  python-rapidjson/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-12 10:37:45 UTC (rev 480649)
+++ PKGBUILD	2019-06-12 10:37:56 UTC (rev 480650)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-rapidjson
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Python wrapper around rapidjson"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/python-rapidjson"
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'rapidjson')
-checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
-source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz")
-sha512sums=('dde9fa7af5c77f21b37808d4dd107cebeb36bd1d564e142b38cd8fa745dcd94f2452de1237930808565b92b80fea93bdb46b86107012a74ada188c5a341ec12a')
-
-prepare() {
-  #rm -r python-rapidjson-$pkgver/rapidjson
-  #sed -i 's/if not os.path.isdir/if os.path.isdir/' python-rapidjson-$pkgver/setup.py
-  # Shared rapidjson fails tests.
-
-  cp -a python-rapidjson-$pkgver{,-py2}
-}
-
-build() {
-  cd python-rapidjson-$pkgver
-  python setup.py build # --rj-include-dir=/usr/include
-}
-
-check() {
-  cd python-rapidjson-$pkgver
-  python setup.py pytest --addopts '--ignore benchmarks/'
-}
-
-package() {
-  cd python-rapidjson-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-rapidjson/repos/community-x86_64/PKGBUILD (from rev 480649, python-rapidjson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-12 10:37:56 UTC (rev 480650)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-rapidjson
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Python wrapper around rapidjson"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/python-rapidjson"
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'rapidjson')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
+source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz")
+sha512sums=('ab7a6e491ae7ff486f9c82e2d0e7444934e26e61ced97cea15b2d379cc286a2fec3668dfc1b81b3b7d132c660805aedc17cdcd5ee09413cb32cb8fa3b4c66dff')
+
+prepare() {
+  #rm -r python-rapidjson-$pkgver/rapidjson
+  #sed -i 's/if not os.path.isdir/if os.path.isdir/' python-rapidjson-$pkgver/setup.py
+  # Shared rapidjson fails tests.
+
+  cp -a python-rapidjson-$pkgver{,-py2}
+}
+
+build() {
+  cd python-rapidjson-$pkgver
+  python setup.py build # --rj-include-dir=/usr/include
+}
+
+check() {
+  cd python-rapidjson-$pkgver
+  python setup.py pytest --addopts '--ignore benchmarks/'
+}
+
+package() {
+  cd python-rapidjson-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list