forked from Lainports/freebsd-ports
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:
parent
58a791d95e
commit
ba8cf8a9f1
4 changed files with 30 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
23
devel/py-watchfiles/Makefile
Normal file
23
devel/py-watchfiles/Makefile
Normal 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>
|
||||
3
devel/py-watchfiles/distinfo
Normal file
3
devel/py-watchfiles/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1655208194
|
||||
SHA256 (watchfiles-0.14.1.tar.gz) = babcc3a3502879224e33ba5f25adfbf37a4f22898977c2d96d0ed3eee99eca8a
|
||||
SIZE (watchfiles-0.14.1.tar.gz) = 18700
|
||||
3
devel/py-watchfiles/pkg-descr
Normal file
3
devel/py-watchfiles/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Simple, modern and high performance file watching and code reload in python.
|
||||
|
||||
WWW: https://github.com/samuelcolvin/watchfiles
|
||||
Loading…
Add table
Reference in a new issue