Date: Saturday, November 5, 2022 @ 22:01:08
Author: mtorromeo
Revision: 1342564
archrelease: copy trunk to community-x86_64
Added:
python-ujson/repos/community-x86_64/PKGBUILD
(from rev 1342563, python-ujson/trunk/PKGBUILD)
Deleted:
python-ujson/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-05 22:01:02 UTC (rev 1342563)
+++ PKGBUILD 2022-11-05 22:01:08 UTC (rev 1342564)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=python-ujson
-_pkgname=ultrajson
-pkgver=5.4.0
-pkgrel=1
-pkgdesc="Ultra fast JSON encoder and decoder for Python"
-url="https://github.com/ultrajson/ultrajson"
-arch=('x86_64')
-license=('BSD')
-depends=('python')
-makedepends=(python-setuptools-scm python-wheel python-build python-installer)
-checkdepends=('python-six' 'python-pytest')
-source=(https://github.com/ultrajson/ultrajson/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('912aa5ed031537da15b6cd6ee3b432cd2729c9cef3de948b342b3a22617c109fed7c64fd0f9231271f45e54efef088d02d9fd177aaa221d4e89ac9e7777e17ec')
-b2sums=('bd182fb5da034fa9e64d48a882ca14a23856a263af5aefe111fa3f27d4b2a139336d3ab2f4e4c25da7b3dcdf81b2d42a79deda759c27f8645c980e1f99e2face')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
- cd ${_pkgname}-${pkgver}
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd ${_pkgname}-${pkgver}
- local PYTHONVERSION="$(python -c 'import sys;
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
- PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" pytest
-}
-
-package() {
- cd ${_pkgname}-${pkgver}
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-ujson/repos/community-x86_64/PKGBUILD (from rev 1342563,
python-ujson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-05 22:01:08 UTC (rev 1342564)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=python-ujson
+_pkgname=ultrajson
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="Ultra fast JSON encoder and decoder for Python"
+url="https://github.com/ultrajson/ultrajson"
+arch=('x86_64')
+license=('BSD')
+depends=('python')
+makedepends=(python-setuptools-scm python-wheel python-build python-installer)
+checkdepends=('python-six' 'python-pytest')
+source=(https://github.com/ultrajson/ultrajson/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('bd4336010066af2811b661ef64f3c23436baa6af91ffee1c4bf657116ded9e154fc2a98b797d3048dba8038d9dda0ae9cea2303d72be6e192dc815adb8e82a81')
+b2sums=('ff632acf207999a860ca3070329b3843c941933b34694b8e634c3e01de84151de7e3cce610dd3d4529aab7638c7ed9c58db8da379701a9ca401991be2782dd71')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+ cd ${_pkgname}-${pkgver}
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd ${_pkgname}-${pkgver}
+ local PYTHONVERSION="$(python -c 'import sys;
print("{}{}".format(sys.version_info.major, sys.version_info.minor))')"
+ PYTHONPATH="build/lib.linux-${CARCH}-cpython-${PYTHONVERSION}" pytest
+}
+
+package() {
+ cd ${_pkgname}-${pkgver}
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: