* update python-hatch-vcs to 0.4.0-4
This commit is contained in:
parent
0080117dbe
commit
30155d09c8
17
python/python-hatch-vcs/.SRCINFO
Normal file
17
python/python-hatch-vcs/.SRCINFO
Normal file
@ -0,0 +1,17 @@
|
||||
pkgbase = python-hatch-vcs
|
||||
pkgdesc = Hatch plugin for versioning with your preferred VCS
|
||||
pkgver = 0.4.0
|
||||
pkgrel = 4
|
||||
url = https://github.com/ofek/hatch-vcs
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
depends = python-hatchling
|
||||
depends = python-setuptools-scm
|
||||
source = git+https://github.com/ofek/hatch-vcs.git#commit=e186a8b5d97dd9c9f93ae6015139b55411d9011b
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = python-hatch-vcs
|
4
python/python-hatch-vcs/.nvchecker.toml
Normal file
4
python/python-hatch-vcs/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-hatch-vcs]
|
||||
source = "git"
|
||||
git = "https://github.com/ofek/hatch-vcs.git"
|
||||
prefix = "v"
|
@ -4,7 +4,7 @@
|
||||
pkgname=python-hatch-vcs
|
||||
pkgver=0.4.0
|
||||
_commit=e186a8b5d97dd9c9f93ae6015139b55411d9011b
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Hatch plugin for versioning with your preferred VCS"
|
||||
url="https://github.com/ofek/hatch-vcs"
|
||||
license=('MIT')
|
||||
|
Loading…
x
Reference in New Issue
Block a user