pkgsrc/net/gallery-dl/Makefile
leot cfd2dcce56 gallery-dl: Update to 1.8.6
Changes:
1.8.6
-----
### Additions
 - Support for
   - `slickpic` (#249)
   - `xhamster` (#281)
   - `pornhub`  (#282)
   - `8muses`   (#305)
 - `extra` option for `deviantart` to download Sta.sh content linked in
   description texts (#302)
### Changes
 - Detect `directlink` URLs with upper case filename extensions (#296)
### Fixes
 - Improved error handling for `tumblr` API calls (#297)
 - Fixed extraction of `livedoor` blogs (#301)
 - Fixed extraction of special `deviantart` Sta.sh items (#307)
 - Fixed pagination for specific `keenspot` comics
2019-06-14 19:36:46 +00:00

27 lines
867 B
Makefile

# $NetBSD: Makefile,v 1.35 2019/06/14 19:36:46 leot Exp $
DISTNAME= gallery_dl-1.8.6
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
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"