[arch-commits] Commit in fanficfare/repos/community-any (6 files)

Antonio Rojas arojas at gemini.archlinux.org
Wed Feb 23 20:51:43 UTC 2022


    Date: Wednesday, February 23, 2022 @ 20:51:43
  Author: arojas
Revision: 1136313

archrelease: copy trunk to community-any

Added:
  fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
    (from rev 1136312, fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
  fanficfare/repos/community-any/PKGBUILD
    (from rev 1136312, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-any/changelog.txt
    (from rev 1136312, fanficfare/trunk/changelog.txt)
Deleted:
  fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch
  fanficfare/repos/community-any/PKGBUILD
  fanficfare/repos/community-any/changelog.txt

---------------------------------------------------------+
 0001-makeplugin-do-not-bundle-system-dependencies.patch |   74 +++++------
 PKGBUILD                                                |   92 +++++++-------
 changelog.txt                                           |   86 ++++++-------
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: 0001-makeplugin-do-not-bundle-system-dependencies.patch
===================================================================
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch	2022-02-23 20:51:31 UTC (rev 1136312)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch	2022-02-23 20:51:43 UTC (rev 1136313)
@@ -1,37 +0,0 @@
-From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz <eschwartz at archlinux.org>
-Date: Sun, 18 Apr 2021 15:35:15 -0400
-Subject: [PATCH] makeplugin: do not bundle system dependencies
-
----
- makeplugin.py | 12 +-----------
- 1 file changed, 1 insertion(+), 11 deletions(-)
-
-diff --git a/makeplugin.py b/makeplugin.py
-index 6ee101fb..e6f7c20c 100644
---- a/makeplugin.py
-+++ b/makeplugin.py
-@@ -34,19 +34,9 @@ if __name__=="__main__":
-                   files,
-                   exclude=exclude)
- 
--    os.chdir('../included_dependencies')
--    files=['bs4','chardet','html2text','soupsieve','backports',
--           'cloudscraper','requests','requests_toolbelt',
--           'requests_file.py','urllib3','certifi','idna','brotlidecpy']
--    ## Kept only for v2.85.1 support now.
--    createZipFile("../"+filename,"a",
--                  files,
--                  exclude=exclude)
--
-     os.chdir('..')
-     # 'a' for append
-     files=['fanficfare']
-     createZipFile(filename,"a",
-                   files,
--                  exclude=exclude)
--
-+                  exclude=exclude + ['*.py'])
--- 
-2.31.1
-

Copied: fanficfare/repos/community-any/0001-makeplugin-do-not-bundle-system-dependencies.patch (from rev 1136312, fanficfare/trunk/0001-makeplugin-do-not-bundle-system-dependencies.patch)
===================================================================
--- 0001-makeplugin-do-not-bundle-system-dependencies.patch	                        (rev 0)
+++ 0001-makeplugin-do-not-bundle-system-dependencies.patch	2022-02-23 20:51:43 UTC (rev 1136313)
@@ -0,0 +1,37 @@
+From a483e39777470538e2e94cb5048b3dc370a35e83 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz <eschwartz at archlinux.org>
+Date: Sun, 18 Apr 2021 15:35:15 -0400
+Subject: [PATCH] makeplugin: do not bundle system dependencies
+
+---
+ makeplugin.py | 12 +-----------
+ 1 file changed, 1 insertion(+), 11 deletions(-)
+
+diff --git a/makeplugin.py b/makeplugin.py
+index 6ee101fb..e6f7c20c 100644
+--- a/makeplugin.py
++++ b/makeplugin.py
+@@ -34,19 +34,9 @@ if __name__=="__main__":
+                   files,
+                   exclude=exclude)
+ 
+-    os.chdir('../included_dependencies')
+-    files=['bs4','chardet','html2text','soupsieve','backports',
+-           'cloudscraper','requests','requests_toolbelt',
+-           'requests_file.py','urllib3','certifi','idna','brotlidecpy']
+-    ## Kept only for v2.85.1 support now.
+-    createZipFile("../"+filename,"a",
+-                  files,
+-                  exclude=exclude)
+-
+     os.chdir('..')
+     # 'a' for append
+     files=['fanficfare']
+     createZipFile(filename,"a",
+                   files,
+-                  exclude=exclude)
+-
++                  exclude=exclude + ['*.py'])
+-- 
+2.31.1
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-23 20:51:31 UTC (rev 1136312)
+++ PKGBUILD	2022-02-23 20:51:43 UTC (rev 1136313)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=4.9.0
-pkgrel=1
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname}"
-license=('Apache')
-changelog=changelog.txt
-_deps=('beautifulsoup4' 'brotli' 'chardet' 'cloudscraper' 'html5lib' 'html2text'
-       'requests-file')
-depends=("${_deps[@]/#/python-}")
-optdepends=('calibre: use FanFicFare as a calibre plugin'
-            'python-pillow: support for converting/resizing story images and covers')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-        "0001-makeplugin-do-not-bundle-system-dependencies.patch")
-sha256sums=('495d5cdc71166c7510e93587eaace897bb4a60170a396b554efd3c7670faf5d9'
-            '6d172dcc98a8f6dcef2048272bfabd810ceeb5740969fbe406ebcd7b638e072c')
-b2sums=('7c50bf8b97674165aa55a2ae1859059a262ab25316617bf007b03d6b52db61cdde1ffd3dda4c52c64a8060c9fced5a96e5ad31d4272e8bd95eb9c2a95b240e8e'
-        'eca0e505305ef74e0af1be6f5c1376091da4cd69bfc9f468f6040cf35d71890e3901b9cf0a9f9e25e6cb409651d402d8414116d0a8d43269bfdab2fdd0005279')
-
-prepare() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-
-    patch -p1 -i ../0001-makeplugin-do-not-bundle-system-dependencies.patch
-}
-
-build() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-
-    python setup.py build
-
-    for i in calibre-plugin/translations/*.po; do
-        msgfmt -vv "$i" -o "${i%.po}.mo"
-    done
-    python makeplugin.py
-}
-
-package() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm644 FanFicFare.zip "${pkgdir}"/usr/share/calibre/system-plugins/FanFicFare.zip
-}

Copied: fanficfare/repos/community-any/PKGBUILD (from rev 1136312, fanficfare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-23 20:51:43 UTC (rev 1136313)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="A tool for downloading fanfiction to eBook formats"
+arch=('any')
+url="https://github.com/JimmXinu/${_pkgname}"
+license=('Apache')
+changelog=changelog.txt
+_deps=('beautifulsoup4' 'brotli' 'chardet' 'cloudscraper' 'html5lib' 'html2text'
+       'requests-file')
+depends=("${_deps[@]/#/python-}")
+optdepends=('calibre: use FanFicFare as a calibre plugin'
+            'python-pillow: support for converting/resizing story images and covers')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+        "0001-makeplugin-do-not-bundle-system-dependencies.patch")
+sha256sums=('f4717a9f1eb76b7b94749f7984b454ac51707f1b06d90ddbe9345ad80a672edd'
+            '6d172dcc98a8f6dcef2048272bfabd810ceeb5740969fbe406ebcd7b638e072c')
+b2sums=('96e2750e3e3d21b1e6700ca5a9ceaea20964b516c34599644de44f41d284e3270ae62e54b07bbb98e52a1efb3ccf210443b7ee57f701032eeee033a144cc4d51'
+        'eca0e505305ef74e0af1be6f5c1376091da4cd69bfc9f468f6040cf35d71890e3901b9cf0a9f9e25e6cb409651d402d8414116d0a8d43269bfdab2fdd0005279')
+
+prepare() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+
+    patch -p1 -i ../0001-makeplugin-do-not-bundle-system-dependencies.patch
+}
+
+build() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+
+    python setup.py build
+
+    for i in calibre-plugin/translations/*.po; do
+        msgfmt -vv "$i" -o "${i%.po}.mo"
+    done
+    python makeplugin.py
+}
+
+package() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+    install -Dm644 FanFicFare.zip "${pkgdir}"/usr/share/calibre/system-plugins/FanFicFare.zip
+}

Deleted: changelog.txt
===================================================================
--- changelog.txt	2022-02-23 20:51:31 UTC (rev 1136312)
+++ changelog.txt	2022-02-23 20:51:43 UTC (rev 1136313)
@@ -1,43 +0,0 @@
-Version 4.3.0 - 2021-05-30
-- quotev.com: use_cloudscraper:true by default.
-- Update translations
-- adapter_bdsmlibrarycom: Set author Anonymous when author not found instead
-  of sys.exit(). Closes #696
-- Fix XF authorUrl and author_avatar_cover feature. Closes #695
-- Catch exceptions in word count.
-- Add CLI --color option for warns and fails. Closes #692
-- Report browser cache load fail as such.
-
-Version 4.2.0 - 30 Apr 2021
-- Add New Site: novelfull.com (#688 & #689) - Thanks, AlexRiina!
-- Need to set logger.setLevel() again with import changes to see debugs in
-  plugin.
-- import changes for arch linux system plugins - As submitted by eli-schwartz
-- Remove site: fictionpad.com, completely different site, looks like generic
-  parked?
-- Remove site: www.thundercatsfans.org, no longer efiction, now static pages
-  and PDFs
-- Remove site: www.thepetulantpoetess.com, no longer efiction, URLs like OTW
-  but different
-- Remove site: www.potterfics.com, "Potterfics.com has closed its doors
-  forever"
-- Remove site: fanfic.castletv.net, DNS there, no server, last successful
-  2018-10-21
-- Remove site: deandamage.com, site there, efiction broken, last successful
-  2018-12-04
-- Remove site: www.deepinmysoul.net, moved to deepinmysoul.nl and changed
-  software--not eFiction anymore, <100 stories, all old
-- Include code for nsapa_proxy for dealing with Captchas (by nsapa -- coming
-  soon!)
-- Some other import cleanup.
-- Updates from cloudscraper 1.2.58
-- Use newer Calibre image processing, add JPG quality setting - thanks, Malloc
-  Voidstar
-- Add use_cloudscraper:true under [www.ficbook.net] to defaults.ini
-- Fix for adapter_literotica story URL oddities. Again.
-- Fix for site change: adapter_fictionmaniatv
-- Get storyId for sugarquillnet and siyecouk from the parsed query string.
-  From mcepl
-- Fix for adapter_literotica changing URLs on author page yet again.
-- Add [harrypotterfanfiction.com] slow_down_sleep_time:1 -- Site blocking fast
-  downloads.

Copied: fanficfare/repos/community-any/changelog.txt (from rev 1136312, fanficfare/trunk/changelog.txt)
===================================================================
--- changelog.txt	                        (rev 0)
+++ changelog.txt	2022-02-23 20:51:43 UTC (rev 1136313)
@@ -0,0 +1,43 @@
+Version 4.3.0 - 2021-05-30
+- quotev.com: use_cloudscraper:true by default.
+- Update translations
+- adapter_bdsmlibrarycom: Set author Anonymous when author not found instead
+  of sys.exit(). Closes #696
+- Fix XF authorUrl and author_avatar_cover feature. Closes #695
+- Catch exceptions in word count.
+- Add CLI --color option for warns and fails. Closes #692
+- Report browser cache load fail as such.
+
+Version 4.2.0 - 30 Apr 2021
+- Add New Site: novelfull.com (#688 & #689) - Thanks, AlexRiina!
+- Need to set logger.setLevel() again with import changes to see debugs in
+  plugin.
+- import changes for arch linux system plugins - As submitted by eli-schwartz
+- Remove site: fictionpad.com, completely different site, looks like generic
+  parked?
+- Remove site: www.thundercatsfans.org, no longer efiction, now static pages
+  and PDFs
+- Remove site: www.thepetulantpoetess.com, no longer efiction, URLs like OTW
+  but different
+- Remove site: www.potterfics.com, "Potterfics.com has closed its doors
+  forever"
+- Remove site: fanfic.castletv.net, DNS there, no server, last successful
+  2018-10-21
+- Remove site: deandamage.com, site there, efiction broken, last successful
+  2018-12-04
+- Remove site: www.deepinmysoul.net, moved to deepinmysoul.nl and changed
+  software--not eFiction anymore, <100 stories, all old
+- Include code for nsapa_proxy for dealing with Captchas (by nsapa -- coming
+  soon!)
+- Some other import cleanup.
+- Updates from cloudscraper 1.2.58
+- Use newer Calibre image processing, add JPG quality setting - thanks, Malloc
+  Voidstar
+- Add use_cloudscraper:true under [www.ficbook.net] to defaults.ini
+- Fix for adapter_literotica story URL oddities. Again.
+- Fix for site change: adapter_fictionmaniatv
+- Get storyId for sugarquillnet and siyecouk from the parsed query string.
+  From mcepl
+- Fix for adapter_literotica changing URLs on author page yet again.
+- Add [harrypotterfanfiction.com] slow_down_sleep_time:1 -- Site blocking fast
+  downloads.



More information about the arch-commits mailing list