From 5cb6312a6d8e1cb790d4b08bca18fa46b4947d79 Mon Sep 17 00:00:00 2001 From: turret Date: Wed, 30 Aug 2023 17:34:16 -0500 Subject: dev-python/animdl: rev bump, python3_12 Signed-off-by: turret --- app-misc/animdl/Manifest | 2 +- app-misc/animdl/animdl-1.17.22-r1.ebuild | 47 ++++++++++++++++++++++++++++++++ app-misc/animdl/animdl-1.17.22.ebuild | 47 -------------------------------- 3 files changed, 48 insertions(+), 48 deletions(-) create mode 100644 app-misc/animdl/animdl-1.17.22-r1.ebuild delete mode 100644 app-misc/animdl/animdl-1.17.22.ebuild diff --git a/app-misc/animdl/Manifest b/app-misc/animdl/Manifest index 656fe20..36a392c 100644 --- a/app-misc/animdl/Manifest +++ b/app-misc/animdl/Manifest @@ -1,3 +1,3 @@ DIST animdl-1.17.22.tar.xz 2120244 BLAKE2B 072871035f8e7511ece385037d671424c08dd5d6e5b6f05a03100825025ab2016120986772969abac74d111772ce53f188c09b43d62f0625fa445094a661d4cb SHA512 aeeb41863cbca82a9e182d12a8dd6658077d34ed76e846794bb135291aa6b0f86f26177ba9d0f204b734b12899d0885fafec83a505a57eac1526cb743f4e7507 -EBUILD animdl-1.17.22.ebuild 1022 BLAKE2B 304fa9af176a183b720a8922be197980776fb7bbac12e14e02ba8ee0ba70cc592bf0ef269e3a45d74d53f68bb1c60f52e42974ea7708658001370c5ca35a54f2 SHA512 ad1df791905917003dcdff754c1935e938c54ed2a28f67409b6f281b74e6021383d0dd51de93b5a1fde8c8bac92545a0c7a6fb2a0a6003c366ba6ff5319902c8 +EBUILD animdl-1.17.22-r1.ebuild 1023 BLAKE2B 007691efbfa785a19485b6249d3bfac8e0f97e63bfc970cba117d3675f310d34947a9137e9855d717b0c31c450db6704bb8afc7a0238b47c03ab6cdcfc933868 SHA512 99328e35ecdfa77d96ea17dea22db88bca490a2daf6e5daf3052265437ce41ff554e82950f2871112bebf0380c3a40e83345371548f3a0e938cca52730e29578 MISC metadata.xml 360 BLAKE2B 550c2cd1e9ed9ffef3de0a07f7c6378045e074668d330be3d29c93613c6d8cad47d87a361ea44958eca81983c4c993933a697946de8442b1e35757ca1960b040 SHA512 8b193d1b12ba46e5ad3be36d38b518f0fe04d77fcda6d826e15bf42dfecf713f8d679b89574010411d6ef378d722a5579e06202970ce53722b84dd1e36a44b46 diff --git a/app-misc/animdl/animdl-1.17.22-r1.ebuild b/app-misc/animdl/animdl-1.17.22-r1.ebuild new file mode 100644 index 0000000..23af879 --- /dev/null +++ b/app-misc/animdl/animdl-1.17.22-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_11 python3_12 ) +inherit distutils-r1 + +DESCRIPTION="A highly efficient, powerful and fast anime scraper." +HOMEPAGE="https://github.com/justfoolingaround/animdl" + +if [[ "${PV}" == *9999* ]]; then + EGIT_REPO_URI="https://github.com/justfoolingaround/animdl.git" + inherit git-r3 +else + SRC_URI="https://cdn.turret.cyou/2f1ddc4a5434af402ffb1de1acf4b9d38499d93a/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" +RESTRICT="mirror" + +DEPEND="${PYTHON_DEPS} + dev-python/pip + dev-python/poetry-core + dev-python/anchor-kr + dev-python/anitopy + dev-python/click + dev-python/cssselect + dev-python/httpx + dev-python/tqdm + dev-python/pycryptodomex + dev-python/regex + dev-python/yarl + dev-python/pyyaml + dev-python/packaging + dev-python/pkginfo + dev-python/rich" +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND}" + +src_unpack() { + default + mv "${PN}" "${P}" || die +} diff --git a/app-misc/animdl/animdl-1.17.22.ebuild b/app-misc/animdl/animdl-1.17.22.ebuild deleted file mode 100644 index 815041c..0000000 --- a/app-misc/animdl/animdl-1.17.22.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_11 ) -inherit distutils-r1 - -DESCRIPTION="A highly efficient, powerful and fast anime scraper." -HOMEPAGE="https://github.com/justfoolingaround/animdl" - -if [[ "${PV}" == *9999* ]]; then - EGIT_REPO_URI="https://github.com/justfoolingaround/animdl.git" - inherit git-r3 -else - SRC_URI="https://cdn.turret.cyou/2f1ddc4a5434af402ffb1de1acf4b9d38499d93a/animdl-1.17.22.tar.xz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3" -SLOT="0" -RESTRICT="mirror" - -DEPEND="${PYTHON_DEPS} - dev-python/pip - dev-python/poetry-core - dev-python/anchor-kr - dev-python/anitopy - dev-python/click - dev-python/cssselect - dev-python/httpx - dev-python/tqdm - dev-python/pycryptodomex - dev-python/regex - dev-python/yarl - dev-python/pyyaml - dev-python/packaging - dev-python/pkginfo - dev-python/rich" -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" - -src_unpack() { - default - mv "${PN}" "${P}" || die -} -- cgit v1.2.3