Skip to content

Commit

Permalink
gallery-dl: Update net/gallery-dl to 1.1.0
Browse files Browse the repository at this point in the history
Changes:
1.1.0
-----
 * Added the `-r/--limit-rate` command-line option to set a maximum download
   rate
 * Added the `--sleep` command-line option to specify the number of seconds
   to sleep before each download
 * Updated `gelbooru` to no longer use their now disabled API
 * Fixed SWF extraction for `sankaku` (#52)
 * Fixed extraction issues for `hentai2read` and `khinsider`
 * Removed the deprecated `--images` and `--chapters` options
 * Removed the `mangazuki` module
  • Loading branch information
iamleot committed Dec 9, 2017
1 parent 3cee574 commit e2324e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions net/gallery-dl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2017/11/25 18:34:23 leot Exp $
# $NetBSD: Makefile,v 1.5 2017/12/09 10:41:05 leot Exp $

DISTNAME= gallery_dl-1.0.2
DISTNAME= gallery_dl-1.1.0
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
Expand Down
5 changes: 1 addition & 4 deletions net/gallery-dl/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2017/11/12 13:50:59 leot Exp $
@comment $NetBSD: PLIST,v 1.4 2017/12/09 10:41:05 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -204,9 +204,6 @@ ${PYSITELIB}/gallery_dl/extractor/mangareader.pyo
${PYSITELIB}/gallery_dl/extractor/mangastream.py
${PYSITELIB}/gallery_dl/extractor/mangastream.pyc
${PYSITELIB}/gallery_dl/extractor/mangastream.pyo
${PYSITELIB}/gallery_dl/extractor/mangazuki.py
${PYSITELIB}/gallery_dl/extractor/mangazuki.pyc
${PYSITELIB}/gallery_dl/extractor/mangazuki.pyo
${PYSITELIB}/gallery_dl/extractor/message.py
${PYSITELIB}/gallery_dl/extractor/message.pyc
${PYSITELIB}/gallery_dl/extractor/message.pyo
Expand Down
10 changes: 5 additions & 5 deletions net/gallery-dl/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.4 2017/11/25 18:34:23 leot Exp $
$NetBSD: distinfo,v 1.5 2017/12/09 10:41:05 leot Exp $

SHA1 (gallery_dl-1.0.2.tar.gz) = 05c82d44b9d85a27c27c6ba6a1aa9adc6d7b6976
RMD160 (gallery_dl-1.0.2.tar.gz) = 1bfb8d4d577101c556e5b3f2b77a2acbbb1dd9d7
SHA512 (gallery_dl-1.0.2.tar.gz) = 427e43592823f6bf77cd6018caac2f5293953a6df1124f2cd82cb3dc0736cb0c9ffde0ec0ad0e9aa3cf5f20a47facee5bf8d2ebdfa53439c8503385e9dbc2161
Size (gallery_dl-1.0.2.tar.gz) = 110824 bytes
SHA1 (gallery_dl-1.1.0.tar.gz) = 01b59b347f61e6c5ab2da6967303bfb3b81020d9
RMD160 (gallery_dl-1.1.0.tar.gz) = 9591346034f79bf10a77484723e983cd1d58c639
SHA512 (gallery_dl-1.1.0.tar.gz) = b9937b613de89acaffb288d0f955f3efc7eea3749f9ae59ab5f477d79c3ba9c7300218a306dfa8dc99ce9240c3e13d6cf10e5e7dd384059f39862fcf9fbf2af4
Size (gallery_dl-1.1.0.tar.gz) = 111685 bytes
SHA1 (patch-gallery__dl_version.py) = aa869f0441895fd7741c153fdd18ef6b35f6e355

0 comments on commit e2324e4

Please sign in to comment.