Commits

Ryan Schmidt authored b6ab8d8a490
py-liblzma: Fix rmd160 checksum; add size
No tags

python/py-liblzma/Portfile

Modified
11 11 license LGPL-3+
12 12 description Python bindings for the XZ Utils compression library.
13 13 long_description ${description}
14 14
15 15 homepage https://launchpad.net/pyliblzma
16 16 master_sites pypi:p/pyliblzma/
17 17 use_bzip2 yes
18 18 distname pyliblzma-${version}
19 19 checksums md5 500f61116ee1ab4063b49c121786863a \
20 20 sha1 6240ec6f830f35f4087b8926a95c2074320b7ed5 \
21 - md160 b9062beec2bc745ea4fa64aef04f081a33b3d79c
21 + rmd160 b9062beec2bc745ea4fa64aef04f081a33b3d79c \
22 + size 43498
22 23
23 24 if {${name} ne ${subport}} {
24 25 depends_build port:py${python.version}-setuptools
25 26 depends_lib-append port:xz
26 27
27 28 patchfiles pyliblzma-python23.diff
28 29 }

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

Add shortcut