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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 25 10:03:22 UTC 2022


    Date: Thursday, August 25, 2022 @ 10:03:22
  Author: felixonmars
Revision: 1278284

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-25 10:03:06 UTC (rev 1278283)
+++ PKGBUILD	2022-08-25 10:03:22 UTC (rev 1278284)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-wilderness
-pkgver=0.1.7
-pkgrel=1
-pkgdesc="Easy multi-level command line applications with man pages"
-url="https://github.com/GjjvdBurg/wilderness"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/GjjvdBurg/wilderness/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('21e04bc2025d8c0d7f0cdcce99046f67d9949863457831a684bf2fd6bef26d566792b9c233cd2deba314738721409bb83ac8052cc842aedf56c8c8d4b532b724')
-
-build() {
-  cd wilderness-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd wilderness-$pkgver
-  # https://github.com/GjjvdBurg/wilderness/issues/5
-  python -m unittest discover || echo "Tests failed"
-}
-
-package() {
-  cd wilderness-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-wilderness/repos/community-any/PKGBUILD (from rev 1278283, python-wilderness/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-25 10:03:22 UTC (rev 1278284)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-wilderness
+pkgver=0.1.7
+pkgrel=2
+pkgdesc="Easy multi-level command line applications with man pages"
+url="https://github.com/GjjvdBurg/wilderness"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('man-db')
+source=("https://github.com/GjjvdBurg/wilderness/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('21e04bc2025d8c0d7f0cdcce99046f67d9949863457831a684bf2fd6bef26d566792b9c233cd2deba314738721409bb83ac8052cc842aedf56c8c8d4b532b724')
+
+build() {
+  cd wilderness-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd wilderness-$pkgver
+  python -m unittest discover
+}
+
+package() {
+  cd wilderness-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list