From f5eb5fa2e1e0a0c7282395407a993879dac40433 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 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 " +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 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 " +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 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 " +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 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 " +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 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 " +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 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 " +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 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 " +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