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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:03:48 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:03:48
  Author: foutrelis
Revision: 752215

archrelease: copy trunk to community-staging-any

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

---------------+
 PKGBUILD      |   29 +++++++++++++++++++++++++++++
 changelog.txt |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

Copied: fanficfare/repos/community-staging-any/PKGBUILD (from rev 752214, fanficfare/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:03:48 UTC (rev 752215)
@@ -0,0 +1,29 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.22.1
+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=('38405aaba622c5f12bf6d342e09c312d9e966de0baf98c18b41770941e33fddd')
+b2sums=('66c8d53cad52e115e008c70c1c39c285344c39dffc075ae1f4bf40c5acd2a75ae6f843d8e96363682346c0e69716fcceab2fccb063a9f3aac9b2929d7b0f9dfd')
+
+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 752214, fanficfare/trunk/changelog.txt)
===================================================================
--- community-staging-any/changelog.txt	                        (rev 0)
+++ community-staging-any/changelog.txt	2020-11-12 17:03:48 UTC (rev 752215)
@@ -0,0 +1,32 @@
+Version 3.22.1 - 13 Aug 2020
+- Fix for Reject list not working for new users/libraries.
+
+Version 3.22.0 - 09 Aug 2020
+- Accept storyUrl with title in it for adapter_webnovelcom. Addresses #520
+- Fix adapter_mcstoriescom getSiteExampleURLs()
+- Remove outdated rejecturls from plugin prefs--replaced by rejecturls_date
+  last 18+ month back.
+- Fix for adapter_quotevcom site changes.
+- Fix adapter_harrypotterfanfictioncom desc parse for site change.
+- Changes for Python3 deprecation warnings (mostly) from eschwartz
+- Normalize literotica.com URLs to www.literotica.com
+- New Site: scribblehub.com - Thanks, mavi0!
+- Fixes for site changes: adapter_ficbooknet
+- Change INI error link blue color in dark mode.
+- Add 'Series [0]' option for new anthologies.
+- For anthologies, look for common val in numbered series00 if not all share
+  'series'.
+
+Version 3.21.0 - 07 Jul 2020
+- New site: chireads.com -- Thanks, Kolbo!
+- Fix for recursion in add_genre_when_multi_category caching bad value.
+- Change INI edit highlight colors when dark theme.
+- Add cover_min_size setting.
+- Fix add_genre_when_multi_category so it can include_in_ without breaking and
+  move above doreplacements.
+- Add .SHOW_EMPTY feature for titlepage_entries.
+- Check for epub before polishing cover into it.
+- Change site efiction.esteliel.de to faerie-archive.com, also changed
+  siteabbrev eesd->fae
+- Allow for no genre stories in adapter_fanficauthorsnet.
+- Fix adapter_webnovelcom sitetags for site changes.



More information about the arch-commits mailing list