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

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


    Date: Wednesday, December 1, 2021 @ 21:35:17
  Author: felixonmars
Revision: 1060845

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:35:16 UTC (rev 1060844)
+++ PKGBUILD	2021-12-01 21:35:17 UTC (rev 1060845)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor:	Batuhan Baserdem <lastname dot firstname at gmail>
-
-_name="hjson-py"
-pkgname="python-hjson"
-pkgver=3.0.2
-pkgrel=4
-pkgdesc="JSON for Humans, allows comments and is less error prone."
-arch=(any)
-url="https://github.com/laktak/hjson-py"
-license=('MIT')
-makedepends=('python-setuptools')
-depends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hjson/hjson-py/archive/v${pkgver}.tar.gz")
-md5sums=('7b345fa11d47d9df7e952f9ce20309eb')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "${_name}-${pkgver}"
-  PYTHONPATH="$PYTHONPATH:${PWD}" python hjson/tests/__init__.py
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm0644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: python-hjson/repos/community-staging-any/PKGBUILD (from rev 1060842, python-hjson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:35:17 UTC (rev 1060845)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor:	Batuhan Baserdem <lastname dot firstname at gmail>
+
+_name="hjson-py"
+pkgname="python-hjson"
+pkgver=3.0.2
+pkgrel=5
+pkgdesc="JSON for Humans, allows comments and is less error prone."
+arch=(any)
+url="https://github.com/laktak/hjson-py"
+license=('MIT')
+makedepends=('python-setuptools')
+depends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hjson/hjson-py/archive/v${pkgver}.tar.gz")
+md5sums=('7b345fa11d47d9df7e952f9ce20309eb')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "${_name}-${pkgver}"
+  PYTHONPATH="$PYTHONPATH:${PWD}" python hjson/tests/__init__.py
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm0644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



More information about the arch-commits mailing list