[arch-commits] Commit in python-json5/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Mar 2 20:52:11 UTC 2020
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
===================================================================
--- PKGBUILD 2020-03-02 20:52:10 UTC (rev 589051)
+++ PKGBUILD 2020-03-02 20:52:11 UTC (rev 589052)
@@ -1,26 +0,0 @@
-# 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
-}
Copied: python-json5/repos/community-any/PKGBUILD (from rev 589049, python-json5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-02 20:52:11 UTC (rev 589052)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+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
+}
More information about the arch-commits
mailing list