7ead8268f1
Changes: 1.18.4 ------ ### Additions - [420chan] add `thread` and `board` extractors - [deviantart] add `tag` extractor - [deviantart] add `comments` option - [deviantart] implement a `auto-watch` option - [foolfuuka] add `gallery` extractor - [furaffinity] expand URL pattern for searches - [kemonoparty] automatically generate required DDoS-GUARD cookies - [nhentai] add `favorite` extractor - [shopify] support windsorstore.com - [twitter] add `url` to user objects - [twitter] expand t.co links in user descriptions - show a warning if an extractor doesn`t yield any results - add a `j` format string conversion - implement a `fallback` option - implement a `path-strip` option ### Changes - [shopify] use API for product listings - update default User-Agent headers ### Fixes - [deviantart] prevent exceptions for "empty" videos - [exhentai] improve image limits check - [inkbunny] fix extraction - [mangadex] prevent exceptions for manga without English title - [oauth] use defaults when config values are set to `null` - [pixiv] fix pixivision title extraction - [reddit] delay RedditAPI initialization - [twitter] improve error reporting - [twitter] fix issue when filtering quote tweets - [twitter] fix `logout` option ### Removals - [deviantart] remove the "you need session cookies to download mature scraps" warning - [foolslide] remove entry for kobato.hologfx.com
29 lines
889 B
Makefile
29 lines
889 B
Makefile
# $NetBSD: Makefile,v 1.82 2021/09/12 10:36:47 leot Exp $
|
|
|
|
DISTNAME= gallery_dl-1.18.4
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= https://github.com/mikf/gallery-dl
|
|
COMMENT= Command-line program to download image galleries and collections
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
|
|
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
|
|
|
|
# Only for Python 3
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|