diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-27 14:41:37 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-27 14:41:37 +0000 |
| commit | f3c9996ddc6c5395cdeca42e7e5fa53f79bcde14 (patch) | |
| tree | 282fc6ab8d409039378a0f70f51b7f3bfdfa0ad8 | |
| parent | 2fc9ffa95df2a00be3ae272310edf552de352240 (diff) | |
devel/py-pycomposefile: Move devel/pycomposefile to devel/py-pycomposefile
- Bump PORTREVISION of dependent ports for dependency change
- Take maintainership
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 2 | ||||
| -rw-r--r-- | devel/py-pycomposefile/Makefile (renamed from devel/pycomposefile/Makefile) | 2 | ||||
| -rw-r--r-- | devel/py-pycomposefile/distinfo (renamed from devel/pycomposefile/distinfo) | 0 | ||||
| -rw-r--r-- | devel/py-pycomposefile/pkg-descr (renamed from devel/pycomposefile/pkg-descr) | 0 | ||||
| -rw-r--r-- | sysutils/py-azure-cli/Makefile | 4 |
6 files changed, 5 insertions, 4 deletions
@@ -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 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 index 9f037503ebe2..9f037503ebe2 100644 --- a/devel/pycomposefile/distinfo +++ b/devel/py-pycomposefile/distinfo diff --git a/devel/pycomposefile/pkg-descr b/devel/py-pycomposefile/pkg-descr index 5dd2ccb50d2d..5dd2ccb50d2d 100644 --- a/devel/pycomposefile/pkg-descr +++ b/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} \ |
