Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
py-pptx: update to latest.
  • Loading branch information
eborisch committed Feb 3, 2017
1 parent 7a0dc02 commit cbc5c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/py-pptx/Portfile
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0
github.setup scanny python-pptx 0.6.1 v
github.setup scanny python-pptx 0.6.2 v
name py-pptx
python.versions 26 27 33 34 35
python.default_version 27
Expand All @@ -27,8 +27,8 @@ long_description A typical use would be generating a customized PowerPoint \


checksums \
rmd160 582a783b11f607a24355c3327d707cf3a8922996 \
sha256 2f94c140ac1cff4833c3aa2d90a380dc52092ca8b2247b987c5da9a90dc5517c
rmd160 eed79b2371b34a59bfa36bdacf55511fe82240a7 \
sha256 497dd19fdb5cc37ada46d6eaa2f2a421a61f699f5673a75cca37b4fa0a9c4d87

if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
Expand Down

2 comments on commit cbc5c4c

@luszczek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The checksums do not work for me. I had to change it to:

rmd160 5547fa9d95cf9f6814486b54adbab09a5ff669b6
sha256 3b0e16d02cb5a7c187328544aa89c87509172f0680349f4e528ce67fd8b9be8c

to make py27-pptx and py34-pptx work.

It might have something to do with tar-ball packaging by GitHub.

@pmetzger
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would submit a problem ticket. A comment on the commit is likely to be forgotten or lost.

Please sign in to comment.