Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 13:12:39 +0000
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: 7313a1f45598 - main - net/py-gdown: Update to 6.0.0
Message-ID:  <69ef60c7.3204e.71322fda@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 7313a1f45598225c0c626b0fc241f5462f0e6294
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-27 13:04:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-27 13:07:45 +0000

    net/py-gdown: Update to 6.0.0
    
    Changes:        https://github.com/wkentaro/gdown/releases
---
 net/py-gdown/Makefile | 10 ++++++++--
 net/py-gdown/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/net/py-gdown/Makefile b/net/py-gdown/Makefile
index be36a527482e..153a74e742b6 100644
--- a/net/py-gdown/Makefile
+++ b/net/py-gdown/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gdown
-PORTVERSION=	5.2.1
+PORTVERSION=	6.0.0
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,4 +24,10 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31200
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net/py-gdown/distinfo b/net/py-gdown/distinfo
index e3539ae97d0c..b86a44df5c40 100644
--- a/net/py-gdown/distinfo
+++ b/net/py-gdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1768625727
-SHA256 (gdown-5.2.1.tar.gz) = 247c2ad1f579db5b66b54c04e6a871995fc8fd7021708b950b8ba7b32cf90323
-SIZE (gdown-5.2.1.tar.gz) = 284743
+TIMESTAMP = 1777252772
+SHA256 (gdown-6.0.0.tar.gz) = 1f1f735a174ef3599fca95786aafac1219b9d85d4c729ccb95e674996c47fd44
+SIZE (gdown-6.0.0.tar.gz) = 262729


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef60c7.3204e.71322fda>