Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:14:11 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: c257bb918ae1 - main - devel/py-immutables: Update to 0.20
Message-ID:  <202308211714.37LHEBqt000179@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=c257bb918ae165f09fc91503590ec08bbffebd35

commit c257bb918ae165f09fc91503590ec08bbffebd35
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:03:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:03:55 +0000

    devel/py-immutables: Update to 0.20
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/MagicStack/immutables/releases
---
 devel/py-immutables/Makefile | 7 +++++--
 devel/py-immutables/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/devel/py-immutables/Makefile b/devel/py-immutables/Makefile
index 67b4aadf0751..f004ad8be69d 100644
--- a/devel/py-immutables/Makefile
+++ b/devel/py-immutables/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	immutables
-PORTVERSION=	0.19
+PORTVERSION=	0.20
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,11 @@ LICENSE=	APACHE20 MIT
 LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42: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
 
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
diff --git a/devel/py-immutables/distinfo b/devel/py-immutables/distinfo
index 0286e9df38dc..99c11cfb861f 100644
--- a/devel/py-immutables/distinfo
+++ b/devel/py-immutables/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663672828
-SHA256 (immutables-0.19.tar.gz) = df17942d60e8080835fcc5245aa6928ef4c1ed567570ec019185798195048dcf
-SIZE (immutables-0.19.tar.gz) = 85490
+TIMESTAMP = 1692211731
+SHA256 (immutables-0.20.tar.gz) = 1d2f83e6a6a8455466cd97b9a90e2b4f7864648616dfa6b19d18f49badac3876
+SIZE (immutables-0.20.tar.gz) = 88933



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