[arch-commits] Commit in python-json5/trunk (PKGBUILD)

2022-09-01 Thread Antonio Rojas via arch-commits
Date: Thursday, September 1, 2022 @ 21:03:36
  Author: arojas
Revision: 1290475

upgpkg: python-json5 0.9.10-1: Update to 0.9.10

Modified:
  python-json5/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:03:20 UTC (rev 1290474)
+++ PKGBUILD2022-09-01 21:03:36 UTC (rev 1290475)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc='A Python implementation of the JSON5 data format'
 arch=(any)
@@ -10,7 +10,7 @@
 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')
+sha256sums=('e3f9fcc0b9e29331841b1c429eebdf1605fe32ee998a59825dd36ae6f4b97180')
 
 build() {
   cd pyjson5-$pkgver



[arch-commits] Commit in python-json5/trunk (PKGBUILD)

2022-08-02 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 2, 2022 @ 21:37:41
  Author: arojas
Revision: 1259931

upgpkg: python-json5 0.9.9-1: Update to 0.9.9

Modified:
  python-json5/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-02 21:36:21 UTC (rev 1259930)
+++ PKGBUILD2022-08-02 21:37:41 UTC (rev 1259931)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc='A Python implementation of the JSON5 data format'
 arch=(any)
@@ -10,7 +10,7 @@
 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=('2818dd37e39d61e6bb9f36d62be51ac33fc2c365b91ae0c4bf186f529e8af418')
+sha256sums=('12b0f36e755b2cabea5ccb89a7939e3cd7cf45812213494eb8dede9942ebee43')
 
 build() {
   cd pyjson5-$pkgver



[arch-commits] Commit in python-json5/trunk (PKGBUILD)

2022-05-09 Thread Antonio Rojas via arch-commits
Date: Monday, May 9, 2022 @ 06:58:03
  Author: arojas
Revision: 1196324

Update to 0.9.8

Modified:
  python-json5/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-09 06:54:24 UTC (rev 1196323)
+++ PKGBUILD2022-05-09 06:58:03 UTC (rev 1196324)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc='A Python implementation of the JSON5 data format'
 arch=(any)
@@ -10,7 +10,7 @@
 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=('22f95577eed978a4c7833173e17b9d79e08443ac16b604fd1301e07e10fdf779')
+sha256sums=('2818dd37e39d61e6bb9f36d62be51ac33fc2c365b91ae0c4bf186f529e8af418')
 
 build() {
   cd pyjson5-$pkgver



[arch-commits] Commit in python-json5/trunk (PKGBUILD)

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 08:02:45
  Author: arojas
Revision: 1196130

Update to 0.9.7, PEP517

Modified:
  python-json5/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 07:06:57 UTC (rev 1196129)
+++ PKGBUILD2022-05-07 08:02:45 UTC (rev 1196130)
@@ -1,25 +1,23 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.6
-pkgrel=3
+pkgver=0.9.7
+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-setuptools)
+makedepends=(python-build python-installer python-setuptools python-wheel)
 
source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c')
+sha256sums=('22f95577eed978a4c7833173e17b9d79e08443ac16b604fd1301e07e10fdf779')
 
 build() {
   cd pyjson5-$pkgver
-  
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 package() {
   cd pyjson5-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



[arch-commits] Commit in python-json5/trunk (PKGBUILD)

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:49:39
  Author: felixonmars
Revision: 1061223

upgpkg: python-json5 0.9.6-3: Python 3.10 rebuild

Modified:
  python-json5/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:49:36 UTC (rev 1061222)
+++ PKGBUILD2021-12-01 21:49:39 UTC (rev 1061223)
@@ -2,7 +2,7 @@
 
 pkgname=python-json5
 pkgver=0.9.6
-pkgrel=2
+pkgrel=3
 pkgdesc='A Python implementation of the JSON5 data format'
 arch=(any)
 url='https://pypi.org/project/json5/'



[arch-commits] Commit in python-json5/trunk (PKGBUILD)

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 20:22:32
  Author: foutrelis
Revision: 1058139

upgpkg: python-json5 0.9.6-2: Python 3.10 rebuild

Modified:
  python-json5/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 20:22:29 UTC (rev 1058138)
+++ PKGBUILD2021-11-30 20:22:32 UTC (rev 1058139)
@@ -2,7 +2,7 @@
 
 pkgname=python-json5
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python implementation of the JSON5 data format'
 arch=(any)
 url='https://pypi.org/project/json5/'



[arch-commits] Commit in python-json5/trunk (PKGBUILD)

2021-06-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 22, 2021 @ 06:59:39
  Author: arojas
Revision: 966807

Update to 0.9.6

Modified:
  python-json5/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-22 06:41:10 UTC (rev 966806)
+++ PKGBUILD2021-06-22 06:59:39 UTC (rev 966807)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=python-json5
-pkgver=0.9.5
-pkgrel=3
-pkgdesc="A Python implementation of the JSON5 data format"
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='A Python implementation of the JSON5 data format'
 arch=(any)
-url="https://pypi.org/project/json5/;
+url='https://pypi.org/project/json5/'
 license=(MPL GPL LGPL)
 depends=(python)
 makedepends=(python-setuptools)
-source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz;)
-sha256sums=('4631b8a6c61704b7942fe9d16a1e95f2b26a2bdcc38a1fdc3b5c984f2e861045')
+source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c')
 
 build() {
   cd pyjson5-$pkgver