[arch-commits] Commit in python-orjson/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Aug 19 20:31:00 UTC 2021


    Date: Thursday, August 19, 2021 @ 20:31:00
  Author: dvzrv
Revision: 1003900

upgpkg: python-orjson 3.6.2-1: Upgrade to 3.6.2.

Switch to using stable rust for building the wheel.

Modified:
  python-orjson/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-19 20:27:09 UTC (rev 1003899)
+++ PKGBUILD	2021-08-19 20:31:00 UTC (rev 1003900)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and datetimes"
 arch=('x86_64')
@@ -9,24 +9,22 @@
 url="https://github.com/ijl/orjson"
 license=('Apache' 'MIT')
 depends=('python')
-makedepends=('maturin' 'python-pip' 'rustup')
+makedepends=('maturin' 'python-pip' 'rust')
 checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
 'python-pytz' 'python-xxhash')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz")
-sha512sums=('972f2236975e338bf72566fee60d3cfa314e1ff68d1b70104a89e8f62e0fd030c5c08f51357604cf4cc4321f517483b845ce5a9fce27b001f4df3ba244307786')
-b2sums=('73c9d18f781a6d3ea22e24f3094675007ddb443c9bec7653138650aafadef72f1484163d1f438262594f9674497bee3b543d7274c053d2b53476fc614cd484cf')
+sha512sums=('e543724ce2586f77d9554e9ae9657980076ad7e40054a35c5a59064d735be30d7af0caa940a9dd91bb5167e8df92e036c5c06c199d5099f7ae416cf76291d491')
+b2sums=('fd7d5efca3f60f940d9b6e0d275083d6dc7424d2e8b26fdf41b72f40ce0d877a2050c654a6df867d93c46a6bc25060174026f0844040b312df50fa502a356ec3')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  rustup override set nightly-2021-08-04
 }
 
 build() {
   cd "$pkgname-$pkgver"
-  maturin build --release \
-                --strip \
-                --manylinux
+  maturin build --no-sdist \
+                --release \
+                --strip
 }
 
 check() {



More information about the arch-commits mailing list