Date: Wed, 21 Feb 2024 15:24:54 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: de5c13d163d5 - main - net/py-gdown: Update to 5.1.0 Message-ID: <202402211524.41LFOsDh044541@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=de5c13d163d564b89f4680885953293ca232a19d commit de5c13d163d564b89f4680885953293ca232a19d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:44:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:56 +0000 net/py-gdown: Update to 5.1.0 Changes: https://github.com/wkentaro/gdown/releases --- net/py-gdown/Makefile | 8 +++++--- net/py-gdown/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/net/py-gdown/Makefile b/net/py-gdown/Makefile index 48f4250de59a..935e682487b8 100644 --- a/net/py-gdown/Makefile +++ b/net/py-gdown/Makefile @@ -1,5 +1,5 @@ PORTNAME= gdown -PORTVERSION= 4.7.1 +PORTVERSION= 5.1.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,14 +11,16 @@ WWW= https://github.com/wkentaro/gdown LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=1.20.0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-gdown/distinfo b/net/py-gdown/distinfo index 976563381654..9bc6795cec8e 100644 --- a/net/py-gdown/distinfo +++ b/net/py-gdown/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680726194 -SHA256 (gdown-4.7.1.tar.gz) = 347f23769679aaf7efa73e5655270fcda8ca56be65eb84a4a21d143989541045 -SIZE (gdown-4.7.1.tar.gz) = 15435 +TIMESTAMP = 1708449416 +SHA256 (gdown-5.1.0.tar.gz) = 550a72dc5ca2819fe4bcc15d80d05d7c98c0b90e57256254b77d0256b9df4683 +SIZE (gdown-5.1.0.tar.gz) = 283961
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211524.41LFOsDh044541>