From fd6bb3f14dc30f26af96b4f83e088e5f24ecaa87 Mon Sep 17 00:00:00 2001 From: FollieHiyuki 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 " +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 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 " +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 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 " +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 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 " +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 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 " +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 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 " +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 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 " +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