mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-filelock: update to 3.4.2.
This commit is contained in:
parent
8491ac96f6
commit
5b783b23a4
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'python3-filelock'
|
# Template file for 'python3-filelock'
|
||||||
pkgname=python3-filelock
|
pkgname=python3-filelock
|
||||||
version=3.0.12
|
version=3.4.2
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="filelock-${version}"
|
wrksrc="filelock-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="filelock.py"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Platform independent file lock"
|
short_desc="Platform independent file lock"
|
||||||
|
@ -12,4 +11,4 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://filelock.readthedocs.io/en/latest/"
|
homepage="https://filelock.readthedocs.io/en/latest/"
|
||||||
distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
|
||||||
checksum=18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59
|
checksum=38b4f4c989f9d06d44524df1b24bd19e167d851f19b50bf3e3559952dddc5b80
|
||||||
|
|
Loading…
Add table
Reference in a new issue