Date: Wednesday, January 18, 2023 @ 14:29:09
  Author: mtorromeo
Revision: 1386881

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-18 14:29:02 UTC (rev 1386880)
+++ PKGBUILD    2023-01-18 14:29:09 UTC (rev 1386881)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=python-ujson
-_pkgname=ultrajson
-pkgver=5.6.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=('d176c9946c25203e9af62a35d0f4bbdb38a613f8b0355a83b1e5bff3e88117a4f533cc1e567c0444f9f7aedf32d1a8589835d3b32de8d32387df9b106bcc22dd')
-b2sums=('120de986f889fc3b0217a56d78e93f4281b5a74475ba6fab0ed843306cbc34fdceccba3eaa9370c8c6916b626de552dbc926da8e7bafd3f6ac223e554e522a43')
-
-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:

Copied: python-ujson/repos/community-x86_64/PKGBUILD (from rev 1386880, 
python-ujson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-18 14:29:09 UTC (rev 1386881)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=python-ujson
+_pkgname=ultrajson
+pkgver=5.7.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=('12a330d2b005893c010c65d9a2ae8de3e15d3597671123ae2401de4ce835be0fb5e085b50bb575b7053d7c812a6a2115212f30e29ce0a8eb0ddf37cfa668ee77')
+b2sums=('4e70fe5aa9cf33d8ad4dfbd0d90928605d19d1e9baf7143c8592a5ffdd4db61310a333aac946500a8dc5702c623ddeb67c40138908b6437e2092f33787e1184c')
+
+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:

Reply via email to