pkgsrc/net/gallery-dl/Makefile
leot 9351c4d3c2 gallery-dl: Update to 1.17.2
Changes:
1.17.2
------
### Additions
- [deviantart] add support for posts from watched users (#794)
- [manganelo] add `chapter` and `manga` extractors (#1415)
- [pinterest] add `search` extractor (#1411)
- [sankaku] add `tag_string` metadata field (#1388)
- [sankaku] add enumeration index for books (#1388)
- [tapas] add `series` and `episode` extractors (#692)
- [tapas] implement login with username & password (#692)
- [twitter] allow specifying a custom format for user results (#1337)
- [twitter] add extractor for direct image links (#1417)
- [vk] add support for albums (#474)

### Fixes
- [aryion] unescape paths (#1414)
- [bcy] improve pagination
- [deviantart] update `watch` URL pattern (#794)
- [deviantart] fix arguments for search/popular results (#1408)
- [deviantart] use fallback for `/intermediary/` URLs
- [exhentai] improve and simplify image limit checks
- [komikcast] fix extraction
- [pixiv] fix `favorite` URL pattern (#1405)
- [sankaku] simplify `pool` tags (#1388)
- [twitter] improve error message when trying to log in with 2FA (#1409)
- [twitter] don't use youtube-dl for cards when videos are disabled (#1416)
2021-04-02 20:05:39 +00:00

29 lines
889 B
Makefile

# $NetBSD: Makefile,v 1.77 2021/04/02 20:05:39 leot Exp $
DISTNAME= gallery_dl-1.17.2
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"