Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:40:38 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: 156983317af1 - main - devel/py-x-wr-timezone: Update to 0.0.7
Message-ID:  <202403310340.42V3eca6088031@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=156983317af1dee5e48dece042bcb9e8448dbced

commit 156983317af1dee5e48dece042bcb9e8448dbced
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:52 +0000

    devel/py-x-wr-timezone: Update to 0.0.7
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/niccokunzmann/x-wr-timezone/commits/main
---
 devel/py-x-wr-timezone/Makefile | 6 ++++--
 devel/py-x-wr-timezone/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-x-wr-timezone/Makefile b/devel/py-x-wr-timezone/Makefile
index f963c4f6bf56..704bd4b41ed4 100644
--- a/devel/py-x-wr-timezone/Makefile
+++ b/devel/py-x-wr-timezone/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	x-wr-timezone
-PORTVERSION=	0.0.6
+PORTVERSION=	0.0.7
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,13 @@ WWW=		https://github.com/niccokunzmann/x-wr-timezone
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}icalendar>=0:devel/py-icalendar@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-x-wr-timezone/distinfo b/devel/py-x-wr-timezone/distinfo
index 206a5506ee12..3cb01361fdce 100644
--- a/devel/py-x-wr-timezone/distinfo
+++ b/devel/py-x-wr-timezone/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699774642
-SHA256 (x_wr_timezone-0.0.6.tar.gz) = 0a5e20c603c0876b03b6ce3b8682c69c18da8ca107aec70caefa58a8f396bf48
-SIZE (x_wr_timezone-0.0.6.tar.gz) = 16212
+TIMESTAMP = 1711466192
+SHA256 (x_wr_timezone-0.0.7.tar.gz) = ccbaae164a52086535fd2eb1dced164a5250acc83a672fbb044d11e81a268965
+SIZE (x_wr_timezone-0.0.7.tar.gz) = 16271



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