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 to 1.8.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc190bd7fbe9
branches:  trunk
changeset: 322234:bc190bd7fbe9
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Apr 12 09:48:41 2019 +0000

description:
gallery-dl: Update to 1.8.2

pkgsrc changes:
 - Configuration files and man pages were accidentally installed
   in etc/ and share/man.  Add a SUBST_SED in order to avoid hard-coded
   paths and install bash completions in share/bash_completions.d.

Changes:
1.8.2
=====
Additions
---------
 - Support for
   - `pixnet` (#177)
   - `wikiart` (#179)
   - `mangoxo` (#184)
   - `yaplog` (#190)
   - `livedoor` (#190)
 - Login support for `mangoxo` (#184) and `twitter` (#214)

Changes
-------
 - Increased required `Requests` version to 2.11.0

Fixes
-----
 - Improved image quality on `reactor` sites (#210)
 - Support `imagebam` galleries with more than 100 images (#219)
 - Updated Cloudflare bypass code

diffstat:

 net/gallery-dl/Makefile |  13 ++++++++++---
 net/gallery-dl/PLIST    |  23 +++++++++++++++++++----
 net/gallery-dl/distinfo |  10 +++++-----
 3 files changed, 34 insertions(+), 12 deletions(-)

diffs (113 lines):

diff -r 7915147e43aa -r bc190bd7fbe9 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Fri Apr 12 08:09:05 2019 +0000
+++ b/net/gallery-dl/Makefile   Fri Apr 12 09:48:41 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2019/03/31 20:37:10 leot Exp $
+# $NetBSD: Makefile,v 1.30 2019/04/12 09:48:41 leot Exp $
 
-DISTNAME=      gallery_dl-1.8.1
+DISTNAME=      gallery_dl-1.8.2
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gallery-dl/}
@@ -11,7 +11,14 @@
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.2:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.11.0:../../devel/py-requests
+
+SUBST_CLASSES+=                paths
+SUBST_STAGE.paths=     pre-configure
+SUBST_MESSAGE.paths=   Adjust hard-coded paths
+SUBST_FILES.paths=     setup.py
+SUBST_SED.paths+=      -e 's,etc/bash_completion\.d,share/bash_completion.d,'
+SUBST_SED.paths+=      -e 's,share/man,${PKGMANDIR},g'
 
 USE_LANGUAGES=                 # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
diff -r 7915147e43aa -r bc190bd7fbe9 net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Fri Apr 12 08:09:05 2019 +0000
+++ b/net/gallery-dl/PLIST      Fri Apr 12 09:48:41 2019 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.24 2019/03/31 20:37:10 leot Exp $
+@comment $NetBSD: PLIST,v 1.25 2019/04/12 09:48:41 leot Exp $
 bin/gallery-dl
-etc/bash_completion.d/gallery-dl.bash_completion
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -178,6 +177,9 @@
 ${PYSITELIB}/gallery_dl/extractor/konachan.py
 ${PYSITELIB}/gallery_dl/extractor/konachan.pyc
 ${PYSITELIB}/gallery_dl/extractor/konachan.pyo
+${PYSITELIB}/gallery_dl/extractor/livedoor.py
+${PYSITELIB}/gallery_dl/extractor/livedoor.pyc
+${PYSITELIB}/gallery_dl/extractor/livedoor.pyo
 ${PYSITELIB}/gallery_dl/extractor/luscious.py
 ${PYSITELIB}/gallery_dl/extractor/luscious.pyc
 ${PYSITELIB}/gallery_dl/extractor/luscious.pyo
@@ -202,6 +204,9 @@
 ${PYSITELIB}/gallery_dl/extractor/mangastream.py
 ${PYSITELIB}/gallery_dl/extractor/mangastream.pyc
 ${PYSITELIB}/gallery_dl/extractor/mangastream.pyo
+${PYSITELIB}/gallery_dl/extractor/mangoxo.py
+${PYSITELIB}/gallery_dl/extractor/mangoxo.pyc
+${PYSITELIB}/gallery_dl/extractor/mangoxo.pyo
 ${PYSITELIB}/gallery_dl/extractor/mastodon.py
 ${PYSITELIB}/gallery_dl/extractor/mastodon.pyc
 ${PYSITELIB}/gallery_dl/extractor/mastodon.pyo
@@ -241,6 +246,9 @@
 ${PYSITELIB}/gallery_dl/extractor/pixiv.py
 ${PYSITELIB}/gallery_dl/extractor/pixiv.pyc
 ${PYSITELIB}/gallery_dl/extractor/pixiv.pyo
+${PYSITELIB}/gallery_dl/extractor/pixnet.py
+${PYSITELIB}/gallery_dl/extractor/pixnet.pyc
+${PYSITELIB}/gallery_dl/extractor/pixnet.pyo
 ${PYSITELIB}/gallery_dl/extractor/pururin.py
 ${PYSITELIB}/gallery_dl/extractor/pururin.pyc
 ${PYSITELIB}/gallery_dl/extractor/pururin.pyo
@@ -304,12 +312,18 @@
 ${PYSITELIB}/gallery_dl/extractor/weibo.py
 ${PYSITELIB}/gallery_dl/extractor/weibo.pyc
 ${PYSITELIB}/gallery_dl/extractor/weibo.pyo
+${PYSITELIB}/gallery_dl/extractor/wikiart.py
+${PYSITELIB}/gallery_dl/extractor/wikiart.pyc
+${PYSITELIB}/gallery_dl/extractor/wikiart.pyo
 ${PYSITELIB}/gallery_dl/extractor/xvideos.py
 ${PYSITELIB}/gallery_dl/extractor/xvideos.pyc
 ${PYSITELIB}/gallery_dl/extractor/xvideos.pyo
 ${PYSITELIB}/gallery_dl/extractor/yandere.py
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyc
 ${PYSITELIB}/gallery_dl/extractor/yandere.pyo
+${PYSITELIB}/gallery_dl/extractor/yaplog.py
+${PYSITELIB}/gallery_dl/extractor/yaplog.pyc
+${PYSITELIB}/gallery_dl/extractor/yaplog.pyo
 ${PYSITELIB}/gallery_dl/extractor/yuki.py
 ${PYSITELIB}/gallery_dl/extractor/yuki.pyc
 ${PYSITELIB}/gallery_dl/extractor/yuki.pyo
@@ -355,5 +369,6 @@
 ${PYSITELIB}/gallery_dl/version.py
 ${PYSITELIB}/gallery_dl/version.pyc
 ${PYSITELIB}/gallery_dl/version.pyo
-share/man/man1/gallery-dl.1
-share/man/man5/gallery-dl.conf.5
+man/man1/gallery-dl.1
+man/man5/gallery-dl.conf.5
+share/bash_completion.d/gallery-dl.bash_completion
diff -r 7915147e43aa -r bc190bd7fbe9 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Fri Apr 12 08:09:05 2019 +0000
+++ b/net/gallery-dl/distinfo   Fri Apr 12 09:48:41 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2019/03/31 20:37:10 leot Exp $
+$NetBSD: distinfo,v 1.29 2019/04/12 09:48:41 leot Exp $
 
-SHA1 (gallery_dl-1.8.1.tar.gz) = d4dfd6b47a2a6a83271eb8023d68b7324f043e74
-RMD160 (gallery_dl-1.8.1.tar.gz) = 7427a06f8cf94b756f4327e0a0b8c31d5cfa9006
-SHA512 (gallery_dl-1.8.1.tar.gz) = 6b7943e0555b9b66f83d2da8efde4ec58716534ac51c50ba2c5881b7481edf4cec184c46d26e29944a9d596c0de6f0ad6f5fff129c41c7fa6557989e02e04c32
-Size (gallery_dl-1.8.1.tar.gz) = 189301 bytes
+SHA1 (gallery_dl-1.8.2.tar.gz) = d9692d558ac40398a64fffd38d4c3930fc6127b5
+RMD160 (gallery_dl-1.8.2.tar.gz) = 01e4c5f105c2d410a5e2b6f0e567cf587c8a5d34
+SHA512 (gallery_dl-1.8.2.tar.gz) = 281979c41f6090d8ed5904c13f2e08a8c712263ec0cdf9a8fa688f31fe89d9004ed4aca784d9e4e471b452c0cd7be33d0378131701ffe5fc86985dda80ab8621
+Size (gallery_dl-1.8.2.tar.gz) = 195434 bytes
 SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956



Home | Main Index | Thread Index | Old Index