mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
python3-versioningit: update to 2.2.0.
This commit is contained in:
parent
7837efe771
commit
a19ffc40f2
1 changed files with 11 additions and 3 deletions
|
@ -1,17 +1,25 @@
|
||||||
# Template file for 'python3-versioningit'
|
# Template file for 'python3-versioningit'
|
||||||
pkgname=python3-versioningit
|
pkgname=python3-versioningit
|
||||||
version=2.1.0
|
version=2.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel"
|
hostmakedepends="python3-wheel"
|
||||||
depends="python3-packaging python3-setuptools python3-tomli"
|
depends="python3-packaging"
|
||||||
|
checkdepends="python3-pytest python3-pydantic python3-pytest-mock"
|
||||||
short_desc="Versioning It with your Version In Git"
|
short_desc="Versioning It with your Version In Git"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jwodder/versioningit"
|
homepage="https://github.com/jwodder/versioningit"
|
||||||
changelog="https://raw.githubusercontent.com/jwodder/versioningit/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/jwodder/versioningit/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/jwodder/versioningit/archive/refs/tags/v$version.tar.gz"
|
distfiles="https://github.com/jwodder/versioningit/archive/refs/tags/v$version.tar.gz"
|
||||||
checksum=6379b15a701836a00654a4c3ff82e72f591461289d2718789c1be9af67be7a2f
|
checksum=1e7d80cdeee2dbcebaf61d25205c9faac268a1926ff43fc5c7236f45639c3782
|
||||||
|
make_check=no # FIXME
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
vsed -e '/ --cov/d' \
|
||||||
|
-e '/ --no-cov-on-fail/d' \
|
||||||
|
-i tox.ini
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue