Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 22:23:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cde248a65dbe - main - devel/py-watchgod: Update to 0.8
Message-ID:  <202203302223.22UMNr34064684@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cde248a65dbe1bedfaee01134da9dca384d5a242

commit cde248a65dbe1bedfaee01134da9dca384d5a242
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:04:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:21:13 +0000

    devel/py-watchgod: Update to 0.8
    
    Changes:        https://github.com/samuelcolvin/watchgod/releases
---
 devel/py-watchgod/Makefile | 6 ++++--
 devel/py-watchgod/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-watchgod/Makefile b/devel/py-watchgod/Makefile
index 7562b5588164..0285d885643f 100644
--- a/devel/py-watchgod/Makefile
+++ b/devel/py-watchgod/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	watchgod
-PORTVERSION=	0.7
+PORTVERSION=	0.8
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,9 @@ COMMENT=	Simple, modern file watching and code reload in python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.6+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0<4:devel/py-anyio@${PY_FLAVOR}
+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
diff --git a/devel/py-watchgod/distinfo b/devel/py-watchgod/distinfo
index 5887d842e70e..84a31b9d205d 100644
--- a/devel/py-watchgod/distinfo
+++ b/devel/py-watchgod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612101612
-SHA256 (watchgod-0.7.tar.gz) = 48140d62b0ebe9dd9cf8381337f06351e1f2e70b2203fa9c6eff4e572ca84f29
-SIZE (watchgod-0.7.tar.gz) = 13580
+TIMESTAMP = 1648248940
+SHA256 (watchgod-0.8.tar.gz) = 29a1d8f25e1721ddb73981652ca318c47387ffb12ec4171ddd7b9d01540033b1
+SIZE (watchgod-0.8.tar.gz) = 13596



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203302223.22UMNr34064684>