git: ba8cf8a9f1e2 - main - devel/py-watchfiles: Add py-watchfiles 0.14.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:05:02 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba8cf8a9f1e249e34b8f03ed7d5ad5cf8c1ecdff
commit ba8cf8a9f1e249e34b8f03ed7d5ad5cf8c1ecdff
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 13:58:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 13:58:43 +0000
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
---
devel/Makefile | 1 +
devel/py-watchfiles/Makefile | 23 +++++++++++++++++++++++
devel/py-watchfiles/distinfo | 3 +++
devel/py-watchfiles/pkg-descr | 3 +++
4 files changed, 30 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 6f2545b0a0b0..f86a81f4b9ba 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile
new file mode 100644
index 000000000000..becc2c8c3177
--- /dev/null
+++ b/devel/py-watchfiles/Makefile
@@ -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>
diff --git a/devel/py-watchfiles/distinfo b/devel/py-watchfiles/distinfo
new file mode 100644
index 000000000000..3eb501203a60
--- /dev/null
+++ b/devel/py-watchfiles/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1655208194
+SHA256 (watchfiles-0.14.1.tar.gz) = babcc3a3502879224e33ba5f25adfbf37a4f22898977c2d96d0ed3eee99eca8a
+SIZE (watchfiles-0.14.1.tar.gz) = 18700
diff --git a/devel/py-watchfiles/pkg-descr b/devel/py-watchfiles/pkg-descr
new file mode 100644
index 000000000000..67ac91a9b9b1
--- /dev/null
+++ b/devel/py-watchfiles/pkg-descr
@@ -0,0 +1,3 @@
+Simple, modern and high performance file watching and code reload in python.
+
+WWW: https://github.com/samuelcolvin/watchfiles