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

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 31 22:20:22 UTC 2022


    Date: Wednesday, August 31, 2022 @ 22:20:22
  Author: felixonmars
Revision: 1289729

archrelease: copy trunk to community-any

Added:
  python-wilderness/repos/community-any/PKGBUILD
    (from rev 1289728, 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-31 22:20:07 UTC (rev 1289728)
+++ PKGBUILD	2022-08-31 22:20:22 UTC (rev 1289729)
@@ -1,31 +0,0 @@
-# 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/
-}

Copied: python-wilderness/repos/community-any/PKGBUILD (from rev 1289728, python-wilderness/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-31 22:20:22 UTC (rev 1289729)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-wilderness
+pkgver=0.1.8
+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')
+checkdepends=('man-db')
+source=("https://github.com/GjjvdBurg/wilderness/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('811cf9dfc2948e958dc6f518cafd7d02d150b8bb5dae3c000db80e892f3679bc6c9e22210273ee02a8a6381b0359564b0b541a22f77446f0f18b6a0fa39d247c')
+
+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