File tree Expand file tree Collapse file tree 4 files changed +31
-16
lines changed Expand file tree Collapse file tree 4 files changed +31
-16
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PortSystem 1.0
4
4
PortGroup python 1.0
5
5
6
6
name py-ansible-compat
7
- version 4.1.11
7
+ version 24.10.0
8
8
revision 0
9
9
10
10
platforms {darwin any}
@@ -15,14 +15,19 @@ maintainers {judaew @judaew} openmaintainer
15
15
description \
16
16
Functions that help interacting with various versions of Ansible
17
17
long_description {*}${description}
18
- homepage https://github.com/ansible/ansible-compat
19
18
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
23
28
24
29
python.pep517 yes
25
- python.versions 39 310 311 312
30
+ python.versions 39 310 311 312 313
26
31
27
32
if {${name} ne ${subport} } {
28
33
depends_build-append \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PortGroup python 1.0
5
5
PortGroup select 1.0
6
6
7
7
name py-ansible-core
8
- version 2.17.2
8
+ version 2.18.1
9
9
distname ansible_core-${version}
10
10
revision 0
11
11
license GPL-3+
@@ -19,9 +19,9 @@ maintainers {adfernandes @adfernandes} {gmail.com:pedro.salgado @steenzo
19
19
homepage https://github.com/ansible/ansible
20
20
description SSH-based configuration management and deployment system
21
21
22
- checksums rmd160 da4eca386dddf6d08294d416de116141dcf37bde \
23
- sha256 3dfa15249069ea0d001257902c968ddf9bb71d965769b8802bce85187556c5d8 \
24
- size 3125313
22
+ checksums rmd160 61fb99987fb8f6aac69a2c170f471b6b5658bef5 \
23
+ sha256 14cac1f92bbdae881cb0616eddeb17925e8cb507e486087975e724533d9de74f \
24
+ size 3069965
25
25
26
26
long_description \
27
27
Ansible is a radically simple model-driven configuration \
@@ -31,7 +31,7 @@ long_description \
31
31
be written in any language and are transferred to managed machines \
32
32
automatically.
33
33
34
- python.versions 39 310 311 312
34
+ python.versions 39 310 311 312 313
35
35
python.pep517 yes
36
36
37
37
if {${name} ne ${subport} } {
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PortSystem 1.0
4
4
PortGroup python 1.0
5
5
6
6
name py-ansible
7
- version 10.2 .0
7
+ version 11.1 .0
8
8
revision 0
9
9
license GPL-3+
10
10
@@ -17,9 +17,9 @@ maintainers {adfernandes @adfernandes} {gmail.com:pedro.salgado @steenzo
17
17
homepage https://github.com/ansible/ansible
18
18
description SSH-based configuration management and deployment system
19
19
20
- checksums rmd160 44dc3a47200f857db6246e89b9f8bce7830deea6 \
21
- sha256 8aa0629ba8eced6465e2ceb49029e93d337c4a6fc5a3e6e98825c258dd6a7057 \
22
- size 39352378
20
+ checksums rmd160 0a2f65660e4ddb0330e0780f8d07c75e61a70505 \
21
+ sha256 d01b425990d960d2a33fc378e1b73dbca1c0e28bc22f4056ab6b3c8e9ae74fba \
22
+ size 41299850
23
23
24
24
long_description \
25
25
Ansible is a radically simple model-driven configuration \
@@ -29,7 +29,7 @@ long_description \
29
29
be written in any language and are transferred to managed machines \
30
30
automatically.
31
31
32
- python.versions 39 310 311 312
32
+ python.versions 39 310 311 312 313
33
33
python.pep517 yes
34
34
35
35
if {${name} ne ${subport} } {
You can’t perform that action at this time.
0 commit comments