[arch-commits] Commit in fanficfare/repos (3 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 03:34:34 UTC 2019


    Date: Monday, November 4, 2019 @ 03:34:34
  Author: felixonmars
Revision: 523070

archrelease: copy trunk to community-staging-any

Added:
  fanficfare/repos/community-staging-any/
  fanficfare/repos/community-staging-any/PKGBUILD
    (from rev 523069, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-staging-any/changelog.txt
    (from rev 523069, fanficfare/trunk/changelog.txt)

---------------+
 PKGBUILD      |   27 +++++++++++++++++++++++++++
 changelog.txt |   26 ++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

Copied: fanficfare/repos/community-staging-any/PKGBUILD (from rev 523069, fanficfare/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 03:34:34 UTC (rev 523070)
@@ -0,0 +1,27 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.12.0
+pkgrel=2
+pkgdesc="A tool for downloading fanfiction to eBook formats"
+arch=('any')
+url="https://github.com/JimmXinu/${_pkgname}"
+license=('Apache')
+changelog=changelog.txt
+depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
+         'python-html2text')
+optdepends=('python-pillow: support for converting/resizing story images and covers')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('a9af8f6474d1411f2e0e580a64311c9fd67c8d4453764c68f37c52f02f1433aa')
+b2sums=('ba01abde69c54422652b1288f14e528f264e0310a8a0beac0e03146d4bb0424fd3ba0b397f8c6b0125f4cb06e086726b5ee413ac6e252fe317ff7823d1ad32ba')
+
+build() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    python setup.py build
+}
+
+package() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}

Copied: fanficfare/repos/community-staging-any/changelog.txt (from rev 523069, fanficfare/trunk/changelog.txt)
===================================================================
--- community-staging-any/changelog.txt	                        (rev 0)
+++ community-staging-any/changelog.txt	2019-11-04 03:34:34 UTC (rev 523070)
@@ -0,0 +1,26 @@
+Version 3.12.0 - 14 Oct 2019
+- Update Translations
+- Add defaults.ini CSS for ficbook.net to preserve line breaks.
+- Changes for adapter_forumsspacebattlescom to use base_xenforo2forum.
+- Correct AO3 author parsing for high-byte characters.
+- Additional warnings about imaptags added to manually added story URLs.
+- Fix for adapter_trekfanfictionnet URL change. Closes #433.
+- Add 'Restricted to Registered Users'(restricted) metadata to AO3.
+- Fix for unicode chars in url params, fixes 427
+- Add feature to automatically add optional tags for stories downloaded from
+  email URLs.
+- New Russian Site added: www.swi.org.ru - Thanks gunmetal313
+- Fix for wordcount in adapter_fanfiktionde when max_zalgo:1
+
+Version 3.11.0 - 04 Sep 2019
+- Update Translations
+- Add URL prefix for XF2 authorUrl if relative. Circa Aug 23, 2019 SV changed
+  the author URL FFF collects to a relative link and I didn't notice it until
+  now.
+- Add dedup_chapter_list option for buggy chapter lists. Optional in case
+  they're not buggy.
+- Add fetch_last_page for base_xenforo--SB doesn't send notice emails if user
+  not up-to-date now.
+- Fix for corner-case with deleting Rejects.
+- Fix for XF1 regression caused by XF2 threadmarks metadata code.
+- Add XF2 threadmarks_cover/status/desc/title options.



More information about the arch-commits mailing list