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

Felix Yan felixonmars at archlinux.org
Thu Jul 12 20:14:30 UTC 2018


    Date: Thursday, July 12, 2018 @ 20:14:28
  Author: felixonmars
Revision: 358157

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-12 20:14:02 UTC (rev 358156)
+++ PKGBUILD	2018-07-12 20:14:28 UTC (rev 358157)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-rapidjson
-pkgver=0.6.2
-pkgrel=2
-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=('a45e49d6a9b6d677c2b31a75366c2c98e4cd5321e81ff87ae2e428cd9df9a545bfdf3285f73e82c4cc3faf2b5ace79ba8f1b9d05e45558cfbadd41ddc79e5364')
-
-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-staging-x86_64/PKGBUILD (from rev 358156, python-rapidjson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-12 20:14:28 UTC (rev 358157)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-rapidjson
+pkgver=0.6.3
+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=('958871dc005ec56111d2b9deedfceac5e2d863f3baee4551c1079c733d75949f975ab312b77bd78ef2eec83d708fb056b07192d0f8a8b3e68b57fecada58be86')
+
+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