Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/py-ansible-compat/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ checksums rmd160 a8bee5a1f24624763f9f3a858e6ab3d11aa94663 \
sha256 c5ae1ff70938f1e009cfc7df66c9faad223a3ccd0ad6b57400de53b2459a6164 \
size 190581

python.versions 310 311 312 313
python.versions 310 311 312 313 314

if {${name} ne ${subport}} {
depends_build-append \
Expand Down
10 changes: 5 additions & 5 deletions python/py-ansible-core/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup python 1.0
PortGroup select 1.0

name py-ansible-core
version 2.18.1
version 2.20.0
distname ansible_core-${version}
revision 0
license GPL-3+
Expand All @@ -19,9 +19,9 @@ maintainers {adfernandes @adfernandes} {gmail.com:pedro.salgado @steenzo
homepage https://github.com/ansible/ansible
description SSH-based configuration management and deployment system

checksums rmd160 61fb99987fb8f6aac69a2c170f471b6b5658bef5 \
sha256 14cac1f92bbdae881cb0616eddeb17925e8cb507e486087975e724533d9de74f \
size 3069965
checksums rmd160 ba272f91b4677ada3c1b6bd72c7e247e0fc245cc \
sha256 cd73faf28a056c933bc1eee8f66ab597e7ec7309d42c8a6e5d6e4294c4a78b54 \
size 3315281

long_description \
Ansible is a radically simple model-driven configuration \
Expand All @@ -31,7 +31,7 @@ long_description \
be written in any language and are transferred to managed machines \
automatically.

python.versions 310 311 312 313
python.versions 310 311 312 313 314

if {${name} ne ${subport}} {
patch {
Expand Down
9 changes: 9 additions & 0 deletions python/py-ansible-core/files/py314-ansible
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
bin/ansible-3.14
bin/ansible-config-3.14
bin/ansible-console-3.14
bin/ansible-doc-3.14
bin/ansible-galaxy-3.14
bin/ansible-inventory-3.14
bin/ansible-playbook-3.14
bin/ansible-pull-3.14
bin/ansible-vault-3.14
10 changes: 5 additions & 5 deletions python/py-ansible/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-ansible
version 11.1.0
version 13.0.0
revision 0
license GPL-3+

Expand All @@ -17,9 +17,9 @@ maintainers {adfernandes @adfernandes} {gmail.com:pedro.salgado @steenzo
homepage https://github.com/ansible/ansible
description SSH-based configuration management and deployment system

checksums rmd160 0a2f65660e4ddb0330e0780f8d07c75e61a70505 \
sha256 d01b425990d960d2a33fc378e1b73dbca1c0e28bc22f4056ab6b3c8e9ae74fba \
size 41299850
checksums rmd160 7a7d6c21a24ad3a931581a42a6700d5a644a6209 \
sha256 fd0f4a29c3e77617011b98d80e4579c31e1d58f40928d3e8fd5e434696676797 \
size 50725940

long_description \
Ansible is a radically simple model-driven configuration \
Expand All @@ -29,7 +29,7 @@ long_description \
be written in any language and are transferred to managed machines \
automatically.

python.versions 310 311 312 313
python.versions 310 311 312 313 314

if {${name} ne ${subport}} {
patch {
Expand Down
17 changes: 9 additions & 8 deletions sysutils/ansible-lint/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

github.setup ansible-community ansible-lint 25.9.2 v
github.tarball_from archive
name ansible-lint
version 25.11.1
revision 0

categories sysutils
Expand All @@ -20,9 +19,13 @@ description Best practices checker for Ansible playbooks
long_description \
ansible-lint checks playbooks for practices and behaviour that could potentially be improved

checksums rmd160 9e0d3fb89d738ee96d04719df2002e5468a6e763 \
sha256 54556ac26a3cf7c5df3202da32ff94d36c7f71b51871539ec4492f11c59bdc9d \
size 650880
homepage https://github.com/ansible/ansible-lint

python.rootname ansible_lint

checksums rmd160 98adbde0d4d2f759d3e079577f2b8d53a85a65fe \
sha256 f9d7ce3877eeda5c39ee70acf9b88677732fea4cfc28a005c014dfaaa8678c85 \
size 716918

# Keep Python version compatible with yamllint
python.default_version 313
Expand Down Expand Up @@ -55,8 +58,6 @@ depends_lib-append port:py${python.version}-enrich \
patchfiles patch-disable_use_scm_version.diff \
patch-disable_path_warning.diff

github.livecheck.regex {([0-9.]+)}

notes "
Before using ansible-lint need to select the Python version of Ansible:

Expand Down