Date: Wednesday, November 16, 2022 @ 20:05:18
Author: felixonmars
Revision: 1349252
archrelease: copy trunk to community-any
Added:
python-vistir/repos/community-any/PKGBUILD
(from rev 1349251, python-vistir/trunk/PKGBUILD)
Deleted:
python-vistir/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-16 20:05:10 UTC (rev 1349251)
+++ PKGBUILD 2022-11-16 20:05:18 UTC (rev 1349252)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-vistir
-pkgver=0.7.3
-pkgrel=1
-pkgdesc="Miscellaneous utilities for dealing with filesystems, paths,
projects, subprocesses, and more"
-url="https://github.com/sarugaku/vistir"
-license=('BSD')
-arch=('any')
-depends=('python-colorama')
-makedepends=('python-setuptools' 'python-wheel')
-checkdepends=('python-pytest' 'python-hypothesis-fspaths'
'python-pytest-timeout' 'python-requests'
- 'python-yaspin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/vistir/archive/v$pkgver.tar.gz")
-sha512sums=('8de2f3ef1ac00d63c7b3a01d6c1c79d20bd7a76ac9e26703b1cbcea501a4452111fab190c0dff9fdd7b678b2083e42bc148f633ee9a39acf7ad8c5d5336d0976')
-
-build() {
- cd vistir-$pkgver
- python setup.py build
-}
-
-check() {
- cd vistir-$pkgver
- PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
- cd vistir-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-vistir/repos/community-any/PKGBUILD (from rev 1349251,
python-vistir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-16 20:05:18 UTC (rev 1349252)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-vistir
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Miscellaneous utilities for dealing with filesystems, paths,
projects, subprocesses, and more"
+url="https://github.com/sarugaku/vistir"
+license=('BSD')
+arch=('any')
+depends=('python-colorama')
+makedepends=('python-setuptools' 'python-wheel')
+checkdepends=('python-pytest' 'python-hypothesis-fspaths'
'python-pytest-timeout' 'python-requests'
+ 'python-yaspin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/vistir/archive/v$pkgver.tar.gz")
+sha512sums=('89a98106999df839a0a06a4847bb940f3f4afeefe2105403892a1f5cab7cfe1223d4a7d7e75c9a3db266b51cabbf9f8cdc409d60e8c45384a79c2ef29d32fa79')
+
+build() {
+ cd vistir-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd vistir-$pkgver
+ PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+ cd vistir-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}