* update python-hatch-vcs to 0.4.0-4

This commit is contained in:
Alexander Baldeck 2024-12-03 22:44:21 +01:00
parent 0080117dbe
commit 30155d09c8
3 changed files with 22 additions and 1 deletions

View 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

View File

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

View File

@ -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')