[arch-commits] Commit in python-json5/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 1 21:03:44 UTC 2022


    Date: Thursday, September 1, 2022 @ 21:03:44
  Author: arojas
Revision: 1290477

archrelease: copy trunk to community-any

Added:
  python-json5/repos/community-any/PKGBUILD
    (from rev 1290476, python-json5/trunk/PKGBUILD)
Deleted:
  python-json5/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-01 21:03:39 UTC (rev 1290476)
+++ PKGBUILD	2022-09-01 21:03:44 UTC (rev 1290477)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-json5
-pkgver=0.9.9
-pkgrel=1
-pkgdesc='A Python implementation of the JSON5 data format'
-arch=(any)
-url='https://pypi.org/project/json5/'
-license=(MPL GPL LGPL)
-depends=(python)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('12b0f36e755b2cabea5ccb89a7939e3cd7cf45812213494eb8dede9942ebee43')
-
-build() {
-  cd pyjson5-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd pyjson5-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 1290476, python-json5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-01 21:03:44 UTC (rev 1290477)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-json5
+pkgver=0.9.10
+pkgrel=1
+pkgdesc='A Python implementation of the JSON5 data format'
+arch=(any)
+url='https://pypi.org/project/json5/'
+license=(MPL GPL LGPL)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('e3f9fcc0b9e29331841b1c429eebdf1605fe32ee998a59825dd36ae6f4b97180')
+
+build() {
+  cd pyjson5-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd pyjson5-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list