Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions python/py-wand/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ PortGroup python 1.0

name py-wand
python.rootname Wand
version 0.6.13
version 0.7.0
revision 0
categories-append graphics
license MIT
supported_archs noarch
platforms {darwin any}

python.versions 310 311 312
python.versions 310 311 312 313 314

maintainers {stromnov @stromnov} openmaintainer

Expand All @@ -21,9 +21,12 @@ long_description {*}${description}

homepage http://wand-py.org/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this redirects to https://docs.wand-py.org/ ; please update


checksums rmd160 b6e0df5816bed3602d179df75ff09bbeb13eb41c \
sha256 f5013484eaf7a20eb22d1821aaefe60b50cc329722372b5f8565d46d4aaafcca \
size 11883700
master_sites https://files.pythonhosted.org/packages/c5/f6/feb40fadb7f3a6c5d45c02840c329725f6ec907eb3581c5de27445700e8a/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this should not be needed... why does the default set by the python PortGroup not work?

distname wand-${version}

checksums rmd160 6b3e18ab755734784f5f26eb7e0651f6eaf138d4 \
sha256 e48f983cc248c23f752e5ba8a6aa1b09370c87d81425d2cc7474f4536c0740f9 \
size 11888946

if {${name} ne ${subport}} {
depends_lib-append port:ImageMagick
Expand Down