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

2020-05-26 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 27, 2020 @ 06:27:40
  Author: arojas
Revision: 635644

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-27 06:27:15 UTC (rev 635643)
+++ PKGBUILD2020-05-27 06:27:40 UTC (rev 635644)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.9.4
-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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('e5675f71cd6613adf53b629c947cf766e31d20dff696d574de294a94e55c7eae')
-
-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 635643, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-27 06:27:40 UTC (rev 635644)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.9.5
+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=($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
+}


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

2020-03-26 Thread Antonio Rojas via arch-commits
Date: Thursday, March 26, 2020 @ 23:26:41
  Author: arojas
Revision: 604921

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-26 23:26:22 UTC (rev 604920)
+++ PKGBUILD2020-03-26 23:26:41 UTC (rev 604921)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.9.3
-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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('ab8de77e43efee58c1de9251d06539c5324a64c2aca51e4afbdaff12729e6f53')
-
-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 604920, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-26 23:26:41 UTC (rev 604921)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.9.4
+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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
+sha256sums=('e5675f71cd6613adf53b629c947cf766e31d20dff696d574de294a94e55c7eae')
+
+build() {
+  cd pyjson5-$pkgver
+  
+  python setup.py build
+}
+
+package() {
+  cd pyjson5-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}


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

2020-03-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 18, 2020 @ 07:26:03
  Author: arojas
Revision: 600438

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 07:25:41 UTC (rev 600437)
+++ PKGBUILD2020-03-18 07:26:03 UTC (rev 600438)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.9.2
-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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('2c163327282d220d16b3110e608a17e47577f87eba42afdced8b5adcf5a381ae')
-
-build() {
-  cd pyjson5-$pkgver
-  
-  python setup.py build
-}
-
-package() {
-  cd pyjson5-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/tests # Don't ship tests
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 600437, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 07:26:03 UTC (rev 600438)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.9.3
+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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
+sha256sums=('ab8de77e43efee58c1de9251d06539c5324a64c2aca51e4afbdaff12729e6f53')
+
+build() {
+  cd pyjson5-$pkgver
+  
+  python setup.py build
+}
+
+package() {
+  cd pyjson5-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}


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

2020-03-02 Thread Antonio Rojas via arch-commits
Date: Monday, March 2, 2020 @ 20:52:11
  Author: arojas
Revision: 589052

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-02 20:52:10 UTC (rev 589051)
+++ PKGBUILD2020-03-02 20:52:11 UTC (rev 589052)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.9.1
-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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('800060bebe3ec61b9b26bb956858c18a400e82856b06a0b9b19a76f5e6dff576')
-
-build() {
-  cd pyjson5-$pkgver
-  
-  python setup.py build
-}
-
-package() {
-  cd pyjson5-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/tests # Don't ship tests
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 589049, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-02 20:52:11 UTC (rev 589052)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.9.2
+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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
+sha256sums=('2c163327282d220d16b3110e608a17e47577f87eba42afdced8b5adcf5a381ae')
+
+build() {
+  cd pyjson5-$pkgver
+  
+  python setup.py build
+}
+
+package() {
+  cd pyjson5-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+  rm -r "$pkgdir"/usr/lib/*/site-packages/tests # Don't ship tests
+}


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

2020-02-09 Thread Antonio Rojas via arch-commits
Date: Sunday, February 9, 2020 @ 18:38:57
  Author: arojas
Revision: 565522

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 18:38:44 UTC (rev 565521)
+++ PKGBUILD2020-02-09 18:38:57 UTC (rev 565522)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.9.0
-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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('170a0cc78ebe35475397ec9d4f29beb6a304de581774506cc0562b557618e7c7')
-
-build() {
-  cd pyjson5-$pkgver
-  
-  python setup.py build
-}
-
-package() {
-  cd pyjson5-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/tests # Don't ship tests
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 565521, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 18:38:57 UTC (rev 565522)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.9.1
+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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
+sha256sums=('800060bebe3ec61b9b26bb956858c18a400e82856b06a0b9b19a76f5e6dff576')
+
+build() {
+  cd pyjson5-$pkgver
+  
+  python setup.py build
+}
+
+package() {
+  cd pyjson5-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+  rm -r "$pkgdir"/usr/lib/*/site-packages/tests # Don't ship tests
+}


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

2020-01-31 Thread Antonio Rojas via arch-commits
Date: Friday, January 31, 2020 @ 09:10:51
  Author: arojas
Revision: 560578

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-31 09:10:31 UTC (rev 560577)
+++ PKGBUILD2020-01-31 09:10:51 UTC (rev 560578)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.8.5
-pkgrel=4
-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=('b6fccabcdc609899b0eb69a1c8d790b722c054b4aae0fc4b95cc63fd9a72ceb6')
-
-build() {
-  cd pyjson5-$pkgver
-  
-  python setup.py build
-}
-
-package() {
-  cd pyjson5-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/{README.md,tests} # Don't ship tests
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 560577, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-31 09:10:51 UTC (rev 560578)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.9.0
+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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
+sha256sums=('170a0cc78ebe35475397ec9d4f29beb6a304de581774506cc0562b557618e7c7')
+
+build() {
+  cd pyjson5-$pkgver
+  
+  python setup.py build
+}
+
+package() {
+  cd pyjson5-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+  rm -r "$pkgdir"/usr/lib/*/site-packages/tests # Don't ship tests
+}


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

2019-07-25 Thread Antonio Rojas via arch-commits
Date: Thursday, July 25, 2019 @ 08:37:58
  Author: arojas
Revision: 492772

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 08:37:26 UTC (rev 492771)
+++ PKGBUILD2019-07-25 08:37:58 UTC (rev 492772)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.8.5
-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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('b6fccabcdc609899b0eb69a1c8d790b722c054b4aae0fc4b95cc63fd9a72ceb6')
-
-build() {
-  cd pyjson5-$pkgver
-  
-  python setup.py build
-}
-
-package() {
-  cd pyjson5-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/tests/ # Don't ship tests
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 492771, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-25 08:37:58 UTC (rev 492772)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.8.5
+pkgrel=2
+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=('b6fccabcdc609899b0eb69a1c8d790b722c054b4aae0fc4b95cc63fd9a72ceb6')
+
+build() {
+  cd pyjson5-$pkgver
+  
+  python setup.py build
+}
+
+package() {
+  cd pyjson5-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+  rm -r "$pkgdir"/usr/lib/*/site-packages/{README.md,tests} # Don't ship tests
+}


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

2019-07-04 Thread Antonio Rojas via arch-commits
Date: Friday, July 5, 2019 @ 06:21:40
  Author: arojas
Revision: 487466

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-05 06:21:23 UTC (rev 487465)
+++ PKGBUILD2019-07-05 06:21:40 UTC (rev 487466)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.8.4
-pkgrel=2
-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=('6dde0c13f8db8c1c6271b39adddceeada684926b5720a78ca744e25e30bd223f')
-
-build() {
-  cd pyjson5-$pkgver
-  
-  python setup.py build
-}
-
-package() {
-  cd pyjson5-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/tests/ # Don't ship tests
-}

Copied: python-json5/repos/community-any/PKGBUILD (from rev 487465, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-05 06:21:40 UTC (rev 487466)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.8.5
+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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
+sha256sums=('b6fccabcdc609899b0eb69a1c8d790b722c054b4aae0fc4b95cc63fd9a72ceb6')
+
+build() {
+  cd pyjson5-$pkgver
+  
+  python setup.py build
+}
+
+package() {
+  cd pyjson5-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+  rm -r "$pkgdir"/usr/lib/*/site-packages/tests/ # Don't ship tests
+}


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

2019-06-29 Thread Antonio Rojas via arch-commits
Date: Saturday, June 29, 2019 @ 08:31:17
  Author: arojas
Revision: 485723

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-29 08:30:18 UTC (rev 485722)
+++ PKGBUILD2019-06-29 08:31:17 UTC (rev 485723)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=python-json5
-pkgver=0.8.4
-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=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz";)
-sha256sums=('6dde0c13f8db8c1c6271b39adddceeada684926b5720a78ca744e25e30bd223f')
-
-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 485722, 
python-json5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-29 08:31:17 UTC (rev 485723)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-json5
+pkgver=0.8.4
+pkgrel=2
+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=('6dde0c13f8db8c1c6271b39adddceeada684926b5720a78ca744e25e30bd223f')
+
+build() {
+  cd pyjson5-$pkgver
+  
+  python setup.py build
+}
+
+package() {
+  cd pyjson5-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+  rm -r "$pkgdir"/usr/lib/*/site-packages/tests/ # Don't ship tests
+}