File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
srcpkgs/python3-watchfiles Expand file tree Collapse file tree 1 file changed +20
-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+ build_helper="rust qemu"
7+ hostmakedepends="python3-setuptools python3-wheel maturin python3-puccinialin cargo pkg-config"
8+ makedepends="rust-std libzstd-devel python3-devel"
9+ depends="python3-anyio"
10+ checkdepends="python3-coverage python3-dirty-equals maturin python3-pytest python3-pytest-mock python3-pytest-pretty python3-pytest-timeout"
11+ short_desc="File watching and code reload in Python"
12+ maintainer="Jason Elswick <
[email protected] >"
13+ license="MIT"
14+ homepage="https://github.com/samuelcolvin/watchfiles"
15+ distfiles="https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v${version}.tar.gz"
16+ checksum=15051457d29f8e9a16eaa3ec1714052ff07c1134dd3a74ed46e631d4d821b770
17+
18+ post_install() {
19+ vlicense LICENSE
20+ }
You can’t perform that action at this time.
0 commit comments