Skip to content

Commit

Permalink
gallery-dl: update to 1.23.0
Browse files Browse the repository at this point in the history
* add py-brotli and py-socks to dependencies list
* add myself as maintainer
  • Loading branch information
aeiouaeiouaeiouaeiouaeiouaeiou authored and reneeotten committed Aug 30, 2022
1 parent 08adf6e commit 41b76df
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions net/gallery-dl/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0

github.setup mikf gallery-dl 1.22.4 v
github.setup mikf gallery-dl 1.23.0 v
github.tarball_from releases
distname gallery_dl-${github.version}

categories net
maintainers nomaintainer
maintainers {@aeiouaeiouaeiouaeiouaeiouaeiou outlook.com:aeioudev} openmaintainer
revision 0

checksums rmd160 83c001471ed185cc659973cbd06ac00aac456447 \
sha256 7496f385940868c05755ddabe3417f7d97e89244aaf29552b11af29b1ac8ca79 \
size 458034
checksums rmd160 81940eec1d75291459ca19e4a6c065ebe59027c9 \
sha256 7062edcf950f4c8a7459f0a1296767ac3e02fa61aff9df3778746bce90fb308b \
size 464597

description command-line program to download image galleries and \
collections from several image hosting sites
Expand All @@ -25,7 +25,13 @@ long_description ${name} is a {*}${description}. It is a cross-platform tool
supported_archs noarch
license GPL-2
python.default_version 310
depends_lib port:py${python.version}-requests

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

depends_lib-append port:py${python.version}-brotli \
port:py${python.version}-requests \
port:py${python.version}-socks

variant ffmpeg description {Add ffmpeg dependency to enable Pixiv Ugoira to WebM conversion} {
depends_run-append path:bin/ffmpeg:ffmpeg
Expand Down

0 comments on commit 41b76df

Please sign in to comment.