freebsd-ports/devel/py-watchgod/Makefile
Sunpoet Po-Chuan Hsieh a0cf7899ca Add py-watchgod 0.6
watchgod is a simple, modern file watching and code reload in python.

watchgod is inspired by watchdog, hence the name, but tries to fix some of the
frustrations I found with watchdog, namely: separate approaches for each OS, an
inelegant approach to concurrency using threading, challenges around debouncing
changes and bugs which weren't being fixed.

WWW: https://github.com/samuelcolvin/watchgod
2020-04-29 15:47:33 +00:00

21 lines
433 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= watchgod
PORTVERSION= 0.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple, modern file watching and code reload in python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>