Github messages for voidlinux
 help / color / mirror / Atom feed
From: FollieHiyuki <FollieHiyuki@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [Nomerge] New package: anime-downloader-5.0.7
Date: Tue, 31 Aug 2021 21:17:47 +0200	[thread overview]
Message-ID: <20210831191747.TRU42vE4i-RtITup917GM4AMdxqAC-3wfV0f_WTy3z8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28923@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2021-08-31 19:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-20 13:33 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210831191747.TRU42vE4i-RtITup917GM4AMdxqAC-3wfV0f_WTy3z8@z \
    --to=folliehiyuki@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).