Date: Sun, 19 May 2024 17:27:29 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: a6a1b9c45c4d - main - www/py-cheroot: Update to 10.0.1 Message-ID: <202405191727.44JHRTGp067110@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=a6a1b9c45c4d9401dada8b859e3a6aeb8468c76d commit a6a1b9c45c4d9401dada8b859e3a6aeb8468c76d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:20:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:58 +0000 www/py-cheroot: Update to 10.0.1 - Add GitHub to MASTER_SITES Changes: https://github.com/cherrypy/cheroot/releases --- www/py-cheroot/Makefile | 9 ++++----- www/py-cheroot/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/py-cheroot/Makefile b/www/py-cheroot/Makefile index 83545beb7410..2e5a510e49b0 100644 --- a/www/py-cheroot/Makefile +++ b/www/py-cheroot/Makefile @@ -1,8 +1,8 @@ PORTNAME= cheroot -PORTVERSION= 10.0.0 -PORTREVISION= 1 +PORTVERSION= 10.0.1 CATEGORIES= www python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/cherrypy/cheroot/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -13,8 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=34.4:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.5:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.1:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=0:devel/py-jaraco.functools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=2.6:devel/py-more-itertools@${PY_FLAVOR} diff --git a/www/py-cheroot/distinfo b/www/py-cheroot/distinfo index 17a223886ade..009d99a4c2c3 100644 --- a/www/py-cheroot/distinfo +++ b/www/py-cheroot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685162244 -SHA256 (cheroot-10.0.0.tar.gz) = 59c4a1877fef9969b3c3c080caaaf377e2780919437853fc0d32a9df40b311f0 -SIZE (cheroot-10.0.0.tar.gz) = 148461 +TIMESTAMP = 1715842856 +SHA256 (cheroot-10.0.1.tar.gz) = e0b82f797658d26b8613ec8eb563c3b08e6bd6a7921e9d5089bd1175ad1b1740 +SIZE (cheroot-10.0.1.tar.gz) = 167586
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191727.44JHRTGp067110>