Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 05:27:17 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: 7c5ba59b1d44 - main - devel/py-pyproject-hooks: Move devel/py-pyproject_hooks to devel/py-pyproject-hooks
Message-ID:  <202410140527.49E5RHL2046953@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=7c5ba59b1d4460cea7ccd19fab29d627d419919e

commit 7c5ba59b1d4460cea7ccd19fab29d627d419919e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:45:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 04:45:22 +0000

    devel/py-pyproject-hooks: Move devel/py-pyproject_hooks to devel/py-pyproject-hooks
    
    - Bump PORTREVISION of dependent ports for dependency change
---
 MOVED                                                      | 1 +
 devel/Makefile                                             | 2 +-
 devel/py-build/Makefile                                    | 3 ++-
 devel/py-pdm/Makefile                                      | 3 ++-
 devel/py-pip-tools/Makefile                                | 3 ++-
 devel/py-poetry/Makefile                                   | 3 ++-
 devel/{py-pyproject_hooks => py-pyproject-hooks}/Makefile  | 3 ++-
 devel/{py-pyproject_hooks => py-pyproject-hooks}/distinfo  | 0
 devel/{py-pyproject_hooks => py-pyproject-hooks}/pkg-descr | 0
 japanese/py-unidic/Makefile                                | 3 ++-
 misc/py-datasets/Makefile                                  | 3 ++-
 11 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/MOVED b/MOVED
index 3eb2a124ed74..e5ab34751cf6 100644
--- a/MOVED
+++ b/MOVED
@@ -3521,3 +3521,4 @@ net/fbzmq||2024-10-05|Repository was archived by facebook and the last version d
 x11-toolkits/wlroots016||2024-10-07|No consumers in ports
 japanese/prn|japanese/prn-ps|2024-10-07|Allow cloning the repository on Windows
 security/py-zope.password||2024-10-08|Has no value as standalone package
+devel/py-pyproject_hooks|devel/py-pyproject-hooks|2024-10-14|Move devel/py-pyproject_hooks to devel/py-pyproject-hooks
diff --git a/devel/Makefile b/devel/Makefile
index dd7650916801..6f8a748ff65a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5581,8 +5581,8 @@
     SUBDIR += py-pyproject-flake8
     SUBDIR += py-pyproject-fmt
     SUBDIR += py-pyproject-fmt-rust
+    SUBDIR += py-pyproject-hooks
     SUBDIR += py-pyproject-metadata
-    SUBDIR += py-pyproject_hooks
     SUBDIR += py-pypugjs
     SUBDIR += py-pyqtree
     SUBDIR += py-pyquery
diff --git a/devel/py-build/Makefile b/devel/py-build/Makefile
index 3eba6fa0d20c..095b026bb30a 100644
--- a/devel/py-build/Makefile
+++ b/devel/py-build/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	build
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=19.1:devel/py-packaging@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyproject_hooks>=0:devel/py-pyproject_hooks@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyproject-hooks>=0:devel/py-pyproject-hooks@${PY_FLAVOR} \
 		${PY_TOMLI}
 
 USES=		python
diff --git a/devel/py-pdm/Makefile b/devel/py-pdm/Makefile
index ebc9eec3af12..3c8a88a0f7e5 100644
--- a/devel/py-pdm/Makefile
+++ b/devel/py-pdm/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pdm
 PORTVERSION=	2.19.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +26,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pbs-installer>=2024.4.18:devel/py-pbs-installer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyproject_hooks>=0:devel/py-pyproject_hooks@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyproject-hooks>=0:devel/py-pyproject-hooks@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.15:www/py-python-dotenv@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}resolvelib1>=1.0.1:devel/py-resolvelib1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>=12.3.0:textproc/py-rich@${PY_FLAVOR} \
diff --git a/devel/py-pip-tools/Makefile b/devel/py-pip-tools/Makefile
index e477da20556d..972fc310091f 100644
--- a/devel/py-pip-tools/Makefile
+++ b/devel/py-pip-tools/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pip-tools
 PORTVERSION=	7.4.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=63:devel/py-setuptools@${PY_FL
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}build>=1.0.0:devel/py-build@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=8:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pip>=22.2:devel/py-pip@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyproject_hooks>=0:devel/py-pyproject_hooks@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyproject-hooks>=0:devel/py-pyproject-hooks@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PY_TOMLI} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
diff --git a/devel/py-poetry/Makefile b/devel/py-poetry/Makefile
index ef006c1254ff..c89f1da71dd1 100644
--- a/devel/py-poetry/Makefile
+++ b/devel/py-poetry/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	poetry
 PORTVERSION=	1.8.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/python-poetry/poetry/releases/download/${PORTVERSION}/
@@ -27,7 +28,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}build>=1.0.3<2:devel/py-build@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=3.0.0<5:devel/py-platformdirs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}poetry-core>=1.9.0<1.9.0_99:devel/py-poetry-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}poetry-plugin-export>=1.6.0<2:devel/py-poetry-plugin-export@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyproject_hooks>=1.0.0<2:devel/py-pyproject_hooks@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyproject-hooks>=1.0.0<2:devel/py-pyproject-hooks@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.26<3:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=1.0.0<2:www/py-requests-toolbelt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}shellingham>=1.5<2:devel/py-shellingham@${PY_FLAVOR} \
diff --git a/devel/py-pyproject_hooks/Makefile b/devel/py-pyproject-hooks/Makefile
similarity index 91%
rename from devel/py-pyproject_hooks/Makefile
rename to devel/py-pyproject-hooks/Makefile
index 5633e5fe9b4c..9487b1299934 100644
--- a/devel/py-pyproject_hooks/Makefile
+++ b/devel/py-pyproject-hooks/Makefile
@@ -1,9 +1,10 @@
-PORTNAME=	pyproject_hooks
+PORTNAME=	pyproject-hooks
 PORTVERSION=	1.1.0
 PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pyproject_hooks-${PORTVERSION}
 
 PATCH_SITES=	https://github.com/pypa/pyproject-hooks/commit/
 PATCHFILES=	282b8735e59df938a210e46b8cd5cd1d99344816.patch:-p1 # https://github.com/pypa/pyproject-hooks/pull/199
diff --git a/devel/py-pyproject_hooks/distinfo b/devel/py-pyproject-hooks/distinfo
similarity index 100%
rename from devel/py-pyproject_hooks/distinfo
rename to devel/py-pyproject-hooks/distinfo
diff --git a/devel/py-pyproject_hooks/pkg-descr b/devel/py-pyproject-hooks/pkg-descr
similarity index 100%
rename from devel/py-pyproject_hooks/pkg-descr
rename to devel/py-pyproject-hooks/pkg-descr
diff --git a/japanese/py-unidic/Makefile b/japanese/py-unidic/Makefile
index 564fd0d8dd2a..40d78599faa4 100644
--- a/japanese/py-unidic/Makefile
+++ b/japanese/py-unidic/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	unidic
 DISTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	japanese python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@ WWW=		https://github.com/polm/unidic-py
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproject_hooks>0:devel/py-pyproject_hooks@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproject-hooks>0:devel/py-pyproject-hooks@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plac>=1.1.3:devel/py-plac@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.41.1:misc/py-tqdm@${PY_FLAVOR} \
diff --git a/misc/py-datasets/Makefile b/misc/py-datasets/Makefile
index 2df4cdf17e3b..d338e27b790c 100644
--- a/misc/py-datasets/Makefile
+++ b/misc/py-datasets/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	datasets
 DISTVERSION=	2.21.0
+PORTREVISION=	1
 CATEGORIES=	misc python # machine-learning
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ WWW=		https://huggingface.co/docs/datasets/index
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproject_hooks>0:devel/py-pyproject_hooks@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproject-hooks>0:devel/py-pyproject-hooks@${PY_FLAVOR} \
 		${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \



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