* update python-vistir to 0.8.0-5

This commit is contained in:
Alexander Baldeck 2024-12-04 17:25:56 +01:00
parent 5f73ff63b5
commit 9c4690c48a
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,20 @@
pkgbase = python-vistir
pkgdesc = Miscellaneous utilities for dealing with filesystems, paths, projects, subprocesses, and more
pkgver = 0.8.0
pkgrel = 5
url = https://github.com/sarugaku/vistir
arch = any
license = ISC
checkdepends = python-pytest
checkdepends = python-hypothesis-fspaths
checkdepends = python-pytest-timeout
checkdepends = python-requests
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
depends = python-colorama
source = python-vistir-0.8.0.tar.gz::https://github.com/sarugaku/vistir/archive/v0.8.0.tar.gz
sha512sums = e417b4e43b71679c4e74ccca2156ff2bdff5180479f8af22a70a359e0e864ba80c0cb2e7bae1a1766280c84b8c02f06be79ae090a3ae8883cc73891bd3f77b44
pkgname = python-vistir

View File

@ -0,0 +1,4 @@
[python-vistir]
source = "git"
git = "https://github.com/sarugaku/vistir.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=python-vistir
pkgver=0.8.0
pkgrel=4
pkgrel=5
pkgdesc="Miscellaneous utilities for dealing with filesystems, paths, projects, subprocesses, and more"
url="https://github.com/sarugaku/vistir"
license=('ISC')