devel/py-watchfiles: Add py-watchfiles 0.14.1

Simple, modern and high performance file watching and code reload in python.

WWW: https://github.com/samuelcolvin/watchfiles
This commit is contained in:
Po-Chuan Hsieh 2022-06-16 21:58:43 +08:00
parent 58a791d95e
commit ba8cf8a9f1
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View file

@ -5479,6 +5479,7 @@
SUBDIR += py-wadllib
SUBDIR += py-warlock
SUBDIR += py-watchdog
SUBDIR += py-watchfiles
SUBDIR += py-watchgod
SUBDIR += py-watermark
SUBDIR += py-wcwidth

View file

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= watchfiles
PORTVERSION= 0.14.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple, modern and high performance file watching and code reload in python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0<4:devel/py-anyio@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
MAKE_ENV= SKIP_RUST_EXTENSION=1
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1655208194
SHA256 (watchfiles-0.14.1.tar.gz) = babcc3a3502879224e33ba5f25adfbf37a4f22898977c2d96d0ed3eee99eca8a
SIZE (watchfiles-0.14.1.tar.gz) = 18700

View file

@ -0,0 +1,3 @@
Simple, modern and high performance file watching and code reload in python.
WWW: https://github.com/samuelcolvin/watchfiles