diff options
author | leot <leot@pkgsrc.org> | 2018-08-03 16:19:11 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-08-03 16:19:11 +0000 |
commit | 67f250875522d00ee9ce9b472534d923e141190e (patch) | |
tree | bbd222ef4f7a50a50758e9aa6c637ef1351dad9b /net/gallery-dl/PLIST | |
parent | cde6176bac305a84387709513e1f0b0eff5e588e (diff) | |
download | pkgsrc-67f250875522d00ee9ce9b472534d923e141190e.tar.gz |
gallery-dl: Update net/gallery-dl to 1.5.0
Changes:
1.5.0
-----
- Added support for:
- `behance` - https://www.behance.net/
- `myportfolio` - https://www.myportfolio.com/ (#95)
- Added custom format string options to handle long strings (#92, #94)
- Slicing: `"{field[10:40]}"`
- Replacement: `"{field:L40/too long/}"`
- Improved frame rate handling for ugoira conversions
- Improved private access token usage on `deviantart`
- Fixed metadata extraction for some images on `nijie`
- Fixed chapter extraction on `mangahere`
- Removed `whatisthisimnotgoodwithcomputers`
- Removed support for Python 3.3
Diffstat (limited to 'net/gallery-dl/PLIST')
-rw-r--r-- | net/gallery-dl/PLIST | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST index 7b865554162..c648c34b9c2 100644 --- a/net/gallery-dl/PLIST +++ b/net/gallery-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2018/06/23 08:53:31 leot Exp $ +@comment $NetBSD: PLIST,v 1.14 2018/08/03 16:19:11 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -72,6 +72,9 @@ ${PYSITELIB}/gallery_dl/extractor/artstation.pyo ${PYSITELIB}/gallery_dl/extractor/b4k.py ${PYSITELIB}/gallery_dl/extractor/b4k.pyc ${PYSITELIB}/gallery_dl/extractor/b4k.pyo +${PYSITELIB}/gallery_dl/extractor/behance.py +${PYSITELIB}/gallery_dl/extractor/behance.pyc +${PYSITELIB}/gallery_dl/extractor/behance.pyo ${PYSITELIB}/gallery_dl/extractor/booru.py ${PYSITELIB}/gallery_dl/extractor/booru.pyc ${PYSITELIB}/gallery_dl/extractor/booru.pyo @@ -204,6 +207,9 @@ ${PYSITELIB}/gallery_dl/extractor/mangastream.pyo ${PYSITELIB}/gallery_dl/extractor/message.py ${PYSITELIB}/gallery_dl/extractor/message.pyc ${PYSITELIB}/gallery_dl/extractor/message.pyo +${PYSITELIB}/gallery_dl/extractor/myportfolio.py +${PYSITELIB}/gallery_dl/extractor/myportfolio.pyc +${PYSITELIB}/gallery_dl/extractor/myportfolio.pyo ${PYSITELIB}/gallery_dl/extractor/nhentai.py ${PYSITELIB}/gallery_dl/extractor/nhentai.pyc ${PYSITELIB}/gallery_dl/extractor/nhentai.pyo @@ -291,9 +297,6 @@ ${PYSITELIB}/gallery_dl/extractor/twitter.pyo ${PYSITELIB}/gallery_dl/extractor/warosu.py ${PYSITELIB}/gallery_dl/extractor/warosu.pyc ${PYSITELIB}/gallery_dl/extractor/warosu.pyo -${PYSITELIB}/gallery_dl/extractor/whatisthisimnotgoodwithcomputers.py -${PYSITELIB}/gallery_dl/extractor/whatisthisimnotgoodwithcomputers.pyc -${PYSITELIB}/gallery_dl/extractor/whatisthisimnotgoodwithcomputers.pyo ${PYSITELIB}/gallery_dl/extractor/worldthree.py ${PYSITELIB}/gallery_dl/extractor/worldthree.pyc ${PYSITELIB}/gallery_dl/extractor/worldthree.pyo |