Update pyicu to v 2.0.3

This commit is contained in:
John Ralls 2018-02-08 13:41:01 -08:00
parent 66a0c619b9
commit 6fafe8f6c3

View File

@ -18,7 +18,7 @@
<repository type="tarball" name="oracle"
href="http://download.oracle.com/"/>
<repository type="tarball" name="pymodules"
href="http://pypi.python.org/packages/source/"/>
href="https://pypi.python.org/packages/"/>
<repository type="tarball" name="stowers"
href="http://www.johnstowers.co.nz/files/"/>
<repository type="git" name="github"
@ -112,9 +112,12 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
supports-non-srcdir-builds="no">
<branch module="nzjrs/osm-gps-map" revision="1.0.2" repo="github"/>
<dependencies>
<dep package="meta-gtk-osx-gtk3"/>
<dep package="libsoup"/>
</dependencies>
<after>
<dep package="meta-gtk-osx-gtk3"/>
<dep package="meta-gtk-osx-gtk3.14"/>
</after>
</autotools>
<autotools id="graphviz" autogen-sh="configure"
@ -160,8 +163,8 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
</distutils>
<distutils id='pyicu'>
<branch version='1.8' repo='pymodules'
module='P/PyICU/PyICU-1.8.tar.gz'/>
<branch version='2.0.3' repo='pymodules'
module='bb/ef/3a7fcbba81bfd213e479131ae21445a2ddd14b46d70ef0109640b580bc5d/PyICU-2.0.3.tar.gz'/>
<dependencies>
<dep package='icu'/>
</dependencies>