17 lines
670 B
Bash
17 lines
670 B
Bash
# Template file for 'python3-filelock'
|
|
pkgname=python3-filelock
|
|
version=3.9.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling hatch-vcs"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-pytest-cov python3-coverage"
|
|
short_desc="Platform independent file lock"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="Unlicense"
|
|
homepage="https://py-filelock.readthedocs.io/en/latest/"
|
|
changelog="https://raw.githubusercontent.com/tox-dev/py-filelock/main/docs/changelog.rst"
|
|
distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
|
|
checksum=7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de
|
|
make_check_pre="env PYTHONPATH=src/"
|