Date: Tuesday, October 11, 2022 @ 20:47:04
Author: felixonmars
Revision: 1327729
archrelease: copy trunk to community-any
Added:
python-vistir/repos/community-any/PKGBUILD
(from rev 1327728, python-vistir/trunk/PKGBUILD)
Deleted:
python-vistir/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-11 20:46:53 UTC (rev 1327728)
+++ PKGBUILD 2022-10-11 20:47:04 UTC (rev 1327729)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-vistir
-pkgver=0.6.1
-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=('96d8b3106f266ef7110fb6af38b2acfe863b06e8792626ac420eed5119b0e916f1907bebfccae291a57a8bfe16a69a0159f59b484b90a60886eca2f7db3143c7')
-
-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 1327728,
python-vistir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-11 20:47:04 UTC (rev 1327729)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-vistir
+pkgver=0.7.0
+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=('c632dd6095a2b6578768ae2fa513b6632488fdd8d7987598c3982bfb97e83e71ca739b419d87d72cb176f166b373d23e1c9faba9ed0065420a67ef5be6e33446')
+
+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/
+}