Skip to content

Commit 46e6c65

Browse files
committed
ansible-lint: Update to 25.11.1 & switch to PyPi
Closed: https://trac.macports.org/ticket/73261
1 parent a3ff9e8 commit 46e6c65

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

sysutils/ansible-lint/Portfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
PortSystem 1.0
44
PortGroup python 1.0
5-
PortGroup github 1.0
65

7-
github.setup ansible-community ansible-lint 25.9.2 v
8-
github.tarball_from archive
6+
name ansible-lint
7+
version 25.11.1
98
revision 0
109

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

23-
checksums rmd160 9e0d3fb89d738ee96d04719df2002e5468a6e763 \
24-
sha256 54556ac26a3cf7c5df3202da32ff94d36c7f71b51871539ec4492f11c59bdc9d \
25-
size 650880
22+
homepage https://github.com/ansible/ansible-lint
23+
24+
python.rootname ansible_lint
25+
26+
checksums rmd160 98adbde0d4d2f759d3e079577f2b8d53a85a65fe \
27+
sha256 f9d7ce3877eeda5c39ee70acf9b88677732fea4cfc28a005c014dfaaa8678c85 \
28+
size 716918
2629

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

58-
github.livecheck.regex {([0-9.]+)}
59-
6061
notes "
6162
Before using ansible-lint need to select the Python version of Ansible:
6263

0 commit comments

Comments
 (0)