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,27 +1,33 @@ PORTNAME= gdown -PORTVERSION= 5.2.1 +PORTVERSION= 6.0.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Drive direct download of big files 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}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 31200 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0:devel/py-typing-extensions@${PY_FLAVOR} +.endif + +.include 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