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

Antonio Rojas arojas at archlinux.org
Sun Feb 9 18:38:58 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-02-09 18:38:44 UTC (rev 565521)
+++ PKGBUILD	2020-02-09 18:38:57 UTC (rev 565522)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-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)
+++ PKGBUILD	2020-02-09 18:38:57 UTC (rev 565522)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list