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

2022-09-01 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2022-09-01 21:03:39 UTC (rev 1290476)
+++ PKGBUILD2022-09-01 21:03:44 UTC (rev 1290477)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-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)
+++ PKGBUILD2022-09-01 21:03:44 UTC (rev 1290477)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+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
+}



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

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

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-02 21:37:41 UTC (rev 1259931)
+++ PKGBUILD2022-08-02 21:37:53 UTC (rev 1259932)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.9.8
-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=('2818dd37e39d61e6bb9f36d62be51ac33fc2c365b91ae0c4bf186f529e8af418')
-
-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 1259931, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-02 21:37:53 UTC (rev 1259932)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+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
+}



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

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

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-09 06:58:03 UTC (rev 1196324)
+++ PKGBUILD2022-05-09 06:58:16 UTC (rev 1196325)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-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-build python-installer python-setuptools python-wheel)
-source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('22f95577eed978a4c7833173e17b9d79e08443ac16b604fd1301e07e10fdf779')
-
-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 1196324, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-09 06:58:16 UTC (rev 1196325)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.9.8
+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=('2818dd37e39d61e6bb9f36d62be51ac33fc2c365b91ae0c4bf186f529e8af418')
+
+build() {
+  cd pyjson5-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd pyjson5-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



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

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

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 08:02:45 UTC (rev 1196130)
+++ PKGBUILD2022-05-07 08:02:56 UTC (rev 1196131)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.9.6
-pkgrel=3
-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)
-source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c')
-
-build() {
-  cd pyjson5-$pkgver
-  
-  python setup.py build
-}
-
-package() {
-  cd pyjson5-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 1196130, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 08:02:56 UTC (rev 1196131)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+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-build python-installer python-setuptools python-wheel)
+source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('22f95577eed978a4c7833173e17b9d79e08443ac16b604fd1301e07e10fdf779')
+
+build() {
+  cd pyjson5-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd pyjson5-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



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

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

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-22 06:59:39 UTC (rev 966807)
+++ PKGBUILD2021-06-22 06:59:49 UTC (rev 966808)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.9.5
-pkgrel=3
-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)
-source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz;)
-sha256sums=('4631b8a6c61704b7942fe9d16a1e95f2b26a2bdcc38a1fdc3b5c984f2e861045')
-
-build() {
-  cd pyjson5-$pkgver
-  
-  python setup.py build
-}
-
-package() {
-  cd pyjson5-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 966807, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-22 06:59:49 UTC (rev 966808)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.9.6
+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)
+source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('eeb5e7d77b095dbfeae2e00c7df80ac8064994b33c5c36982f504c5c17c77a8c')
+
+build() {
+  cd pyjson5-$pkgver
+  
+  python setup.py build
+}
+
+package() {
+  cd pyjson5-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}