Skip to content

Commit

Permalink
py-wxpython-4.0: dependencies clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 12, 2025
1 parent 59b9919 commit 3356250
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python/py-wxpython-4.0/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name py-wxpython-4.0
python.rootname wxPython
# check kicad's version before updating
version 4.2.2
revision 0
revision 1

categories-append graphics devel
license wxwidgets-3.1
Expand Down Expand Up @@ -43,18 +43,18 @@ if {${name} ne ${subport}} {
build_py.patch

depends_build-append \
port:py${python.version}-cython \
port:py${python.version}-requests \
port:py${python.version}-setuptools \
port:py${python.version}-requests
port:py${python.version}-sip


depends_lib-append \
port:tiff

depends_run-append \
port:py${python.version}-numpy \
port:py${python.version}-pillow \
port:py${python.version}-six \
port:py${python.version}-sip \
port:py${python.version}-pathlib2
port:py${python.version}-Pillow

set wxpython_options "--no_magic --release --python ${python.bin} --osx_cocoa --nodoc --prefix=${python.prefix}"
build {
Expand Down

0 comments on commit 3356250

Please sign in to comment.