[MacPorts] #46130: py-wxpython-3.0 @3.0.2.0: wxPython.h is missing
MacPorts
noreply at macports.org
Fri Dec 5 05:10:07 PST 2014
#46130: py-wxpython-3.0 @3.0.2.0: wxPython.h is missing
------------------------------+--------------------------------
Reporter: christsc@… | Owner: macports-tickets@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: py-wxpython-3.0 |
------------------------------+--------------------------------
Comment (by mojca@…):
There's also another trick that I used in the past to avoid having to deal
with wrong/old/stealth updated files:
{{{
pre-fetch {
set file_python
"${prefix}/var/macports/distfiles/wxWidgets/3.0.2/wxPython-3.0.2.0
-MacPorts-subset.tar.bz2"
if {[file exists ${file_python}]} {
if {[sha256 file ${file_python}] != "<proper shasum>"} {
# problematic sha256:
1844bbd83adbf10f223e47d07758ea740bc2d3c0eee26f7ee452eb67b0d52b56
ui_warn "deleting an old '${file_python}'"
file delete ${file_python}
}
}
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/46130#comment:9>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list