Commits

Andrew Fernandes authored c28aab0978b
python/py-ansible: trivial update to 2.9.2

Closes: https://trac.macports.org/ticket/59817
No tags

python/py-ansible/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5 PortGroup select 1.0
6 6
7 7 name py-ansible
8 -version 2.8.2
8 +version 2.9.2
9 9 license GPL-3+
10 10
11 11 categories-append sysutils
12 12 platforms darwin
13 13 supported_archs noarch
14 14
15 15 maintainers {adfernandes @adfernandes} {gmail.com:pedro.salgado @steenzout} openmaintainer
16 16
17 17 master_sites pypi:a/ansible
18 18 homepage https://github.com/ansible/ansible
19 19 description SSH-based configuration management and deployment system
20 20
21 21 distname ansible-${version}
22 -checksums rmd160 0b3852a48075c26dbc75f9efe35c8d93616a4f2e \
23 - sha256 1e5ba829ca0602c55b33da399b06f99b135a34014b661d1c36d8892a1e2d3730 \
24 - size 14328267
22 +checksums rmd160 b906eb46a19d61abeff8a841e6f8721040e890ef \
23 + sha256 2f83f8ccc50640aa41a24f6e7757ac06b0ee6189fdcaacab68851771d3b42f3a \
24 + size 14157188
25 25
26 26 conflicts ansible
27 27
28 28 long_description \
29 29 Ansible is a radically simple model-driven configuration \
30 30 management, multi-node deployment, and remote task execution \
31 31 system. Ansible works over SSH and does not require any software \
32 32 or daemons to be installed on remote nodes. Extension modules can \
33 33 be written in any language and are transferred to managed machines \
34 34 automatically.

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut