[arch-commits] Commit in python-rapidjson/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 11 22:02:37 UTC 2019
Date: Saturday, May 11, 2019 @ 22:02:37
Author: felixonmars
Revision: 465657
archrelease: copy trunk to community-x86_64
Added:
python-rapidjson/repos/community-x86_64/PKGBUILD
(from rev 465656, 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-05-11 22:02:25 UTC (rev 465656)
+++ PKGBUILD 2019-05-11 22:02:37 UTC (rev 465657)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-rapidjson
-pkgver=0.7.0
-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=('3e227781851749861040ae885c76b33b057f87b4b9a7788610c65c94be63924b80df10ce9f400e58b935dcfda9ffcfd6b8f02cf779601d70a93d67329bbab423')
-
-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 465656, python-rapidjson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-11 22:02:37 UTC (rev 465657)
@@ -0,0 +1,38 @@
+# 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"
+}
More information about the arch-commits
mailing list