pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gallery-dl gallery-dl: Update net/gallery-dl to 1.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/effcf78655ba
branches:  trunk
changeset: 315216:effcf78655ba
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Nov 18 10:51:38 2018 +0000

description:
gallery-dl: Update net/gallery-dl to 1.6.0

Changes:
1.6.0
-----
- Add wallhaven extractor
- Add yuki extractor
- Add a ytdl (youtube-dl) downloader to download media via youtube-dl
  (Unfortunately at the moment youtube-dl package is not a multipackage (we do
  not have py{27,34,35,37}-youtube-dl so this will work only if youtube-dl was
  built with the same PYTHON_VERSION_DEFAULT of gallery-dl))
- Add '--no-check-certificate' command-line option
- Misc bug fixes and improvements

diffstat:

 net/gallery-dl/Makefile |   4 ++--
 net/gallery-dl/PLIST    |  14 ++++++++++----
 net/gallery-dl/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 11 deletions(-)

diffs (77 lines):

diff -r 6e25a1f77fc3 -r effcf78655ba net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sun Nov 18 08:58:51 2018 +0000
+++ b/net/gallery-dl/Makefile   Sun Nov 18 10:51:38 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/10/01 20:07:23 leot Exp $
+# $NetBSD: Makefile,v 1.23 2018/11/18 10:51:38 leot Exp $
 
-DISTNAME=      gallery_dl-1.5.3
+DISTNAME=      gallery_dl-1.6.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 6e25a1f77fc3 -r effcf78655ba net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sun Nov 18 08:58:51 2018 +0000
+++ b/net/gallery-dl/PLIST      Sun Nov 18 10:51:38 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/09/14 17:55:07 leot Exp $
+@comment $NetBSD: PLIST,v 1.18 2018/11/18 10:51:38 leot Exp $
 bin/gallery-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -12,9 +12,6 @@
 ${PYSITELIB}/gallery_dl/__main__.py
 ${PYSITELIB}/gallery_dl/__main__.pyc
 ${PYSITELIB}/gallery_dl/__main__.pyo
-${PYSITELIB}/gallery_dl/adapter.py
-${PYSITELIB}/gallery_dl/adapter.pyc
-${PYSITELIB}/gallery_dl/adapter.pyo
 ${PYSITELIB}/gallery_dl/aes.py
 ${PYSITELIB}/gallery_dl/aes.pyc
 ${PYSITELIB}/gallery_dl/aes.pyo
@@ -39,6 +36,9 @@
 ${PYSITELIB}/gallery_dl/downloader/text.py
 ${PYSITELIB}/gallery_dl/downloader/text.pyc
 ${PYSITELIB}/gallery_dl/downloader/text.pyo
+${PYSITELIB}/gallery_dl/downloader/ytdl.py
+${PYSITELIB}/gallery_dl/downloader/ytdl.pyc
+${PYSITELIB}/gallery_dl/downloader/ytdl.pyo
 ${PYSITELIB}/gallery_dl/exception.py
 ${PYSITELIB}/gallery_dl/exception.pyc
 ${PYSITELIB}/gallery_dl/exception.pyo
@@ -303,6 +303,9 @@
 ${PYSITELIB}/gallery_dl/extractor/twitter.py
 ${PYSITELIB}/gallery_dl/extractor/twitter.pyc
 ${PYSITELIB}/gallery_dl/extractor/twitter.pyo
+${PYSITELIB}/gallery_dl/extractor/wallhaven.py
+${PYSITELIB}/gallery_dl/extractor/wallhaven.pyc
+${PYSITELIB}/gallery_dl/extractor/wallhaven.pyo
 ${PYSITELIB}/gallery_dl/extractor/warosu.py
 ${PYSITELIB}/gallery_dl/extractor/warosu.pyc
 ${PYSITELIB}/gallery_dl/extractor/warosu.pyo
@@ -315,6 +318,9 @@
 ${PYSITELIB}/gallery_dl/extractor/yandere.py
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyc
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyo
+${PYSITELIB}/gallery_dl/extractor/yuki.py
+${PYSITELIB}/gallery_dl/extractor/yuki.pyc
+${PYSITELIB}/gallery_dl/extractor/yuki.pyo
 ${PYSITELIB}/gallery_dl/job.py
 ${PYSITELIB}/gallery_dl/job.pyc
 ${PYSITELIB}/gallery_dl/job.pyo
diff -r 6e25a1f77fc3 -r effcf78655ba net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sun Nov 18 08:58:51 2018 +0000
+++ b/net/gallery-dl/distinfo   Sun Nov 18 10:51:38 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2018/09/14 17:55:07 leot Exp $
+$NetBSD: distinfo,v 1.22 2018/11/18 10:51:38 leot Exp $
 
-SHA1 (gallery_dl-1.5.3.tar.gz) = 61a6cd4cffd7fc113cd6a26e6dca1c022c810ad6
-RMD160 (gallery_dl-1.5.3.tar.gz) = 2779a424372dbaf3e8f34737769b3ee5d6531ab4
-SHA512 (gallery_dl-1.5.3.tar.gz) = 8a740d69980967d36223cb24fe6333c8eae689ee2f729e6c8f19eb4a729c5f6c197bf5586d8b4e13931970d54b8572bbd9d041d25dc47cd6b03d596351738d24
-Size (gallery_dl-1.5.3.tar.gz) = 147409 bytes
+SHA1 (gallery_dl-1.6.0.tar.gz) = 3f3457e8ccade56564429b01e9945e52bfa7ebcb
+RMD160 (gallery_dl-1.6.0.tar.gz) = e2250bac5965a3a2e8329386a6eeecb35e83a023
+SHA512 (gallery_dl-1.6.0.tar.gz) = c11348b2b523d602cf1a4948900769f028c95ca5fc3cc8196a2a413f6d029bfa1597f1df6cbf3968d08ab95601b5b8cd78cbecf4b5104a24d43443e4bb379f13
+Size (gallery_dl-1.6.0.tar.gz) = 151381 bytes
 SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553



Home | Main Index | Thread Index | Old Index