summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-02-17 15:52:43 +0000
committerleot <leot@pkgsrc.org>2018-02-17 15:52:43 +0000
commit87bd875da1958b89d335c88a60e64f6992c60724 (patch)
tree8adc878418a07d4ce2e1c82bd4ae86bf801a0367 /net
parent991cd85427a0d98e2f28b15dd5b5ab8cb4a1cca9 (diff)
downloadpkgsrc-87bd875da1958b89d335c88a60e64f6992c60724.tar.gz
gallery-dl: Update net/gallery-dl to 1.2.0
Changes: 1.2.0 ----- * Added support for: - `paheal` (#69) - `komikcast` (#70) - `subapics` (#70) * Added `--download-archive` to record downloaded files in an archive file * Added `--write-log` to write logging output to a file * Added a filetype check on download completion to fix incorrectly assigned filename extensions (#63) * Added the `tumblr:...` pseudo URI scheme to support custom domains for Tumblr blogs (#71) * Added fallback URLs for `tumblr` images (#64) * Added support for `reddit`-hosted images (#68) * Improved the input file format by allowing comments and per-URL options * Fixed OAuth 1.0 signature generation for Python 3.3 and 3.4 (#75) * Fixed smaller issues for `luscious`, `hentai2read`, `hentaihere` and `imgur` * Removed the `batoto` module
Diffstat (limited to 'net')
-rw-r--r--net/gallery-dl/Makefile4
-rw-r--r--net/gallery-dl/PLIST17
-rw-r--r--net/gallery-dl/distinfo12
-rw-r--r--net/gallery-dl/patches/patch-gallery__dl_version.py8
4 files changed, 22 insertions, 19 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile
index d32dff4e9da..09d7969be6c 100644
--- a/net/gallery-dl/Makefile
+++ b/net/gallery-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/01/13 16:12:19 leot Exp $
+# $NetBSD: Makefile,v 1.8 2018/02/17 15:52:43 leot Exp $
-DISTNAME= gallery_dl-1.1.2
+DISTNAME= gallery_dl-1.2.0
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST
index 35c8ce9dd21..a36315d50f4 100644
--- a/net/gallery-dl/PLIST
+++ b/net/gallery-dl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/01/13 16:12:19 leot Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/02/17 15:52:43 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -69,9 +69,6 @@ ${PYSITELIB}/gallery_dl/extractor/archiveofsins.pyo
${PYSITELIB}/gallery_dl/extractor/b4k.py
${PYSITELIB}/gallery_dl/extractor/b4k.pyc
${PYSITELIB}/gallery_dl/extractor/b4k.pyo
-${PYSITELIB}/gallery_dl/extractor/batoto.py
-${PYSITELIB}/gallery_dl/extractor/batoto.pyc
-${PYSITELIB}/gallery_dl/extractor/batoto.pyo
${PYSITELIB}/gallery_dl/extractor/booru.py
${PYSITELIB}/gallery_dl/extractor/booru.pyc
${PYSITELIB}/gallery_dl/extractor/booru.pyo
@@ -132,9 +129,6 @@ ${PYSITELIB}/gallery_dl/extractor/hbrowse.pyo
${PYSITELIB}/gallery_dl/extractor/hentai2read.py
${PYSITELIB}/gallery_dl/extractor/hentai2read.pyc
${PYSITELIB}/gallery_dl/extractor/hentai2read.pyo
-${PYSITELIB}/gallery_dl/extractor/hentaicdn.py
-${PYSITELIB}/gallery_dl/extractor/hentaicdn.pyc
-${PYSITELIB}/gallery_dl/extractor/hentaicdn.pyo
${PYSITELIB}/gallery_dl/extractor/hentaifoundry.py
${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyc
${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyo
@@ -180,6 +174,9 @@ ${PYSITELIB}/gallery_dl/extractor/kireicake.pyo
${PYSITELIB}/gallery_dl/extractor/kissmanga.py
${PYSITELIB}/gallery_dl/extractor/kissmanga.pyc
${PYSITELIB}/gallery_dl/extractor/kissmanga.pyo
+${PYSITELIB}/gallery_dl/extractor/komikcast.py
+${PYSITELIB}/gallery_dl/extractor/komikcast.pyc
+${PYSITELIB}/gallery_dl/extractor/komikcast.pyo
${PYSITELIB}/gallery_dl/extractor/konachan.py
${PYSITELIB}/gallery_dl/extractor/konachan.pyc
${PYSITELIB}/gallery_dl/extractor/konachan.pyo
@@ -222,6 +219,9 @@ ${PYSITELIB}/gallery_dl/extractor/nyafuu.pyo
${PYSITELIB}/gallery_dl/extractor/oauth.py
${PYSITELIB}/gallery_dl/extractor/oauth.pyc
${PYSITELIB}/gallery_dl/extractor/oauth.pyo
+${PYSITELIB}/gallery_dl/extractor/paheal.py
+${PYSITELIB}/gallery_dl/extractor/paheal.pyc
+${PYSITELIB}/gallery_dl/extractor/paheal.pyo
${PYSITELIB}/gallery_dl/extractor/pawoo.py
${PYSITELIB}/gallery_dl/extractor/pawoo.pyc
${PYSITELIB}/gallery_dl/extractor/pawoo.pyo
@@ -276,6 +276,9 @@ ${PYSITELIB}/gallery_dl/extractor/slideshare.pyo
${PYSITELIB}/gallery_dl/extractor/spectrumnexus.py
${PYSITELIB}/gallery_dl/extractor/spectrumnexus.pyc
${PYSITELIB}/gallery_dl/extractor/spectrumnexus.pyo
+${PYSITELIB}/gallery_dl/extractor/subapics.py
+${PYSITELIB}/gallery_dl/extractor/subapics.pyc
+${PYSITELIB}/gallery_dl/extractor/subapics.pyo
${PYSITELIB}/gallery_dl/extractor/test.py
${PYSITELIB}/gallery_dl/extractor/test.pyc
${PYSITELIB}/gallery_dl/extractor/test.pyo
diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo
index 4eb9c944285..9f1ba1ff9ba 100644
--- a/net/gallery-dl/distinfo
+++ b/net/gallery-dl/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2018/01/13 16:12:19 leot Exp $
+$NetBSD: distinfo,v 1.8 2018/02/17 15:52:43 leot Exp $
-SHA1 (gallery_dl-1.1.2.tar.gz) = 243b6ec6b58bb516c229e2a299c8f0b45926f528
-RMD160 (gallery_dl-1.1.2.tar.gz) = 7933ececa6e5b7dee0a3fcf2acd62a2b875f9da5
-SHA512 (gallery_dl-1.1.2.tar.gz) = 6b5b22cabd6149162873ab1b46ad064e607dd5f524fe0cc094a1feb5ff6806b04ccd44c142e3430c028c5bf768d4117aa5311f7887e05773d58b97aa113c336e
-Size (gallery_dl-1.1.2.tar.gz) = 116736 bytes
-SHA1 (patch-gallery__dl_version.py) = aa869f0441895fd7741c153fdd18ef6b35f6e355
+SHA1 (gallery_dl-1.2.0.tar.gz) = 5fc9c8dabe21143db0199aa7c2842fc033ad313a
+RMD160 (gallery_dl-1.2.0.tar.gz) = 4594c5be55fbb8d1124da39959126fadad119d5f
+SHA512 (gallery_dl-1.2.0.tar.gz) = 9d73375e291eaed3120400008339646d9a8322848da022e541c9199e555132de4468438abc8fe2a537a844fb02f6d7ef90915b24859eb4aa1eeaddd09fba683e
+Size (gallery_dl-1.2.0.tar.gz) = 122629 bytes
+SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553
diff --git a/net/gallery-dl/patches/patch-gallery__dl_version.py b/net/gallery-dl/patches/patch-gallery__dl_version.py
index ef74b3f4552..5ac4103b660 100644
--- a/net/gallery-dl/patches/patch-gallery__dl_version.py
+++ b/net/gallery-dl/patches/patch-gallery__dl_version.py
@@ -1,14 +1,14 @@
-$NetBSD: patch-gallery__dl_version.py,v 1.1 2017/09/04 09:35:26 leot Exp $
+$NetBSD: patch-gallery__dl_version.py,v 1.2 2018/02/17 15:52:43 leot Exp $
Avoid a UnicodeDecodeError.
---- gallery_dl/version.py.orig 2017-05-01 11:24:12.000000000 +0000
+--- gallery_dl/version.py.orig 2018-02-16 21:28:15.000000000 +0000
+++ gallery_dl/version.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
--# Copyright 2016-2017 Mike Fährmann
-+# Copyright 2016-2017 Mike Fahrmann
+-# Copyright 2016-2018 Mike Fährmann
++# Copyright 2016-2018 Mike Fahrmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as