mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-ansible-compat: update to 24.9.1.
This commit is contained in:
parent
f70c806f3d
commit
7f6915d330
1 changed files with 8 additions and 4 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'python3-ansible-compat'
|
# Template file for 'python3-ansible-compat'
|
||||||
pkgname=python3-ansible-compat
|
pkgname=python3-ansible-compat
|
||||||
version=4.1.10
|
version=24.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
|
# deselect unnecessary tests in venv
|
||||||
|
make_check_args="--deselect test/test_runtime_scan_path.py::test_scan_sys_path[scanF-raises_not_foundT]
|
||||||
|
--deselect test/test_runtime_scan_path.py::test_scan_sys_path[scanT-raises_not_foundF]"
|
||||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
depends="python3-subprocess-tee python3-yaml"
|
depends="ansible-core python3-jsonschema python3-subprocess-tee python3-yaml"
|
||||||
|
checkdepends="${depends} python3-pytest python3-pytest-mock python3-cryptography"
|
||||||
short_desc="Python package for working with various version of ansible"
|
short_desc="Python package for working with various version of ansible"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ansible/ansible-compat"
|
homepage="https://github.com/ansible/ansible-compat"
|
||||||
distfiles="${PYPI_SITE}/a/ansible-compat/ansible-compat-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/ansible-compat/ansible_compat-${version}.tar.gz"
|
||||||
checksum=2be8c7b510d2e15eed1e9ef443209d67d9aec8f427026b88936d4535ff59863d
|
checksum=9ff20245e1bd9de9b23a367902524ab0e11fbcfb741831996da5da5b60ab95df
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
|
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue