Date: Sat, 13 Apr 2024 09:32:36 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: 0eb1bfd6aa1d - main - dns/py-publicsuffixlist: Update to 0.10.0.20240411 Message-ID: <202404130932.43D9WaH1035872@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=0eb1bfd6aa1d585e0790a609a659474b27895477 commit 0eb1bfd6aa1d585e0790a609a659474b27895477 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-13 09:29:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-13 09:31:40 +0000 dns/py-publicsuffixlist: Update to 0.10.0.20240411 - Convert to USE_PYTHON=pep517 Changes: https://github.com/ko-zu/psl/commits/master --- dns/py-publicsuffixlist/Makefile | 7 ++++--- dns/py-publicsuffixlist/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index 46539e6e1905..5cc1ff127e38 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -1,6 +1,5 @@ PORTNAME= publicsuffixlist -PORTVERSION= 0.10.0.20230506 -PORTREVISION= 10 +PORTVERSION= 0.10.0.20240411 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,12 @@ WWW= https://github.com/ko-zu/psl LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/dns/py-publicsuffixlist/distinfo b/dns/py-publicsuffixlist/distinfo index 93d68eee9665..69f460ac3d00 100644 --- a/dns/py-publicsuffixlist/distinfo +++ b/dns/py-publicsuffixlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685162214 -SHA256 (publicsuffixlist-0.10.0.20230506.tar.gz) = c1e437d574dbbfc54d368c8248ba421280b1001d75417051baf47e9a6b46cd64 -SIZE (publicsuffixlist-0.10.0.20230506.tar.gz) = 93836 +TIMESTAMP = 1712886446 +SHA256 (publicsuffixlist-0.10.0.20240411.tar.gz) = c7a18e4b7b2a1fed628c2828be88fa7245b76a2755797b47b061271ff98bac7a +SIZE (publicsuffixlist-0.10.0.20240411.tar.gz) = 101252
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404130932.43D9WaH1035872>