git: f3c9996ddc6c - main - devel/py-pycomposefile: Move devel/pycomposefile to devel/py-pycomposefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 14:42:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f3c9996ddc6c5395cdeca42e7e5fa53f79bcde14
commit f3c9996ddc6c5395cdeca42e7e5fa53f79bcde14
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-27 14:41:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-27 14:41:37 +0000
devel/py-pycomposefile: Move devel/pycomposefile to devel/py-pycomposefile
- Bump PORTREVISION of dependent ports for dependency change
- Take maintainership
---
MOVED | 1 +
devel/Makefile | 2 +-
devel/{pycomposefile => py-pycomposefile}/Makefile | 2 +-
devel/{pycomposefile => py-pycomposefile}/distinfo | 0
devel/{pycomposefile => py-pycomposefile}/pkg-descr | 0
sysutils/py-azure-cli/Makefile | 4 ++--
6 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/MOVED b/MOVED
index df5f4a6a83da..38d2e5d55eff 100644
--- a/MOVED
+++ b/MOVED
@@ -4831,3 +4831,4 @@ sysutils/extrace|sysutils/extrace-freebsd|2025-10-24|Rename to better match upst
devel/rubygem-vite_rails-rails70|devel/rubygem-vite_rails-gitlab|2025-10-25|Use devel/rubygem-vite_rails-gitlab instead
devel/rubygem-vite_ruby33|devel/rubygem-vite_ruby-gitlab|2025-10-25|Use devel/rubygem-vite_ruby-gitlab instead
devel/rubygem-multi_json114|devel/rubygem-multi_json-gitlab|2025-10-25|Use devel/rubygem-multi_json-gitlab instead
+devel/pycomposefile|devel/py-pycomposefile|2025-10-27|Rename to add py- prefix. Move devel/pycomposefile to devel/py-pycomposefile
diff --git a/devel/Makefile b/devel/Makefile
index 8c164e17a8ab..76f905c89471 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5616,6 +5616,7 @@
SUBDIR += py-pycognito
SUBDIR += py-pycompilation
SUBDIR += py-pycomplete
+ SUBDIR += py-pycomposefile
SUBDIR += py-pyconify
SUBDIR += py-pycparser
SUBDIR += py-pycrdt
@@ -6339,7 +6340,6 @@
SUBDIR += pycanberra
SUBDIR += pycdc
SUBDIR += pycharm
- SUBDIR += pycomposefile
SUBDIR += pycos
SUBDIR += pycount
SUBDIR += pydbus-common
diff --git a/devel/pycomposefile/Makefile b/devel/py-pycomposefile/Makefile
similarity index 93%
rename from devel/pycomposefile/Makefile
rename to devel/py-pycomposefile/Makefile
index 4d9ceb7cc45e..610c94682ca3 100644
--- a/devel/pycomposefile/Makefile
+++ b/devel/py-pycomposefile/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Structured deserialization of Docker Compose files for Python
WWW= https://pypi.org/project/pycomposefile/
diff --git a/devel/pycomposefile/distinfo b/devel/py-pycomposefile/distinfo
similarity index 100%
rename from devel/pycomposefile/distinfo
rename to devel/py-pycomposefile/distinfo
diff --git a/devel/pycomposefile/pkg-descr b/devel/py-pycomposefile/pkg-descr
similarity index 100%
rename from devel/pycomposefile/pkg-descr
rename to devel/py-pycomposefile/pkg-descr
diff --git a/sysutils/py-azure-cli/Makefile b/sysutils/py-azure-cli/Makefile
index 226b6b6578dc..4d764c43824f 100644
--- a/sysutils/py-azure-cli/Makefile
+++ b/sysutils/py-azure-cli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= azure-cli
PORTVERSION= 2.55.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -99,7 +99,7 @@ RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}pygments>=2.4:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=17.1.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycomposefile>=0.0.30:devel/pycomposefile@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pycomposefile>=0.0.30:devel/py-pycomposefile@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scp>=0.13.2:security/py-scp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \