Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:45: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: 9dd7c2e0db2a - main - www/py-hstspreload: Update to 2024.4.1
Message-ID:  <202404050045.4350jTmv001750@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=9dd7c2e0db2abf5c604b058ba3b31594931a0da3

commit 9dd7c2e0db2abf5c604b058ba3b31594931a0da3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 00:41:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 00:41:29 +0000

    www/py-hstspreload: Update to 2024.4.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/sethmlarson/hstspreload/commits/main
---
 www/py-hstspreload/Makefile | 7 +++++--
 www/py-hstspreload/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/www/py-hstspreload/Makefile b/www/py-hstspreload/Makefile
index ab70e1059b2d..c63706aaf1d0 100644
--- a/www/py-hstspreload/Makefile
+++ b/www/py-hstspreload/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hstspreload
-PORTVERSION=	2024.3.1
+PORTVERSION=	2024.4.1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,11 @@ WWW=		https://github.com/sethmlarson/hstspreload
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-hstspreload/distinfo b/www/py-hstspreload/distinfo
index c628fb992bfa..ef0b3f30e6d4 100644
--- a/www/py-hstspreload/distinfo
+++ b/www/py-hstspreload/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390750
-SHA256 (hstspreload-2024.3.1.tar.gz) = 14c4dd20f352a5ef42320740700d364f841c8a3b2026d77e3e6f16f8c1ad2afb
-SIZE (hstspreload-2024.3.1.tar.gz) = 1120561
+TIMESTAMP = 1712084540
+SHA256 (hstspreload-2024.4.1.tar.gz) = d379d0593f4b8819bd42e758c697f43a95a8202f8f5412bd8db820b37cdf96ac
+SIZE (hstspreload-2024.4.1.tar.gz) = 1132286



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404050045.4350jTmv001750>