mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-filelock: update to 3.18.0.
This commit is contained in:
parent
edaa388550
commit
1367750062
1 changed files with 3 additions and 11 deletions
|
@ -1,24 +1,16 @@
|
||||||
# Template file for 'python3-filelock'
|
# Template file for 'python3-filelock'
|
||||||
pkgname=python3-filelock
|
pkgname=python3-filelock
|
||||||
version=3.17.0
|
version=3.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-pytest-mock python3-pytest-timeout
|
checkdepends="python3-pytest python3-pytest-mock python3-pytest-timeout
|
||||||
python3-pytest-asyncio"
|
python3-pytest-asyncio python3-virtualenv"
|
||||||
short_desc="Platform independent file lock"
|
short_desc="Platform independent file lock"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://py-filelock.readthedocs.io/en/latest/"
|
homepage="https://py-filelock.readthedocs.io/en/latest/"
|
||||||
changelog="https://raw.githubusercontent.com/tox-dev/py-filelock/main/docs/changelog.rst"
|
changelog="https://raw.githubusercontent.com/tox-dev/py-filelock/main/docs/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
|
||||||
checksum=ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e
|
checksum=adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
|
||||||
# this would cause a build-time circular dependency
|
|
||||||
checkdepends+=" python3-virtualenv"
|
|
||||||
else
|
|
||||||
# These tests requires virtualenv
|
|
||||||
make_check_args="--ignore tests/test_virtualenv.py"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue