[MacPorts] #42044: Ansible: update to 1.4.4

MacPorts noreply at macports.org
Wed Jan 8 09:59:01 PST 2014


#42044: Ansible: update to 1.4.4
--------------------------+----------------------
  Reporter:  a.vermeer@…  |      Owner:  blair@…
      Type:  update       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:  fixed        |   Keywords:  haspatch
      Port:  ansible      |
--------------------------+----------------------
Changes (by blair@…):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed in r115660.

 Please do a diff between successive releases in the future to see if the
 portfile needs anything else.  In this case, there's this:

 {{{
 diff -ru ansible-1.4.1/setup.py ansible-1.4.4/setup.py
 --- ansible-1.4.1/setup.py      2013-11-19 11:12:23.000000000 -0800
 +++ ansible-1.4.4/setup.py      2014-01-07 12:52:31.000000000 -0800
 @@ -22,7 +22,7 @@
        author_email='michael at ansibleworks.com',
        url='http://ansibleworks.com/',
        license='GPLv3',
 -      install_requires=['paramiko', 'jinja2', "PyYAML"],
 +      install_requires=['paramiko', 'jinja2', "PyYAML", "httplib2"],
        package_dir={ 'ansible': 'lib/ansible' },
        packages=[
           'ansible',
 }}}

 So I added an additional dependency on py2?-httplib2.

-- 
Ticket URL: <https://trac.macports.org/ticket/42044#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list