Skip to content

Commit d4038f4

Browse files
committed
New package: python3-watchfiles-1.1.0
1 parent cea4b90 commit d4038f4

File tree

1 file changed

+18
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)