Skip to content

Commit cb05b84

Browse files
committed
New package: python3-watchfiles-1.1.0
1 parent 8f722a2 commit cb05b84

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)