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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:49:49 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:49:49
  Author: felixonmars
Revision: 1061227

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:49:46 UTC (rev 1061226)
+++ PKGBUILD	2021-12-01 21:49:49 UTC (rev 1061227)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-json5
-pkgver=0.9.6
-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=(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-staging-any/PKGBUILD (from rev 1061225, python-json5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:49:49 UTC (rev 1061227)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list