Skip to content

Commit 1e06f16

Browse files
committed
ansible: update ansilbe packages to latest revs for python 3.13 support
Ports updated: py-ansible to 11.1.0 py-ansible-core to 2.18.1 py-ansible-compat to 24.10.0 Additionally add python 3.13 versions
1 parent cf7c91d commit 1e06f16

File tree

4 files changed

+31
-16
lines changed

4 files changed

+31
-16
lines changed

python/py-ansible-compat/Portfile

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PortSystem 1.0
44
PortGroup python 1.0
55

66
name py-ansible-compat
7-
version 4.1.11
7+
version 24.10.0
88
revision 0
99

1010
platforms {darwin any}
@@ -15,14 +15,19 @@ maintainers {judaew @judaew} openmaintainer
1515
description \
1616
Functions that help interacting with various versions of Ansible
1717
long_description {*}${description}
18-
homepage https://github.com/ansible/ansible-compat
1918

20-
checksums rmd160 ca04c268c763cebfd6b07551376c585b6d484138 \
21-
sha256 b3e9f9d7c3a1ce6222de444e9dc6fece7eba70ac64f2a0befdc4e2d542018b4a \
22-
size 73021
19+
homepage https://pypi.python.org/pypi/ansible-compat
20+
master_sites pypi:a/ansible_compat
21+
distname ansible_compat-${version}
22+
distfiles ansible_compat-${version}.tar.gz
23+
dist_subdir ansible_compat-${version}
24+
25+
checksums rmd160 d7f02c83fade368c757f9144dc4bbd5a87a9a5a4 \
26+
sha256 0ad873e0dae8b2de79bc33ced813d6c92c716c4d7b82f9a4693e1fd57f43776e \
27+
size 81818
2328

2429
python.pep517 yes
25-
python.versions 39 310 311 312
30+
python.versions 39 310 311 312 313
2631

2732
if {${name} ne ${subport}} {
2833
depends_build-append \

python/py-ansible-core/Portfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PortGroup python 1.0
55
PortGroup select 1.0
66

77
name py-ansible-core
8-
version 2.17.2
8+
version 2.18.1
99
distname ansible_core-${version}
1010
revision 0
1111
license GPL-3+
@@ -19,9 +19,9 @@ maintainers {adfernandes @adfernandes} {gmail.com:pedro.salgado @steenzo
1919
homepage https://github.com/ansible/ansible
2020
description SSH-based configuration management and deployment system
2121

22-
checksums rmd160 da4eca386dddf6d08294d416de116141dcf37bde \
23-
sha256 3dfa15249069ea0d001257902c968ddf9bb71d965769b8802bce85187556c5d8 \
24-
size 3125313
22+
checksums rmd160 61fb99987fb8f6aac69a2c170f471b6b5658bef5 \
23+
sha256 14cac1f92bbdae881cb0616eddeb17925e8cb507e486087975e724533d9de74f \
24+
size 3069965
2525

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

34-
python.versions 39 310 311 312
34+
python.versions 39 310 311 312 313
3535
python.pep517 yes
3636

3737
if {${name} ne ${subport}} {
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
bin/ansible-3.13
2+
bin/ansible-config-3.13
3+
bin/ansible-connection-3.13
4+
bin/ansible-console-3.13
5+
bin/ansible-doc-3.13
6+
bin/ansible-galaxy-3.13
7+
bin/ansible-inventory-3.13
8+
bin/ansible-playbook-3.13
9+
bin/ansible-pull-3.13
10+
bin/ansible-vault-3.13

python/py-ansible/Portfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PortSystem 1.0
44
PortGroup python 1.0
55

66
name py-ansible
7-
version 10.2.0
7+
version 11.1.0
88
revision 0
99
license GPL-3+
1010

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

20-
checksums rmd160 44dc3a47200f857db6246e89b9f8bce7830deea6 \
21-
sha256 8aa0629ba8eced6465e2ceb49029e93d337c4a6fc5a3e6e98825c258dd6a7057 \
22-
size 39352378
20+
checksums rmd160 0a2f65660e4ddb0330e0780f8d07c75e61a70505 \
21+
sha256 d01b425990d960d2a33fc378e1b73dbca1c0e28bc22f4056ab6b3c8e9ae74fba \
22+
size 41299850
2323

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

32-
python.versions 39 310 311 312
32+
python.versions 39 310 311 312 313
3333
python.pep517 yes
3434

3535
if {${name} ne ${subport}} {

0 commit comments

Comments
 (0)