diff --git a/python/py-ansible-compat/Portfile b/python/py-ansible-compat/Portfile index b7ae6f6f3ee3d..d0a841701debf 100644 --- a/python/py-ansible-compat/Portfile +++ b/python/py-ansible-compat/Portfile @@ -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 \ diff --git a/python/py-ansible-core/Portfile b/python/py-ansible-core/Portfile index ef288d34759c7..f9e81e827ade9 100644 --- a/python/py-ansible-core/Portfile +++ b/python/py-ansible-core/Portfile @@ -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+ @@ -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 \ @@ -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 { diff --git a/python/py-ansible-core/files/py314-ansible b/python/py-ansible-core/files/py314-ansible new file mode 100644 index 0000000000000..f43a99dd09c34 --- /dev/null +++ b/python/py-ansible-core/files/py314-ansible @@ -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 diff --git a/python/py-ansible/Portfile b/python/py-ansible/Portfile index 947b1072187e0..5ca9b66cb29c5 100644 --- a/python/py-ansible/Portfile +++ b/python/py-ansible/Portfile @@ -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+ @@ -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 \ @@ -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 { diff --git a/sysutils/ansible-lint/Portfile b/sysutils/ansible-lint/Portfile index ec4e785899670..788d27c317e5c 100644 --- a/sysutils/ansible-lint/Portfile +++ b/sysutils/ansible-lint/Portfile @@ -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 @@ -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 @@ -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: