Date: Monday, April 10, 2023 @ 06:36:02
Author: felixonmars
Revision: 1443683
archrelease: copy trunk to community-staging-any
Added:
python-wilderness/repos/community-staging-any/PKGBUILD
(from rev 1443682, python-wilderness/trunk/PKGBUILD)
Deleted:
python-wilderness/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 06:35:54 UTC (rev 1443682)
+++ PKGBUILD 2023-04-10 06:36:02 UTC (rev 1443683)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-wilderness
-pkgver=0.1.9
-pkgrel=4
-pkgdesc="Easy multi-level command line applications with man pages"
-url="https://github.com/GjjvdBurg/wilderness"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-checkdepends=('man-db')
-source=("https://github.com/GjjvdBurg/wilderness/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2073fb3f5d6ffada132235a1c1691d6d03f6be56531c3a38f09db08b6361e91ea87b662e569d319c8dbbe69a5500cb1708c5509cd6a28f85a0dfdf4a58c30ba6')
-
-build() {
- cd wilderness-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd wilderness-$pkgver
- python -m unittest discover
-}
-
-package() {
- cd wilderness-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-wilderness/repos/community-staging-any/PKGBUILD (from rev
1443682, python-wilderness/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 06:36:02 UTC (rev 1443683)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-wilderness
+pkgver=0.1.10
+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-build' 'python-installer' 'python-setuptools'
'python-wheel')
+checkdepends=('man-db')
+source=("https://github.com/GjjvdBurg/wilderness/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('5924656e64c723e0533d24c34902006b053180e19ede92f865a9545abe1717e198f69fe7d036edcf261e29090d7ba9d9f8b50e6ba2108a2e0b6217915d736154')
+
+build() {
+ cd wilderness-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd wilderness-$pkgver
+ python -m unittest discover
+}
+
+package() {
+ cd wilderness-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}