diff options
author | leot <leot@pkgsrc.org> | 2018-09-14 17:55:07 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-09-14 17:55:07 +0000 |
commit | c200b1409569278de8e6942b29d63b55d2f6d800 (patch) | |
tree | 980fd5f4b972129a0af368b57750f6e4e05e351c | |
parent | 7ba615642144a811a208b1f722168c926b233d94 (diff) | |
download | pkgsrc-c200b1409569278de8e6942b29d63b55d2f6d800.tar.gz |
gallery-dl: Update net/gallery-dl to 1.5.3
Changes:
1.5.3
-----
- Added support for:
+ hentaicafe - https://hentai.cafe/ (#101)
+ bobx - http://www.bobx.com/dark/
- Added black-/whitelist options for post-processor modules
- Added support for tumblr inline videos (#102)
- Fixed extraction of smugmug albums without owner (#100)
- Fixed issues when using default config values with reddit extractors (#104)
- Fixed pagination for user favorites on sankaku (#106)
• Fixed a crash when processing deviantart journals (#108)
-rw-r--r-- | net/gallery-dl/Makefile | 4 | ||||
-rw-r--r-- | net/gallery-dl/PLIST | 8 | ||||
-rw-r--r-- | net/gallery-dl/distinfo | 10 |
3 files changed, 14 insertions, 8 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile index 723f1501670..e253d606a19 100644 --- a/net/gallery-dl/Makefile +++ b/net/gallery-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2018/08/31 19:18:59 leot Exp $ +# $NetBSD: Makefile,v 1.21 2018/09/14 17:55:07 leot Exp $ -DISTNAME= gallery_dl-1.5.2 +DISTNAME= gallery_dl-1.5.3 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 1d1eb0dc006..1a5ff3460e6 100644 --- a/net/gallery-dl/PLIST +++ b/net/gallery-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2018/08/31 19:18:59 leot Exp $ +@comment $NetBSD: PLIST,v 1.17 2018/09/14 17:55:07 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -75,6 +75,9 @@ ${PYSITELIB}/gallery_dl/extractor/b4k.pyo ${PYSITELIB}/gallery_dl/extractor/behance.py ${PYSITELIB}/gallery_dl/extractor/behance.pyc ${PYSITELIB}/gallery_dl/extractor/behance.pyo +${PYSITELIB}/gallery_dl/extractor/bobx.py +${PYSITELIB}/gallery_dl/extractor/bobx.pyc +${PYSITELIB}/gallery_dl/extractor/bobx.pyo ${PYSITELIB}/gallery_dl/extractor/booru.py ${PYSITELIB}/gallery_dl/extractor/booru.pyc ${PYSITELIB}/gallery_dl/extractor/booru.pyo @@ -132,6 +135,9 @@ ${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/hentaicafe.py +${PYSITELIB}/gallery_dl/extractor/hentaicafe.pyc +${PYSITELIB}/gallery_dl/extractor/hentaicafe.pyo ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.py ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyc ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyo diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo index 0d2bc64e36e..576fb9a4a08 100644 --- a/net/gallery-dl/distinfo +++ b/net/gallery-dl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2018/08/31 19:18:59 leot Exp $ +$NetBSD: distinfo,v 1.21 2018/09/14 17:55:07 leot Exp $ -SHA1 (gallery_dl-1.5.2.tar.gz) = 1943afa464ba70fa088ca36c2bafbd21ef227d0a -RMD160 (gallery_dl-1.5.2.tar.gz) = f5e37ab67651d6bae6e66110885604fb5cb09bb6 -SHA512 (gallery_dl-1.5.2.tar.gz) = 2d4e9cecd1703977642a597da1405824e36bf0dc29b0caf9679605e92c4fcfe5ac0b118a2e25673e46c41c07511cdb2f79f543066ef4811a055c819e868e9a0b -Size (gallery_dl-1.5.2.tar.gz) = 145203 bytes +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 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553 |