File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
srcpkgs/python3-watchfiles Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ # Template file for 'python3-watchfiles'
2+ pkgname=python3-watchfiles
3+ version=1.1.0
4+ revision=1
5+ build_style=python3-pep517
6+ hostmakedepends="python3-setuptools python3-wheel maturin python3-puccinialin"
7+ depends="python3-anyio"
8+ checkdepends="python3-coverage python3-dirty-equals maturin python3-pytest python3-pytest-mock python3-pytest-pretty python3-pytest-timeout"
9+ short_desc="File watching and code reload in Python"
10+ maintainer="Jason Elswick <
[email protected] >"
11+ license="MIT"
12+ homepage="https://github.com/samuelcolvin/watchfiles"
13+ distfiles="https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v${version}.tar.gz"
14+ checksum=15051457d29f8e9a16eaa3ec1714052ff07c1134dd3a74ed46e631d4d821b770
15+
16+ post_install() {
17+ vlicense LICENSE
18+ }
You can’t perform that action at this time.
0 commit comments