Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 17:18:43 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: a71291bec23b - main - devel/py-flake8-pyi: Update to 23.11.0
Message-ID:  <202311141718.3AEHIhw2059161@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=a71291bec23b3415934b74cc5f0448f42e87b2a2

commit a71291bec23b3415934b74cc5f0448f42e87b2a2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:39:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:15:42 +0000

    devel/py-flake8-pyi: Update to 23.11.0
    
    Changes:        https://github.com/PyCQA/flake8-pyi/releases
---
 devel/py-flake8-pyi/Makefile | 5 +++--
 devel/py-flake8-pyi/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-flake8-pyi/Makefile b/devel/py-flake8-pyi/Makefile
index bb6217fad9b3..8adbca8a6e2a 100644
--- a/devel/py-flake8-pyi/Makefile
+++ b/devel/py-flake8-pyi/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	flake8-pyi
-PORTVERSION=	23.6.0
+PORTVERSION=	23.11.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ WWW=		https://github.com/PyCQA/flake8-pyi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=6.0.0<7.0.0:devel/py-flake8@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyflakes>=2.1.1:devel/py-pyflakes@${PY_FLAVOR} \
 
diff --git a/devel/py-flake8-pyi/distinfo b/devel/py-flake8-pyi/distinfo
index effdf7068e08..26b0247963a3 100644
--- a/devel/py-flake8-pyi/distinfo
+++ b/devel/py-flake8-pyi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166186
-SHA256 (flake8_pyi-23.6.0.tar.gz) = 597c750fd0394a237d4e0b51feb222b3cc7a7ebee5b3c59a15b58f6b3f2836a7
-SIZE (flake8_pyi-23.6.0.tar.gz) = 51066
+TIMESTAMP = 1699774538
+SHA256 (flake8_pyi-23.11.0.tar.gz) = 93de2acdd34db508c87e7b5c5b431108e15dfd349a162ab194b9ac49f3b99103
+SIZE (flake8_pyi-23.11.0.tar.gz) = 56425



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