git: aa509200ff20 - main - devel/py-build: Update to 1.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:11:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa509200ff20d6fa45e2806c8199cee8f776d555
commit aa509200ff20d6fa45e2806c8199cee8f776d555
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:47:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:05:44 +0000
devel/py-build: Update to 1.1.1
- Update WWW
Changes: https://github.com/pypa/build/releases
https://build.pypa.io/en/stable/changelog.html
---
devel/py-build/Makefile | 6 +++---
devel/py-build/distinfo | 6 +++---
devel/py-build/files/patch-pyproject.toml | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/devel/py-build/Makefile b/devel/py-build/Makefile
index 963199efe16b..574a750f2199 100644
--- a/devel/py-build/Makefile
+++ b/devel/py-build/Makefile
@@ -1,12 +1,12 @@
PORTNAME= build
-PORTVERSION= 1.0.3
+PORTVERSION= 1.1.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEP517 package builder
-WWW= https://pypa-build.readthedocs.io/en/stable/ \
+WWW= https://build.pypa.io/en/stable/ \
https://github.com/pypa/build
LICENSE= MIT
@@ -25,7 +25,7 @@ PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.8:devel/py-flit-core@${
.include <bsd.port.pre.mk>
-#.if ${PYTHON_REL} < 31000
+#.if ${PYTHON_REL} < 31200
#RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.6:devel/py-importlib-metadata@${PY_FLAVOR}
#.endif
diff --git a/devel/py-build/distinfo b/devel/py-build/distinfo
index 4194a4ca5b19..d8d1ca6d3180 100644
--- a/devel/py-build/distinfo
+++ b/devel/py-build/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449136
-SHA256 (build-1.0.3.tar.gz) = 538aab1b64f9828977f84bc63ae570b060a8ed1be419e7870b8b4fc5e6ea553b
-SIZE (build-1.0.3.tar.gz) = 40797
+TIMESTAMP = 1709390514
+SHA256 (build-1.1.1.tar.gz) = 8eea65bb45b1aac2e734ba2cc8dad3a6d97d97901a395bd0ed3e7b46953d2a31
+SIZE (build-1.1.1.tar.gz) = 44711
diff --git a/devel/py-build/files/patch-pyproject.toml b/devel/py-build/files/patch-pyproject.toml
index 490ec54be0c2..2075697c3691 100644
--- a/devel/py-build/files/patch-pyproject.toml
+++ b/devel/py-build/files/patch-pyproject.toml
@@ -1,10 +1,10 @@
---- pyproject.toml.orig 2023-09-06 22:31:16 UTC
+--- pyproject.toml.orig 2024-02-29 20:24:09 UTC
+++ pyproject.toml
-@@ -36,7 +36,6 @@ dependencies = [
+@@ -38,7 +38,6 @@ dependencies = [
"pyproject_hooks",
# not actually a runtime dependency, only supplied as there is not "recommended dependency" support
'colorama; os_name == "nt"',
-- 'importlib-metadata >= 4.6; python_version < "3.10"', # Not required for 3.8+, but fixes a stdlib bug
+- 'importlib-metadata >= 4.6; python_full_version < "3.10.2"', # Not required for 3.8+, but fixes a stdlib bug
'tomli >= 1.1.0; python_version < "3.11"',
]