Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: anime-downloader-5.0.7
@ 2021-02-20 13:33 FollieHiyuki
  2021-02-21 11:20 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-02-20 13:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1726 bytes --]

There is a new pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages anime-downloader
https://github.com/void-linux/void-packages/pull/28923

New package: anime-downloader-5.0.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Hasn't been thoroughly tested, since some sites are blocked in my country. Welcome other for the task too :)

A patch file from https://github.com/void-linux/void-packages/pull/28923.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anime-downloader-28923.patch --]
[-- Type: text/x-diff, Size: 8916 bytes --]

From fd6bb3f14dc30f26af96b4f83e088e5f24ecaa87 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:30:55 +0300
Subject: [PATCH 1/7] New package: python3-pySmartDL-1.3.4

---
 srcpkgs/python3-pySmartDL/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-pySmartDL/template

diff --git a/srcpkgs/python3-pySmartDL/template b/srcpkgs/python3-pySmartDL/template
new file mode 100644
index 00000000000..64fd0dbcccc
--- /dev/null
+++ b/srcpkgs/python3-pySmartDL/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-pySmartDL'
+pkgname=python3-pySmartDL
+version=1.3.4
+revision=1
+wrksrc=pySmartDL-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3"
+short_desc="Smart download manager for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/iTaybb/pySmartDL"
+distfiles="https://github.com/iTaybb/pySmartDL/archive/v${version}.tar.gz"
+checksum=20bce587e51034accad51ebe3557bb52313b9b77cc369f2a67b5b73a925f6b3c
+# Test depends on python3-codecov
+make_check=extended

From 76b6583421d9ccfc7a8c2e050947d02d8ec2b47c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:39:29 +0300
Subject: [PATCH 2/7] New package: python3-fuzzywuzzy-0.18.0

---
 srcpkgs/python3-fuzzywuzzy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-fuzzywuzzy/template

diff --git a/srcpkgs/python3-fuzzywuzzy/template b/srcpkgs/python3-fuzzywuzzy/template
new file mode 100644
index 00000000000..820bfa72648
--- /dev/null
+++ b/srcpkgs/python3-fuzzywuzzy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-fuzzywuzzy'
+pkgname=python3-fuzzywuzzy
+version=0.18.0
+revision=1
+wrksrc=fuzzywuzzy-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fuzzy string matching in Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/seatgeek/fuzzywuzzy"
+distfiles="https://github.com/seatgeek/fuzzywuzzy/archive/${version}.tar.gz"
+checksum=26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696
+# Temporary disabled. See seatgeek/fuzzywuzzy#284
+make_check=no

From 595ebf8e2d7a6c0b6c4776ab6fd55cef4b003b2b Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:55:31 +0300
Subject: [PATCH 3/7] New package: python3-humanfriendly-9.1

---
 srcpkgs/python3-humanfriendly/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 00000000000..d84253e9db0
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=9.1
+revision=1
+wrksrc=python-humanfriendly-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Human friendly input/output for text interfaces using Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-humanfriendly/archive/${version}.tar.gz"
+checksum=b603d8abeca579e7a69e969da68c9b818f04da0b2ec5cfb18a031da385f43f44
+# Test depends on python3-flake8-docstring
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 46b77faa13264c610f3b5920d66b18dbebce2164 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:56:51 +0300
Subject: [PATCH 4/7] New package: python3-coloredlogs-15.0

---
 srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 00000000000..430d6cef3ae
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=15.0
+revision=1
+wrksrc=python-coloredlogs-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python's logging module"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-coloredlogs/archive/${version}.tar.gz"
+checksum=0d0d3dc47db64dcd3674cd36336dadd013967852bd524294b1f67425bdf10d79
+# Test depends on python3-capturer
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 1b06f8e7c9ac377a5da976903b69bca383380fc2 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:05:19 +0300
Subject: [PATCH 5/7] New package: python3-cfscrape-2.1.1

---
 srcpkgs/python3-cfscrape/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cfscrape/template

diff --git a/srcpkgs/python3-cfscrape/template b/srcpkgs/python3-cfscrape/template
new file mode 100644
index 00000000000..726f6b44735
--- /dev/null
+++ b/srcpkgs/python3-cfscrape/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cfscrape'
+pkgname=python3-cfscrape
+version=2.1.1
+revision=1
+wrksrc=cloudflare-scrape-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Python module to bypass Cloudflare's anti-bot page (another one)"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Anorov/cloudflare-scrape"
+distfiles="https://github.com/Anorov/cloudflare-scrape/archive/${version}.tar.gz"
+checksum=7d8cf056b64b68d85b65a37a9b981398f35e301f6be3a38927b53b828a910f09
+# Test needs python3-response
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 3e3785f69a41785b678739f223f18cb5f75fff1a Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:17:59 +0300
Subject: [PATCH 6/7] New package: python3-requests-cache-0.5.2

---
 srcpkgs/python3-requests-cache/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-requests-cache/template

diff --git a/srcpkgs/python3-requests-cache/template b/srcpkgs/python3-requests-cache/template
new file mode 100644
index 00000000000..6498b637570
--- /dev/null
+++ b/srcpkgs/python3-requests-cache/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-requests-cache'
+pkgname=python3-requests-cache
+version=0.5.2
+revision=1
+wrksrc=requests-cache-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+short_desc="Transparent, persistent cache for pytho3-requests library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/reclosedev/requests-cache"
+distfiles="${PYPI_SITE}/r/requests-cache/requests-cache-${version}.tar.gz"
+checksum=813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
+# Test depends on python3-pymongo
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 93459e5df606557077913d277f3917b47b402716 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:23:32 +0300
Subject: [PATCH 7/7] New package: anime-downloader-5.0.7

---
 srcpkgs/anime-downloader/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/anime-downloader/template

diff --git a/srcpkgs/anime-downloader/template b/srcpkgs/anime-downloader/template
new file mode 100644
index 00000000000..97abfc56cff
--- /dev/null
+++ b/srcpkgs/anime-downloader/template
@@ -0,0 +1,17 @@
+# Template file for 'anime-downloader'
+pkgname=anime-downloader
+version=5.0.7
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-requests python3-requests-cache
+ python3-tabulate python3-pycryptodome python3-click python3-pySmartDL
+ python3-fuzzywuzzy python3-coloredlogs python3-cfscrape"
+short_desc="Simple but powerfull anime downloader and streamer"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/anime-dl/anime-downloader"
+distfiles="https://github.com/anime-dl/anime-downloader/archive/${version}.tar.gz"
+checksum=ebe365093ccfca4502aa5fb079c71661d62da2d3d705789130af1f32403e6b55
+# Test depends on python3-httpretty
+make_check=extended

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
@ 2021-02-21 11:20 ` FollieHiyuki
  2021-02-23 10:43 ` gorkawien
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-02-21 11:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1731 bytes --]

There is an updated pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages anime-downloader
https://github.com/void-linux/void-packages/pull/28923

New package: anime-downloader-5.0.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Hasn't been thoroughly tested, since some sites are blocked in my country. Welcome other for the task too :)

A patch file from https://github.com/void-linux/void-packages/pull/28923.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anime-downloader-28923.patch --]
[-- Type: text/x-diff, Size: 8926 bytes --]

From fd6bb3f14dc30f26af96b4f83e088e5f24ecaa87 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:30:55 +0300
Subject: [PATCH 1/7] New package: python3-pySmartDL-1.3.4

---
 srcpkgs/python3-pySmartDL/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-pySmartDL/template

diff --git a/srcpkgs/python3-pySmartDL/template b/srcpkgs/python3-pySmartDL/template
new file mode 100644
index 00000000000..64fd0dbcccc
--- /dev/null
+++ b/srcpkgs/python3-pySmartDL/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-pySmartDL'
+pkgname=python3-pySmartDL
+version=1.3.4
+revision=1
+wrksrc=pySmartDL-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3"
+short_desc="Smart download manager for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/iTaybb/pySmartDL"
+distfiles="https://github.com/iTaybb/pySmartDL/archive/v${version}.tar.gz"
+checksum=20bce587e51034accad51ebe3557bb52313b9b77cc369f2a67b5b73a925f6b3c
+# Test depends on python3-codecov
+make_check=extended

From 76b6583421d9ccfc7a8c2e050947d02d8ec2b47c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:39:29 +0300
Subject: [PATCH 2/7] New package: python3-fuzzywuzzy-0.18.0

---
 srcpkgs/python3-fuzzywuzzy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-fuzzywuzzy/template

diff --git a/srcpkgs/python3-fuzzywuzzy/template b/srcpkgs/python3-fuzzywuzzy/template
new file mode 100644
index 00000000000..820bfa72648
--- /dev/null
+++ b/srcpkgs/python3-fuzzywuzzy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-fuzzywuzzy'
+pkgname=python3-fuzzywuzzy
+version=0.18.0
+revision=1
+wrksrc=fuzzywuzzy-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fuzzy string matching in Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/seatgeek/fuzzywuzzy"
+distfiles="https://github.com/seatgeek/fuzzywuzzy/archive/${version}.tar.gz"
+checksum=26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696
+# Temporary disabled. See seatgeek/fuzzywuzzy#284
+make_check=no

From 595ebf8e2d7a6c0b6c4776ab6fd55cef4b003b2b Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:55:31 +0300
Subject: [PATCH 3/7] New package: python3-humanfriendly-9.1

---
 srcpkgs/python3-humanfriendly/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 00000000000..d84253e9db0
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=9.1
+revision=1
+wrksrc=python-humanfriendly-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Human friendly input/output for text interfaces using Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-humanfriendly/archive/${version}.tar.gz"
+checksum=b603d8abeca579e7a69e969da68c9b818f04da0b2ec5cfb18a031da385f43f44
+# Test depends on python3-flake8-docstring
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 46b77faa13264c610f3b5920d66b18dbebce2164 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:56:51 +0300
Subject: [PATCH 4/7] New package: python3-coloredlogs-15.0

---
 srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 00000000000..430d6cef3ae
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=15.0
+revision=1
+wrksrc=python-coloredlogs-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python's logging module"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-coloredlogs/archive/${version}.tar.gz"
+checksum=0d0d3dc47db64dcd3674cd36336dadd013967852bd524294b1f67425bdf10d79
+# Test depends on python3-capturer
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 918a3cd5056cfd466521dcb2dce75723c8de8f58 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:05:19 +0300
Subject: [PATCH 5/7] New package: python3-cfscrape-2.1.1

---
 srcpkgs/python3-cfscrape/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cfscrape/template

diff --git a/srcpkgs/python3-cfscrape/template b/srcpkgs/python3-cfscrape/template
new file mode 100644
index 00000000000..241d01fd9a4
--- /dev/null
+++ b/srcpkgs/python3-cfscrape/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cfscrape'
+pkgname=python3-cfscrape
+version=2.1.1
+revision=1
+wrksrc=cloudflare-scrape-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+short_desc="Python module to bypass Cloudflare's anti-bot page (another one)"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Anorov/cloudflare-scrape"
+distfiles="https://github.com/Anorov/cloudflare-scrape/archive/${version}.tar.gz"
+checksum=7d8cf056b64b68d85b65a37a9b981398f35e301f6be3a38927b53b828a910f09
+# Test needs python3-responses
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From b493d33abd5c49736cddce8b9db577736bcf5383 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:17:59 +0300
Subject: [PATCH 6/7] New package: python3-requests-cache-0.5.2

---
 srcpkgs/python3-requests-cache/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-requests-cache/template

diff --git a/srcpkgs/python3-requests-cache/template b/srcpkgs/python3-requests-cache/template
new file mode 100644
index 00000000000..6498b637570
--- /dev/null
+++ b/srcpkgs/python3-requests-cache/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-requests-cache'
+pkgname=python3-requests-cache
+version=0.5.2
+revision=1
+wrksrc=requests-cache-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+short_desc="Transparent, persistent cache for pytho3-requests library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/reclosedev/requests-cache"
+distfiles="${PYPI_SITE}/r/requests-cache/requests-cache-${version}.tar.gz"
+checksum=813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
+# Test depends on python3-pymongo
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 726c5905c98fa243ba9231b827d627c86a2fa123 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:23:32 +0300
Subject: [PATCH 7/7] New package: anime-downloader-5.0.7

---
 srcpkgs/anime-downloader/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/anime-downloader/template

diff --git a/srcpkgs/anime-downloader/template b/srcpkgs/anime-downloader/template
new file mode 100644
index 00000000000..97abfc56cff
--- /dev/null
+++ b/srcpkgs/anime-downloader/template
@@ -0,0 +1,17 @@
+# Template file for 'anime-downloader'
+pkgname=anime-downloader
+version=5.0.7
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-requests python3-requests-cache
+ python3-tabulate python3-pycryptodome python3-click python3-pySmartDL
+ python3-fuzzywuzzy python3-coloredlogs python3-cfscrape"
+short_desc="Simple but powerfull anime downloader and streamer"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/anime-dl/anime-downloader"
+distfiles="https://github.com/anime-dl/anime-downloader/archive/${version}.tar.gz"
+checksum=ebe365093ccfca4502aa5fb079c71661d62da2d3d705789130af1f32403e6b55
+# Test depends on python3-httpretty
+make_check=extended

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
  2021-02-21 11:20 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-02-23 10:43 ` gorkawien
  2021-02-23 14:33 ` FollieHiyuki
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: gorkawien @ 2021-02-23 10:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New comment by gorkawien on void-packages repository

https://github.com/void-linux/void-packages/pull/28923#issuecomment-784107160

Comment:
Also needs python3-PyQt5

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
  2021-02-21 11:20 ` [PR PATCH] [Updated] " FollieHiyuki
  2021-02-23 10:43 ` gorkawien
@ 2021-02-23 14:33 ` FollieHiyuki
  2021-02-23 14:41 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-02-23 14:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28923#issuecomment-784244589

Comment:
Isn't that the dependency for GUI. I think it is optional. GUI even needs `selenium` as well.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-02-23 14:33 ` FollieHiyuki
@ 2021-02-23 14:41 ` FollieHiyuki
  2021-02-25 20:42 ` [Nomerge] " FollieHiyuki
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-02-23 14:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1731 bytes --]

There is an updated pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages anime-downloader
https://github.com/void-linux/void-packages/pull/28923

New package: anime-downloader-5.0.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Hasn't been thoroughly tested, since some sites are blocked in my country. Welcome other for the task too :)

A patch file from https://github.com/void-linux/void-packages/pull/28923.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anime-downloader-28923.patch --]
[-- Type: text/x-diff, Size: 8933 bytes --]

From 88dcaeef443a2b8a039fa80fb31c47c49289b933 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:30:55 +0300
Subject: [PATCH 1/7] New package: python3-pySmartDL-1.3.4

---
 srcpkgs/python3-pySmartDL/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-pySmartDL/template

diff --git a/srcpkgs/python3-pySmartDL/template b/srcpkgs/python3-pySmartDL/template
new file mode 100644
index 00000000000..64fd0dbcccc
--- /dev/null
+++ b/srcpkgs/python3-pySmartDL/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-pySmartDL'
+pkgname=python3-pySmartDL
+version=1.3.4
+revision=1
+wrksrc=pySmartDL-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3"
+short_desc="Smart download manager for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/iTaybb/pySmartDL"
+distfiles="https://github.com/iTaybb/pySmartDL/archive/v${version}.tar.gz"
+checksum=20bce587e51034accad51ebe3557bb52313b9b77cc369f2a67b5b73a925f6b3c
+# Test depends on python3-codecov
+make_check=extended

From 869605598ad9b349bce94a28d44e30130a638d2e Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:39:29 +0300
Subject: [PATCH 2/7] New package: python3-fuzzywuzzy-0.18.0

---
 srcpkgs/python3-fuzzywuzzy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-fuzzywuzzy/template

diff --git a/srcpkgs/python3-fuzzywuzzy/template b/srcpkgs/python3-fuzzywuzzy/template
new file mode 100644
index 00000000000..820bfa72648
--- /dev/null
+++ b/srcpkgs/python3-fuzzywuzzy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-fuzzywuzzy'
+pkgname=python3-fuzzywuzzy
+version=0.18.0
+revision=1
+wrksrc=fuzzywuzzy-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fuzzy string matching in Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/seatgeek/fuzzywuzzy"
+distfiles="https://github.com/seatgeek/fuzzywuzzy/archive/${version}.tar.gz"
+checksum=26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696
+# Temporary disabled. See seatgeek/fuzzywuzzy#284
+make_check=no

From 71779b2eb597feda90cde87a8bd87b8397ee059f Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:55:31 +0300
Subject: [PATCH 3/7] New package: python3-humanfriendly-9.1

---
 srcpkgs/python3-humanfriendly/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 00000000000..d84253e9db0
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=9.1
+revision=1
+wrksrc=python-humanfriendly-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Human friendly input/output for text interfaces using Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-humanfriendly/archive/${version}.tar.gz"
+checksum=b603d8abeca579e7a69e969da68c9b818f04da0b2ec5cfb18a031da385f43f44
+# Test depends on python3-flake8-docstring
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From bb428d10e06c2fa08b477fa20465b01198d301b8 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:56:51 +0300
Subject: [PATCH 4/7] New package: python3-coloredlogs-15.0

---
 srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 00000000000..430d6cef3ae
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=15.0
+revision=1
+wrksrc=python-coloredlogs-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python's logging module"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-coloredlogs/archive/${version}.tar.gz"
+checksum=0d0d3dc47db64dcd3674cd36336dadd013967852bd524294b1f67425bdf10d79
+# Test depends on python3-capturer
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From b9f53bf7155f9900497731666a453fb59cc963db Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:05:19 +0300
Subject: [PATCH 5/7] New package: python3-cfscrape-2.1.1

---
 srcpkgs/python3-cfscrape/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cfscrape/template

diff --git a/srcpkgs/python3-cfscrape/template b/srcpkgs/python3-cfscrape/template
new file mode 100644
index 00000000000..3fdc54be00b
--- /dev/null
+++ b/srcpkgs/python3-cfscrape/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cfscrape'
+pkgname=python3-cfscrape
+version=2.1.1
+revision=1
+wrksrc=cloudflare-scrape-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests nodejs"
+short_desc="Python module to bypass Cloudflare's anti-bot page (another one)"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Anorov/cloudflare-scrape"
+distfiles="https://github.com/Anorov/cloudflare-scrape/archive/${version}.tar.gz"
+checksum=7d8cf056b64b68d85b65a37a9b981398f35e301f6be3a38927b53b828a910f09
+# Test needs python3-responses
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From fc2f8f42461589feca5edbdc4ddb3c8139e96f7c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:17:59 +0300
Subject: [PATCH 6/7] New package: python3-requests-cache-0.5.2

---
 srcpkgs/python3-requests-cache/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-requests-cache/template

diff --git a/srcpkgs/python3-requests-cache/template b/srcpkgs/python3-requests-cache/template
new file mode 100644
index 00000000000..6498b637570
--- /dev/null
+++ b/srcpkgs/python3-requests-cache/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-requests-cache'
+pkgname=python3-requests-cache
+version=0.5.2
+revision=1
+wrksrc=requests-cache-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+short_desc="Transparent, persistent cache for pytho3-requests library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/reclosedev/requests-cache"
+distfiles="${PYPI_SITE}/r/requests-cache/requests-cache-${version}.tar.gz"
+checksum=813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
+# Test depends on python3-pymongo
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 7985760ca21d0883369ac9c3df23793c7d1cad8a Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:23:32 +0300
Subject: [PATCH 7/7] New package: anime-downloader-5.0.7

---
 srcpkgs/anime-downloader/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/anime-downloader/template

diff --git a/srcpkgs/anime-downloader/template b/srcpkgs/anime-downloader/template
new file mode 100644
index 00000000000..97abfc56cff
--- /dev/null
+++ b/srcpkgs/anime-downloader/template
@@ -0,0 +1,17 @@
+# Template file for 'anime-downloader'
+pkgname=anime-downloader
+version=5.0.7
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-requests python3-requests-cache
+ python3-tabulate python3-pycryptodome python3-click python3-pySmartDL
+ python3-fuzzywuzzy python3-coloredlogs python3-cfscrape"
+short_desc="Simple but powerfull anime downloader and streamer"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/anime-dl/anime-downloader"
+distfiles="https://github.com/anime-dl/anime-downloader/archive/${version}.tar.gz"
+checksum=ebe365093ccfca4502aa5fb079c71661d62da2d3d705789130af1f32403e6b55
+# Test depends on python3-httpretty
+make_check=extended

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-02-23 14:41 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-02-25 20:42 ` FollieHiyuki
  2021-02-25 21:56 ` FollieHiyuki
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-02-25 20:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28923#issuecomment-786190149

Comment:
Mark as "Nomerge" for now.
The package works fine, but only on cites that don't have Cloudflare :( since the dependency `python3-cfscrape` is too outdated and abandoned.

I might open again if I manage to get `python3-selenium` to work, or sucessfully convince upstream to use an active library instead.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-02-25 20:42 ` [Nomerge] " FollieHiyuki
@ 2021-02-25 21:56 ` FollieHiyuki
  2021-03-26 20:09 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-02-25 21:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 450 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28923#issuecomment-786190149

Comment:
Mark as "Nomerge" for now.
The package works fine, but only on sites that don't have Cloudflare :( since the dependency `python3-cfscrape` is too outdated and abandoned.

I might open again if I manage to get `python3-selenium` to work, or successfully convince upstream to somehow make a work around.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (5 preceding siblings ...)
  2021-02-25 21:56 ` FollieHiyuki
@ 2021-03-26 20:09 ` FollieHiyuki
  2021-04-01 14:59 ` FollieHiyuki
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-03-26 20:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]

There is an updated pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages anime-downloader
https://github.com/void-linux/void-packages/pull/28923

[Nomerge] New package: anime-downloader-5.0.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Hasn't been thoroughly tested, since some sites are blocked in my country. Welcome other for the task too :)

A patch file from https://github.com/void-linux/void-packages/pull/28923.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anime-downloader-28923.patch --]
[-- Type: text/x-diff, Size: 8947 bytes --]

From f5eb5fa2e1e0a0c7282395407a993879dac40433 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:30:55 +0300
Subject: [PATCH 1/7] New package: python3-pySmartDL-1.3.4

---
 srcpkgs/python3-pySmartDL/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-pySmartDL/template

diff --git a/srcpkgs/python3-pySmartDL/template b/srcpkgs/python3-pySmartDL/template
new file mode 100644
index 000000000000..64fd0dbccccf
--- /dev/null
+++ b/srcpkgs/python3-pySmartDL/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-pySmartDL'
+pkgname=python3-pySmartDL
+version=1.3.4
+revision=1
+wrksrc=pySmartDL-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3"
+short_desc="Smart download manager for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/iTaybb/pySmartDL"
+distfiles="https://github.com/iTaybb/pySmartDL/archive/v${version}.tar.gz"
+checksum=20bce587e51034accad51ebe3557bb52313b9b77cc369f2a67b5b73a925f6b3c
+# Test depends on python3-codecov
+make_check=extended

From 76f341cfc77726cff7cd920b545d7e26698f6166 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:39:29 +0300
Subject: [PATCH 2/7] New package: python3-fuzzywuzzy-0.18.0

---
 srcpkgs/python3-fuzzywuzzy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-fuzzywuzzy/template

diff --git a/srcpkgs/python3-fuzzywuzzy/template b/srcpkgs/python3-fuzzywuzzy/template
new file mode 100644
index 000000000000..820bfa72648b
--- /dev/null
+++ b/srcpkgs/python3-fuzzywuzzy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-fuzzywuzzy'
+pkgname=python3-fuzzywuzzy
+version=0.18.0
+revision=1
+wrksrc=fuzzywuzzy-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fuzzy string matching in Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/seatgeek/fuzzywuzzy"
+distfiles="https://github.com/seatgeek/fuzzywuzzy/archive/${version}.tar.gz"
+checksum=26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696
+# Temporary disabled. See seatgeek/fuzzywuzzy#284
+make_check=no

From 1178403573299912798fdf0b392b9d576c391971 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:55:31 +0300
Subject: [PATCH 3/7] New package: python3-humanfriendly-9.1

---
 srcpkgs/python3-humanfriendly/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 000000000000..d84253e9db08
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=9.1
+revision=1
+wrksrc=python-humanfriendly-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Human friendly input/output for text interfaces using Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-humanfriendly/archive/${version}.tar.gz"
+checksum=b603d8abeca579e7a69e969da68c9b818f04da0b2ec5cfb18a031da385f43f44
+# Test depends on python3-flake8-docstring
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 320da585c5c45e90b326d7d675c81276361555e8 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:56:51 +0300
Subject: [PATCH 4/7] New package: python3-coloredlogs-15.0

---
 srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 000000000000..430d6cef3aea
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=15.0
+revision=1
+wrksrc=python-coloredlogs-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python's logging module"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-coloredlogs/archive/${version}.tar.gz"
+checksum=0d0d3dc47db64dcd3674cd36336dadd013967852bd524294b1f67425bdf10d79
+# Test depends on python3-capturer
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 05b29fbced3cd0454317b5ccde0b4698dab3aa0a Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:05:19 +0300
Subject: [PATCH 5/7] New package: python3-cfscrape-2.1.1

---
 srcpkgs/python3-cfscrape/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cfscrape/template

diff --git a/srcpkgs/python3-cfscrape/template b/srcpkgs/python3-cfscrape/template
new file mode 100644
index 000000000000..3fdc54be00b5
--- /dev/null
+++ b/srcpkgs/python3-cfscrape/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cfscrape'
+pkgname=python3-cfscrape
+version=2.1.1
+revision=1
+wrksrc=cloudflare-scrape-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests nodejs"
+short_desc="Python module to bypass Cloudflare's anti-bot page (another one)"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Anorov/cloudflare-scrape"
+distfiles="https://github.com/Anorov/cloudflare-scrape/archive/${version}.tar.gz"
+checksum=7d8cf056b64b68d85b65a37a9b981398f35e301f6be3a38927b53b828a910f09
+# Test needs python3-responses
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 0bac13a46b454e1e7c8315b02f028d504a395595 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:17:59 +0300
Subject: [PATCH 6/7] New package: python3-requests-cache-0.5.2

---
 srcpkgs/python3-requests-cache/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-requests-cache/template

diff --git a/srcpkgs/python3-requests-cache/template b/srcpkgs/python3-requests-cache/template
new file mode 100644
index 000000000000..6498b637570e
--- /dev/null
+++ b/srcpkgs/python3-requests-cache/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-requests-cache'
+pkgname=python3-requests-cache
+version=0.5.2
+revision=1
+wrksrc=requests-cache-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+short_desc="Transparent, persistent cache for pytho3-requests library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/reclosedev/requests-cache"
+distfiles="${PYPI_SITE}/r/requests-cache/requests-cache-${version}.tar.gz"
+checksum=813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
+# Test depends on python3-pymongo
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From fa1a646f6818cca1e679f639315aa76240708da6 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:23:32 +0300
Subject: [PATCH 7/7] New package: anime-downloader-5.0.8

---
 srcpkgs/anime-downloader/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/anime-downloader/template

diff --git a/srcpkgs/anime-downloader/template b/srcpkgs/anime-downloader/template
new file mode 100644
index 000000000000..f92d161241a9
--- /dev/null
+++ b/srcpkgs/anime-downloader/template
@@ -0,0 +1,17 @@
+# Template file for 'anime-downloader'
+pkgname=anime-downloader
+version=5.0.8
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-requests python3-requests-cache
+ python3-tabulate python3-pycryptodome python3-click python3-pySmartDL
+ python3-fuzzywuzzy python3-coloredlogs python3-cfscrape"
+short_desc="Simple but powerfull anime downloader and streamer"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/anime-dl/anime-downloader"
+distfiles="https://github.com/anime-dl/anime-downloader/archive/${version}.tar.gz"
+checksum=54b9bd47344197fb6a570bd0ff682a9bcf0991f872de5b5fe5d9cad041f00a39
+# Test depends on python3-httpretty
+make_check=extended

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (6 preceding siblings ...)
  2021-03-26 20:09 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-04-01 14:59 ` FollieHiyuki
  2021-04-01 15:02 ` sgn
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-04-01 14:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]

There is an updated pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages anime-downloader
https://github.com/void-linux/void-packages/pull/28923

[Nomerge] New package: anime-downloader-5.0.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Hasn't been thoroughly tested, since some sites are blocked in my country. Welcome other for the task too :)

A patch file from https://github.com/void-linux/void-packages/pull/28923.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anime-downloader-28923.patch --]
[-- Type: text/x-diff, Size: 8947 bytes --]

From f5eb5fa2e1e0a0c7282395407a993879dac40433 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:30:55 +0300
Subject: [PATCH 1/7] New package: python3-pySmartDL-1.3.4

---
 srcpkgs/python3-pySmartDL/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-pySmartDL/template

diff --git a/srcpkgs/python3-pySmartDL/template b/srcpkgs/python3-pySmartDL/template
new file mode 100644
index 000000000000..64fd0dbccccf
--- /dev/null
+++ b/srcpkgs/python3-pySmartDL/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-pySmartDL'
+pkgname=python3-pySmartDL
+version=1.3.4
+revision=1
+wrksrc=pySmartDL-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3"
+short_desc="Smart download manager for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/iTaybb/pySmartDL"
+distfiles="https://github.com/iTaybb/pySmartDL/archive/v${version}.tar.gz"
+checksum=20bce587e51034accad51ebe3557bb52313b9b77cc369f2a67b5b73a925f6b3c
+# Test depends on python3-codecov
+make_check=extended

From 76f341cfc77726cff7cd920b545d7e26698f6166 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:39:29 +0300
Subject: [PATCH 2/7] New package: python3-fuzzywuzzy-0.18.0

---
 srcpkgs/python3-fuzzywuzzy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-fuzzywuzzy/template

diff --git a/srcpkgs/python3-fuzzywuzzy/template b/srcpkgs/python3-fuzzywuzzy/template
new file mode 100644
index 000000000000..820bfa72648b
--- /dev/null
+++ b/srcpkgs/python3-fuzzywuzzy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-fuzzywuzzy'
+pkgname=python3-fuzzywuzzy
+version=0.18.0
+revision=1
+wrksrc=fuzzywuzzy-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fuzzy string matching in Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/seatgeek/fuzzywuzzy"
+distfiles="https://github.com/seatgeek/fuzzywuzzy/archive/${version}.tar.gz"
+checksum=26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696
+# Temporary disabled. See seatgeek/fuzzywuzzy#284
+make_check=no

From 1178403573299912798fdf0b392b9d576c391971 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:55:31 +0300
Subject: [PATCH 3/7] New package: python3-humanfriendly-9.1

---
 srcpkgs/python3-humanfriendly/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 000000000000..d84253e9db08
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=9.1
+revision=1
+wrksrc=python-humanfriendly-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Human friendly input/output for text interfaces using Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-humanfriendly/archive/${version}.tar.gz"
+checksum=b603d8abeca579e7a69e969da68c9b818f04da0b2ec5cfb18a031da385f43f44
+# Test depends on python3-flake8-docstring
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 320da585c5c45e90b326d7d675c81276361555e8 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:56:51 +0300
Subject: [PATCH 4/7] New package: python3-coloredlogs-15.0

---
 srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 000000000000..430d6cef3aea
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=15.0
+revision=1
+wrksrc=python-coloredlogs-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python's logging module"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-coloredlogs/archive/${version}.tar.gz"
+checksum=0d0d3dc47db64dcd3674cd36336dadd013967852bd524294b1f67425bdf10d79
+# Test depends on python3-capturer
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 05b29fbced3cd0454317b5ccde0b4698dab3aa0a Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:05:19 +0300
Subject: [PATCH 5/7] New package: python3-cfscrape-2.1.1

---
 srcpkgs/python3-cfscrape/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cfscrape/template

diff --git a/srcpkgs/python3-cfscrape/template b/srcpkgs/python3-cfscrape/template
new file mode 100644
index 000000000000..3fdc54be00b5
--- /dev/null
+++ b/srcpkgs/python3-cfscrape/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cfscrape'
+pkgname=python3-cfscrape
+version=2.1.1
+revision=1
+wrksrc=cloudflare-scrape-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests nodejs"
+short_desc="Python module to bypass Cloudflare's anti-bot page (another one)"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Anorov/cloudflare-scrape"
+distfiles="https://github.com/Anorov/cloudflare-scrape/archive/${version}.tar.gz"
+checksum=7d8cf056b64b68d85b65a37a9b981398f35e301f6be3a38927b53b828a910f09
+# Test needs python3-responses
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 0bac13a46b454e1e7c8315b02f028d504a395595 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:17:59 +0300
Subject: [PATCH 6/7] New package: python3-requests-cache-0.5.2

---
 srcpkgs/python3-requests-cache/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-requests-cache/template

diff --git a/srcpkgs/python3-requests-cache/template b/srcpkgs/python3-requests-cache/template
new file mode 100644
index 000000000000..6498b637570e
--- /dev/null
+++ b/srcpkgs/python3-requests-cache/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-requests-cache'
+pkgname=python3-requests-cache
+version=0.5.2
+revision=1
+wrksrc=requests-cache-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+short_desc="Transparent, persistent cache for pytho3-requests library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/reclosedev/requests-cache"
+distfiles="${PYPI_SITE}/r/requests-cache/requests-cache-${version}.tar.gz"
+checksum=813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
+# Test depends on python3-pymongo
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 624a78b27bf745bf2bc36b4d3a138a9dd41e997a Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:23:32 +0300
Subject: [PATCH 7/7] New package: anime-downloader-5.0.9

---
 srcpkgs/anime-downloader/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/anime-downloader/template

diff --git a/srcpkgs/anime-downloader/template b/srcpkgs/anime-downloader/template
new file mode 100644
index 000000000000..497743406a6a
--- /dev/null
+++ b/srcpkgs/anime-downloader/template
@@ -0,0 +1,17 @@
+# Template file for 'anime-downloader'
+pkgname=anime-downloader
+version=5.0.9
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-requests python3-requests-cache
+ python3-tabulate python3-pycryptodome python3-click python3-pySmartDL
+ python3-fuzzywuzzy python3-coloredlogs python3-cfscrape"
+short_desc="Simple but powerfull anime downloader and streamer"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/anime-dl/anime-downloader"
+distfiles="https://github.com/anime-dl/anime-downloader/archive/${version}.tar.gz"
+checksum=b68589354238c29c2734b46fdd3ba892de80876abe108774e659e146bb0c0aa0
+# Test depends on python3-httpretty
+make_check=extended

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (7 preceding siblings ...)
  2021-04-01 14:59 ` FollieHiyuki
@ 2021-04-01 15:02 ` sgn
  2021-06-10 10:53 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2021-04-01 15:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/28923#issuecomment-811969254

Comment:
I'm worried about future Cease and desist letters ;)

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (8 preceding siblings ...)
  2021-04-01 15:02 ` sgn
@ 2021-06-10 10:53 ` FollieHiyuki
  2021-08-31 19:17 ` FollieHiyuki
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-06-10 10:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]

There is an updated pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages anime-downloader
https://github.com/void-linux/void-packages/pull/28923

[Nomerge] New package: anime-downloader-5.0.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Hasn't been thoroughly tested, since some sites are blocked in my country. Welcome other for the task too :)

A patch file from https://github.com/void-linux/void-packages/pull/28923.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anime-downloader-28923.patch --]
[-- Type: text/x-diff, Size: 8947 bytes --]

From deb49d1ba4f44602a326602f90f5d9995188e22d Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:30:55 +0300
Subject: [PATCH 1/7] New package: python3-pySmartDL-1.3.4

---
 srcpkgs/python3-pySmartDL/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-pySmartDL/template

diff --git a/srcpkgs/python3-pySmartDL/template b/srcpkgs/python3-pySmartDL/template
new file mode 100644
index 000000000000..64fd0dbccccf
--- /dev/null
+++ b/srcpkgs/python3-pySmartDL/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-pySmartDL'
+pkgname=python3-pySmartDL
+version=1.3.4
+revision=1
+wrksrc=pySmartDL-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3"
+short_desc="Smart download manager for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/iTaybb/pySmartDL"
+distfiles="https://github.com/iTaybb/pySmartDL/archive/v${version}.tar.gz"
+checksum=20bce587e51034accad51ebe3557bb52313b9b77cc369f2a67b5b73a925f6b3c
+# Test depends on python3-codecov
+make_check=extended

From c5b4f51e4f89f776db3e000319fc00ce27c2e1ac Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:39:29 +0300
Subject: [PATCH 2/7] New package: python3-fuzzywuzzy-0.18.0

---
 srcpkgs/python3-fuzzywuzzy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-fuzzywuzzy/template

diff --git a/srcpkgs/python3-fuzzywuzzy/template b/srcpkgs/python3-fuzzywuzzy/template
new file mode 100644
index 000000000000..820bfa72648b
--- /dev/null
+++ b/srcpkgs/python3-fuzzywuzzy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-fuzzywuzzy'
+pkgname=python3-fuzzywuzzy
+version=0.18.0
+revision=1
+wrksrc=fuzzywuzzy-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fuzzy string matching in Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/seatgeek/fuzzywuzzy"
+distfiles="https://github.com/seatgeek/fuzzywuzzy/archive/${version}.tar.gz"
+checksum=26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696
+# Temporary disabled. See seatgeek/fuzzywuzzy#284
+make_check=no

From 63a3d1e00ffa50e6c4dcface16a1d6ff8e903a30 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:55:31 +0300
Subject: [PATCH 3/7] New package: python3-humanfriendly-9.1

---
 srcpkgs/python3-humanfriendly/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 000000000000..d84253e9db08
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=9.1
+revision=1
+wrksrc=python-humanfriendly-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Human friendly input/output for text interfaces using Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-humanfriendly/archive/${version}.tar.gz"
+checksum=b603d8abeca579e7a69e969da68c9b818f04da0b2ec5cfb18a031da385f43f44
+# Test depends on python3-flake8-docstring
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From eb18f520e7030efbfb2f6fa348ef47b661cd1c6c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:56:51 +0300
Subject: [PATCH 4/7] New package: python3-coloredlogs-15.0

---
 srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 000000000000..430d6cef3aea
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=15.0
+revision=1
+wrksrc=python-coloredlogs-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python's logging module"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-coloredlogs/archive/${version}.tar.gz"
+checksum=0d0d3dc47db64dcd3674cd36336dadd013967852bd524294b1f67425bdf10d79
+# Test depends on python3-capturer
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From e3d3ce3dcd41ce3b524b7df11e0195db225a1e78 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:05:19 +0300
Subject: [PATCH 5/7] New package: python3-cfscrape-2.1.1

---
 srcpkgs/python3-cfscrape/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cfscrape/template

diff --git a/srcpkgs/python3-cfscrape/template b/srcpkgs/python3-cfscrape/template
new file mode 100644
index 000000000000..3fdc54be00b5
--- /dev/null
+++ b/srcpkgs/python3-cfscrape/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cfscrape'
+pkgname=python3-cfscrape
+version=2.1.1
+revision=1
+wrksrc=cloudflare-scrape-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests nodejs"
+short_desc="Python module to bypass Cloudflare's anti-bot page (another one)"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Anorov/cloudflare-scrape"
+distfiles="https://github.com/Anorov/cloudflare-scrape/archive/${version}.tar.gz"
+checksum=7d8cf056b64b68d85b65a37a9b981398f35e301f6be3a38927b53b828a910f09
+# Test needs python3-responses
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 726b1d3027ed1293d7182ef41898ef340fd1c12e Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:17:59 +0300
Subject: [PATCH 6/7] New package: python3-requests-cache-0.5.2

---
 srcpkgs/python3-requests-cache/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-requests-cache/template

diff --git a/srcpkgs/python3-requests-cache/template b/srcpkgs/python3-requests-cache/template
new file mode 100644
index 000000000000..6498b637570e
--- /dev/null
+++ b/srcpkgs/python3-requests-cache/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-requests-cache'
+pkgname=python3-requests-cache
+version=0.5.2
+revision=1
+wrksrc=requests-cache-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+short_desc="Transparent, persistent cache for pytho3-requests library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/reclosedev/requests-cache"
+distfiles="${PYPI_SITE}/r/requests-cache/requests-cache-${version}.tar.gz"
+checksum=813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
+# Test depends on python3-pymongo
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 08fb750499bd2353a3db6486c432f090f35b8245 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:23:32 +0300
Subject: [PATCH 7/7] New package: anime-downloader-5.0.9

---
 srcpkgs/anime-downloader/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/anime-downloader/template

diff --git a/srcpkgs/anime-downloader/template b/srcpkgs/anime-downloader/template
new file mode 100644
index 000000000000..497743406a6a
--- /dev/null
+++ b/srcpkgs/anime-downloader/template
@@ -0,0 +1,17 @@
+# Template file for 'anime-downloader'
+pkgname=anime-downloader
+version=5.0.9
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-requests python3-requests-cache
+ python3-tabulate python3-pycryptodome python3-click python3-pySmartDL
+ python3-fuzzywuzzy python3-coloredlogs python3-cfscrape"
+short_desc="Simple but powerfull anime downloader and streamer"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/anime-dl/anime-downloader"
+distfiles="https://github.com/anime-dl/anime-downloader/archive/${version}.tar.gz"
+checksum=b68589354238c29c2734b46fdd3ba892de80876abe108774e659e146bb0c0aa0
+# Test depends on python3-httpretty
+make_check=extended

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (9 preceding siblings ...)
  2021-06-10 10:53 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-08-31 19:17 ` FollieHiyuki
  2021-08-31 19:19 ` FollieHiyuki
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-08-31 19:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]

There is an updated pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages anime-downloader
https://github.com/void-linux/void-packages/pull/28923

[Nomerge] New package: anime-downloader-5.0.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Hasn't been thoroughly tested, since some sites are blocked in my country. Welcome other for the task too :)

A patch file from https://github.com/void-linux/void-packages/pull/28923.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anime-downloader-28923.patch --]
[-- Type: text/x-diff, Size: 8943 bytes --]

From d405a588603f30ac4316cd67f7db254cd39c7977 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:30:55 +0300
Subject: [PATCH 1/7] New package: python3-pySmartDL-1.3.4

---
 srcpkgs/python3-pySmartDL/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-pySmartDL/template

diff --git a/srcpkgs/python3-pySmartDL/template b/srcpkgs/python3-pySmartDL/template
new file mode 100644
index 000000000000..64fd0dbccccf
--- /dev/null
+++ b/srcpkgs/python3-pySmartDL/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-pySmartDL'
+pkgname=python3-pySmartDL
+version=1.3.4
+revision=1
+wrksrc=pySmartDL-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3"
+short_desc="Smart download manager for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/iTaybb/pySmartDL"
+distfiles="https://github.com/iTaybb/pySmartDL/archive/v${version}.tar.gz"
+checksum=20bce587e51034accad51ebe3557bb52313b9b77cc369f2a67b5b73a925f6b3c
+# Test depends on python3-codecov
+make_check=extended

From 040493c3b1c6ce535dc1dabd3a663bc0611f7032 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:39:29 +0300
Subject: [PATCH 2/7] New package: python3-fuzzywuzzy-0.18.0

---
 srcpkgs/python3-fuzzywuzzy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-fuzzywuzzy/template

diff --git a/srcpkgs/python3-fuzzywuzzy/template b/srcpkgs/python3-fuzzywuzzy/template
new file mode 100644
index 000000000000..820bfa72648b
--- /dev/null
+++ b/srcpkgs/python3-fuzzywuzzy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-fuzzywuzzy'
+pkgname=python3-fuzzywuzzy
+version=0.18.0
+revision=1
+wrksrc=fuzzywuzzy-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fuzzy string matching in Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/seatgeek/fuzzywuzzy"
+distfiles="https://github.com/seatgeek/fuzzywuzzy/archive/${version}.tar.gz"
+checksum=26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696
+# Temporary disabled. See seatgeek/fuzzywuzzy#284
+make_check=no

From 21c1ce5a904e12e603b2fdb80c8385824b89d231 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:55:31 +0300
Subject: [PATCH 3/7] New package: python3-humanfriendly-9.2

---
 srcpkgs/python3-humanfriendly/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 000000000000..85e4bdd763f8
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=9.2
+revision=1
+wrksrc=python-humanfriendly-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Human friendly input/output for text interfaces using Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io/"
+distfiles="https://github.com/xolox/python-humanfriendly/archive/${version}.tar.gz"
+checksum=63b6ae2ca33e7e8f5c3ae80b2a86d4bdf4d80e113afe02f4f1bd38031144f649
+# Test depends on python3-flake8-docstring
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 545b70aba8a1487081990cde670f3d48ef6be7cf Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:56:51 +0300
Subject: [PATCH 4/7] New package: python3-coloredlogs-15.0.1

---
 srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 000000000000..b23bf7811783
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=15.0.1
+revision=1
+wrksrc=python-coloredlogs-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python's logging module"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-coloredlogs/archive/${version}.tar.gz"
+checksum=e8161222671bb129f7936cd220c275a3cbc0a6c22313bd4483114b9526e5695f
+# Test depends on python3-capturer
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 87f3006243d2da5b6587787aec349f6a0a22a8c0 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:05:19 +0300
Subject: [PATCH 5/7] New package: python3-cfscrape-2.1.1

---
 srcpkgs/python3-cfscrape/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cfscrape/template

diff --git a/srcpkgs/python3-cfscrape/template b/srcpkgs/python3-cfscrape/template
new file mode 100644
index 000000000000..3fdc54be00b5
--- /dev/null
+++ b/srcpkgs/python3-cfscrape/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cfscrape'
+pkgname=python3-cfscrape
+version=2.1.1
+revision=1
+wrksrc=cloudflare-scrape-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests nodejs"
+short_desc="Python module to bypass Cloudflare's anti-bot page (another one)"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Anorov/cloudflare-scrape"
+distfiles="https://github.com/Anorov/cloudflare-scrape/archive/${version}.tar.gz"
+checksum=7d8cf056b64b68d85b65a37a9b981398f35e301f6be3a38927b53b828a910f09
+# Test needs python3-responses
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From e610b3cf630032e73f686f646cb8f1d6bb67be42 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:17:59 +0300
Subject: [PATCH 6/7] New package: python3-requests-cache-0.5.2

---
 srcpkgs/python3-requests-cache/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-requests-cache/template

diff --git a/srcpkgs/python3-requests-cache/template b/srcpkgs/python3-requests-cache/template
new file mode 100644
index 000000000000..6498b637570e
--- /dev/null
+++ b/srcpkgs/python3-requests-cache/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-requests-cache'
+pkgname=python3-requests-cache
+version=0.5.2
+revision=1
+wrksrc=requests-cache-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests"
+short_desc="Transparent, persistent cache for pytho3-requests library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/reclosedev/requests-cache"
+distfiles="${PYPI_SITE}/r/requests-cache/requests-cache-${version}.tar.gz"
+checksum=813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
+# Test depends on python3-pymongo
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 0a0ce755679301e758e17b2bdfa6ec26527127f3 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:23:32 +0300
Subject: [PATCH 7/7] New package: anime-downloader-5.0.14

---
 srcpkgs/anime-downloader/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/anime-downloader/template

diff --git a/srcpkgs/anime-downloader/template b/srcpkgs/anime-downloader/template
new file mode 100644
index 000000000000..70ac12b5fc41
--- /dev/null
+++ b/srcpkgs/anime-downloader/template
@@ -0,0 +1,17 @@
+# Template file for 'anime-downloader'
+pkgname=anime-downloader
+version=5.0.14
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-requests python3-requests-cache
+ python3-tabulate python3-pycryptodome python3-click python3-pySmartDL
+ python3-fuzzywuzzy python3-coloredlogs python3-cfscrape"
+short_desc="Simple but powerfull anime downloader and streamer"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/anime-dl/anime-downloader"
+distfiles="https://github.com/anime-dl/anime-downloader/archive/${version}.tar.gz"
+checksum=3587bbfba00978f352a0db3511bae7a95c5f7b165463306d7c6c9c1c82b10fb7
+# Test depends on python3-httpretty
+make_check=extended

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (10 preceding siblings ...)
  2021-08-31 19:17 ` FollieHiyuki
@ 2021-08-31 19:19 ` FollieHiyuki
  2021-08-31 20:19 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-08-31 19:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28923#issuecomment-909533498

Comment:
There are some incompatibility problems with updating `python3-requests-cache` (0.5.2 -> 0.7.4). I will look into that

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (11 preceding siblings ...)
  2021-08-31 19:19 ` FollieHiyuki
@ 2021-08-31 20:19 ` FollieHiyuki
  2021-08-31 20:20 ` FollieHiyuki
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-08-31 20:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]

There is an updated pull request by FollieHiyuki against master on the void-packages repository

https://github.com/FollieHiyuki/void-packages anime-downloader
https://github.com/void-linux/void-packages/pull/28923

[Nomerge] New package: anime-downloader-5.0.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Hasn't been thoroughly tested, since some sites are blocked in my country. Welcome other for the task too :)

A patch file from https://github.com/void-linux/void-packages/pull/28923.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anime-downloader-28923.patch --]
[-- Type: text/x-diff, Size: 11494 bytes --]

From d405a588603f30ac4316cd67f7db254cd39c7977 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:30:55 +0300
Subject: [PATCH 1/9] New package: python3-pySmartDL-1.3.4

---
 srcpkgs/python3-pySmartDL/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-pySmartDL/template

diff --git a/srcpkgs/python3-pySmartDL/template b/srcpkgs/python3-pySmartDL/template
new file mode 100644
index 000000000000..64fd0dbccccf
--- /dev/null
+++ b/srcpkgs/python3-pySmartDL/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-pySmartDL'
+pkgname=python3-pySmartDL
+version=1.3.4
+revision=1
+wrksrc=pySmartDL-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3"
+short_desc="Smart download manager for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/iTaybb/pySmartDL"
+distfiles="https://github.com/iTaybb/pySmartDL/archive/v${version}.tar.gz"
+checksum=20bce587e51034accad51ebe3557bb52313b9b77cc369f2a67b5b73a925f6b3c
+# Test depends on python3-codecov
+make_check=extended

From 040493c3b1c6ce535dc1dabd3a663bc0611f7032 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:39:29 +0300
Subject: [PATCH 2/9] New package: python3-fuzzywuzzy-0.18.0

---
 srcpkgs/python3-fuzzywuzzy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-fuzzywuzzy/template

diff --git a/srcpkgs/python3-fuzzywuzzy/template b/srcpkgs/python3-fuzzywuzzy/template
new file mode 100644
index 000000000000..820bfa72648b
--- /dev/null
+++ b/srcpkgs/python3-fuzzywuzzy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-fuzzywuzzy'
+pkgname=python3-fuzzywuzzy
+version=0.18.0
+revision=1
+wrksrc=fuzzywuzzy-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fuzzy string matching in Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/seatgeek/fuzzywuzzy"
+distfiles="https://github.com/seatgeek/fuzzywuzzy/archive/${version}.tar.gz"
+checksum=26795bd6c319a8c789d62ecbe95e29a97711f0176d3beea04ce510981095f696
+# Temporary disabled. See seatgeek/fuzzywuzzy#284
+make_check=no

From 21c1ce5a904e12e603b2fdb80c8385824b89d231 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:55:31 +0300
Subject: [PATCH 3/9] New package: python3-humanfriendly-9.2

---
 srcpkgs/python3-humanfriendly/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 000000000000..85e4bdd763f8
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=9.2
+revision=1
+wrksrc=python-humanfriendly-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Human friendly input/output for text interfaces using Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io/"
+distfiles="https://github.com/xolox/python-humanfriendly/archive/${version}.tar.gz"
+checksum=63b6ae2ca33e7e8f5c3ae80b2a86d4bdf4d80e113afe02f4f1bd38031144f649
+# Test depends on python3-flake8-docstring
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 545b70aba8a1487081990cde670f3d48ef6be7cf Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 15:56:51 +0300
Subject: [PATCH 4/9] New package: python3-coloredlogs-15.0.1

---
 srcpkgs/python3-coloredlogs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 000000000000..b23bf7811783
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=15.0.1
+revision=1
+wrksrc=python-coloredlogs-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python's logging module"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io/en/latest/"
+distfiles="https://github.com/xolox/python-coloredlogs/archive/${version}.tar.gz"
+checksum=e8161222671bb129f7936cd220c275a3cbc0a6c22313bd4483114b9526e5695f
+# Test depends on python3-capturer
+make_check=extended
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 87f3006243d2da5b6587787aec349f6a0a22a8c0 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:05:19 +0300
Subject: [PATCH 5/9] New package: python3-cfscrape-2.1.1

---
 srcpkgs/python3-cfscrape/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cfscrape/template

diff --git a/srcpkgs/python3-cfscrape/template b/srcpkgs/python3-cfscrape/template
new file mode 100644
index 000000000000..3fdc54be00b5
--- /dev/null
+++ b/srcpkgs/python3-cfscrape/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cfscrape'
+pkgname=python3-cfscrape
+version=2.1.1
+revision=1
+wrksrc=cloudflare-scrape-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests nodejs"
+short_desc="Python module to bypass Cloudflare's anti-bot page (another one)"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Anorov/cloudflare-scrape"
+distfiles="https://github.com/Anorov/cloudflare-scrape/archive/${version}.tar.gz"
+checksum=7d8cf056b64b68d85b65a37a9b981398f35e301f6be3a38927b53b828a910f09
+# Test needs python3-responses
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From c9b34f62a982d544a6d67ffde78760ab7f75d9cb Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 1 Sep 2021 02:59:33 +0700
Subject: [PATCH 6/9] New package: python3-cattrs-1.8.0

---
 srcpkgs/python3-cattrs/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cattrs/template

diff --git a/srcpkgs/python3-cattrs/template b/srcpkgs/python3-cattrs/template
new file mode 100644
index 000000000000..fe7c459b0d97
--- /dev/null
+++ b/srcpkgs/python3-cattrs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cattrs'
+pkgname=python3-cattrs
+version=1.8.0
+revision=1
+wrksrc=cattrs-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-attrs"
+short_desc="Composable complex class support for attrs and dataclasses"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Tinche/cattrs"
+distfiles="${PYPI_SITE}/c/cattrs/cattrs-${version}.tar.gz"
+checksum=5c121ab06a7cac494813c228721a7feb5a6423b17316eeaebf13f5a03e5b0d53
+# Tests are not included in PYPI distfiles
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 7b28351644e1e3e5dfef6e8e22650fe0fe2e64bb Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 1 Sep 2021 03:12:43 +0700
Subject: [PATCH 7/9] New package: python3-url-normalize-1.4.3

---
 srcpkgs/python3-url-normalize/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-url-normalize/template

diff --git a/srcpkgs/python3-url-normalize/template b/srcpkgs/python3-url-normalize/template
new file mode 100644
index 000000000000..faa40a49507f
--- /dev/null
+++ b/srcpkgs/python3-url-normalize/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-url-normalize'
+pkgname=python3-url-normalize
+version=1.4.3
+revision=1
+wrksrc=url-normalize-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-six"
+short_desc="URL normalization for Python"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/niksite/url-normalize"
+distfiles="${PYPI_SITE}/u/url-normalize/url-normalize-${version}.tar.gz"
+checksum=d23d3a070ac52a67b83a1c59a0e68f8608d1cd538783b401bc9de2c0fac999b2
+# Tests are not included in PYPI distfiles
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 890117da96447b1c830e4e1f4322b48203c55252 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:17:59 +0300
Subject: [PATCH 8/9] New package: python3-requests-cache-0.7.4

---
 srcpkgs/python3-requests-cache/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-requests-cache/template

diff --git a/srcpkgs/python3-requests-cache/template b/srcpkgs/python3-requests-cache/template
new file mode 100644
index 000000000000..0c7bc9901847
--- /dev/null
+++ b/srcpkgs/python3-requests-cache/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-requests-cache'
+pkgname=python3-requests-cache
+version=0.7.4
+revision=1
+wrksrc=requests-cache-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests python3-appdirs python3-cattrs python3-url-normalize"
+short_desc="Transparent, persistent cache for pytho3-requests library"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/reclosedev/requests-cache"
+distfiles="${PYPI_SITE}/r/requests-cache/requests-cache-${version}.tar.gz"
+checksum=4786190991b5f9e8ecfa97a1a6fd02475486e522a6d62f4bea53c32a7c1172c9
+# Test depends on xdist, timeout-decorator, requests-mock, ...
+make_check=extended
+
+post_install() {
+	vlicense LICENSE
+}

From 2ba8de18a324d4a8da46edfc75937a5d205d0a92 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Sat, 20 Feb 2021 16:23:32 +0300
Subject: [PATCH 9/9] New package: anime-downloader-5.0.14

---
 srcpkgs/anime-downloader/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/anime-downloader/template

diff --git a/srcpkgs/anime-downloader/template b/srcpkgs/anime-downloader/template
new file mode 100644
index 000000000000..70ac12b5fc41
--- /dev/null
+++ b/srcpkgs/anime-downloader/template
@@ -0,0 +1,17 @@
+# Template file for 'anime-downloader'
+pkgname=anime-downloader
+version=5.0.14
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-requests python3-requests-cache
+ python3-tabulate python3-pycryptodome python3-click python3-pySmartDL
+ python3-fuzzywuzzy python3-coloredlogs python3-cfscrape"
+short_desc="Simple but powerfull anime downloader and streamer"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/anime-dl/anime-downloader"
+distfiles="https://github.com/anime-dl/anime-downloader/archive/${version}.tar.gz"
+checksum=3587bbfba00978f352a0db3511bae7a95c5f7b165463306d7c6c9c1c82b10fb7
+# Test depends on python3-httpretty
+make_check=extended

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (12 preceding siblings ...)
  2021-08-31 20:19 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-08-31 20:20 ` FollieHiyuki
  2022-05-04  2:15 ` github-actions
  2022-05-19  2:15 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: FollieHiyuki @ 2021-08-31 20:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28923#issuecomment-909533498

Comment:
There are some incompatibility problems with updating `python3-requests-cache` (0.5.2 -> 0.7.4). I will look into that

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (13 preceding siblings ...)
  2021-08-31 20:20 ` FollieHiyuki
@ 2022-05-04  2:15 ` github-actions
  2022-05-19  2:15 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-05-04  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/28923#issuecomment-1116868159

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Closed]: [Nomerge] New package: anime-downloader-5.0.7
  2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
                   ` (14 preceding siblings ...)
  2022-05-04  2:15 ` github-actions
@ 2022-05-19  2:15 ` github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-05-19  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1566 bytes --]

There's a closed pull request on the void-packages repository

[Nomerge] New package: anime-downloader-5.0.7
https://github.com/void-linux/void-packages/pull/28923

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Hasn't been thoroughly tested, since some sites are blocked in my country. Welcome other for the task too :)

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-05-19  2:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 13:33 [PR PATCH] New package: anime-downloader-5.0.7 FollieHiyuki
2021-02-21 11:20 ` [PR PATCH] [Updated] " FollieHiyuki
2021-02-23 10:43 ` gorkawien
2021-02-23 14:33 ` FollieHiyuki
2021-02-23 14:41 ` [PR PATCH] [Updated] " FollieHiyuki
2021-02-25 20:42 ` [Nomerge] " FollieHiyuki
2021-02-25 21:56 ` FollieHiyuki
2021-03-26 20:09 ` [PR PATCH] [Updated] " FollieHiyuki
2021-04-01 14:59 ` FollieHiyuki
2021-04-01 15:02 ` sgn
2021-06-10 10:53 ` [PR PATCH] [Updated] " FollieHiyuki
2021-08-31 19:17 ` FollieHiyuki
2021-08-31 19:19 ` FollieHiyuki
2021-08-31 20:19 ` [PR PATCH] [Updated] " FollieHiyuki
2021-08-31 20:20 ` FollieHiyuki
2022-05-04  2:15 ` github-actions
2022-05-19  2:15 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).