Date: Sunday, May 7, 2023 @ 12:57:52
Author: kpcyrd
Revision: 1459308
archrelease: copy trunk to community-any
Added:
python-json-stream/repos/community-any/PKGBUILD
(from rev 1459307, 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-05-07 12:57:38 UTC (rev 1459307)
+++ PKGBUILD 2023-05-07 12:57:52 UTC (rev 1459308)
@@ -1,27 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-_pyname=json-stream
-pkgname=python-${_pyname}
-pkgver=2.2.0
-pkgrel=2
-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:
Copied: python-json-stream/repos/community-any/PKGBUILD (from rev 1459307,
python-json-stream/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-07 12:57:52 UTC (rev 1459308)
@@ -0,0 +1,27 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+_pyname=json-stream
+pkgname=python-${_pyname}
+pkgver=2.3.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=('d18e3356bbf900e71250a55377ad76bbfd552ea6eea90d2b1d89e84733b0c507cbc507747bed123682ee9a3fc3f167b2fe27be3925c6809c60a02bc236a0db87')
+
+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: