Skip to content

Commit

Permalink
py-ansible-compat: Update to 24.10.0 and add python 3.13 variant
Browse files Browse the repository at this point in the history
  - Update to 24.10.0
  - Add python 3.13 variant
  - Update download link and distname "_" vs "-"
  • Loading branch information
jhoyt4 committed Jan 28, 2025
1 parent f542fb6 commit e65d067
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions python/py-ansible-compat/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-compat
version 4.1.11
version 24.10.0
revision 0

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

checksums rmd160 ca04c268c763cebfd6b07551376c585b6d484138 \
sha256 b3e9f9d7c3a1ce6222de444e9dc6fece7eba70ac64f2a0befdc4e2d542018b4a \
size 73021
homepage https://pypi.python.org/pypi/ansible-compat
distname ansible_compat-${version}

python.pep517 yes
python.versions 39 310 311 312
checksums rmd160 d7f02c83fade368c757f9144dc4bbd5a87a9a5a4 \
sha256 0ad873e0dae8b2de79bc33ced813d6c92c716c4d7b82f9a4693e1fd57f43776e \
size 81818

python.versions 39 310 311 312 313

if {${name} ne ${subport}} {
depends_build-append \
Expand Down

0 comments on commit e65d067

Please sign in to comment.