Date: Monday, March 13, 2023 @ 11:25:25
  Author: kpcyrd
Revision: 1419672

archrelease: copy trunk to community-any

Added:
  python-json-stream/repos/community-any/PKGBUILD
    (from rev 1419671, python-json-stream/trunk/PKGBUILD)
Deleted:
  python-json-stream/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-13 11:25:12 UTC (rev 1419671)
+++ PKGBUILD    2023-03-13 11:25:25 UTC (rev 1419672)
@@ -1,27 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-_pyname=json-stream
-pkgname=python-${_pyname}
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Simple streaming JSON parser'
-arch=(any)
-url="https://github.com/daggaz/json-stream";
-license=('MIT')
-depends=('python')
-makedepends=(python-build python-installer python-setuptools python-wheel)
-source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz";)
-b2sums=('1e30c94a934a7c7afa08ebc9bd161ad8b1801ffa93d799c3a56fb024bcb828a01057bdcc4f3eecfe5384806ce965801032b846ef678d7081f1592e093fb4b3fc')
-
-build() {
-  cd "${_pyname}-${pkgver}"
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd "${_pyname}-${pkgver}"
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-  install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-json-stream/repos/community-any/PKGBUILD (from rev 1419671, 
python-json-stream/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-13 11:25:25 UTC (rev 1419672)
@@ -0,0 +1,27 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+_pyname=json-stream
+pkgname=python-${_pyname}
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Simple streaming JSON parser'
+arch=(any)
+url="https://github.com/daggaz/json-stream";
+license=('MIT')
+depends=('python')
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz";)
+b2sums=('ce3687b99a6993bbd282005ade31da644058559be70b4dae77f3989f256898059ad6edaf49b8e8c6b22981fd1f31fa70253815111b8cbb03d197da3638a181bb')
+
+build() {
+  cd "${_pyname}-${pkgver}"
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "${_pyname}-${pkgver}"
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to