diff --git a/python/python-vistir/.SRCINFO b/python/python-vistir/.SRCINFO new file mode 100644 index 0000000000..1059cffcc9 --- /dev/null +++ b/python/python-vistir/.SRCINFO @@ -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 diff --git a/python/python-vistir/.nvchecker.toml b/python/python-vistir/.nvchecker.toml new file mode 100644 index 0000000000..7089542408 --- /dev/null +++ b/python/python-vistir/.nvchecker.toml @@ -0,0 +1,4 @@ +[python-vistir] +source = "git" +git = "https://github.com/sarugaku/vistir.git" +prefix = "v" diff --git a/python/python-vistir/PKGBUILD b/python/python-vistir/PKGBUILD index 101bdafb6b..8f392fa9fc 100644 --- a/python/python-vistir/PKGBUILD +++ b/python/python-vistir/PKGBUILD @@ -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')