Skip to content

Commit e2324e4

Browse files
committed
gallery-dl: Update net/gallery-dl to 1.1.0
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
1 parent 3cee574 commit e2324e4

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

net/gallery-dl/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.4 2017/11/25 18:34:23 leot Exp $
1+
# $NetBSD: Makefile,v 1.5 2017/12/09 10:41:05 leot Exp $
22

3-
DISTNAME= gallery_dl-1.0.2
3+
DISTNAME= gallery_dl-1.1.0
44
PKGNAME= ${DISTNAME:S/_/-/}
55
CATEGORIES= net python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}

net/gallery-dl/PLIST

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.3 2017/11/12 13:50:59 leot Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2017/12/09 10:41:05 leot Exp $
22
bin/gallery-dl
33
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
44
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -204,9 +204,6 @@ ${PYSITELIB}/gallery_dl/extractor/mangareader.pyo
204204
${PYSITELIB}/gallery_dl/extractor/mangastream.py
205205
${PYSITELIB}/gallery_dl/extractor/mangastream.pyc
206206
${PYSITELIB}/gallery_dl/extractor/mangastream.pyo
207-
${PYSITELIB}/gallery_dl/extractor/mangazuki.py
208-
${PYSITELIB}/gallery_dl/extractor/mangazuki.pyc
209-
${PYSITELIB}/gallery_dl/extractor/mangazuki.pyo
210207
${PYSITELIB}/gallery_dl/extractor/message.py
211208
${PYSITELIB}/gallery_dl/extractor/message.pyc
212209
${PYSITELIB}/gallery_dl/extractor/message.pyo

net/gallery-dl/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$NetBSD: distinfo,v 1.4 2017/11/25 18:34:23 leot Exp $
1+
$NetBSD: distinfo,v 1.5 2017/12/09 10:41:05 leot Exp $
22

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

0 commit comments

Comments
 (0)