From c44ae5c03130467400468d0e9a7f83e723c99f35 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 28 Mar 2025 00:31:34 +0000 Subject: gentoo auto-resync : 28:03:2025 - 00:31:34 --- dev-python/youtube-search-python/Manifest | 2 +- .../youtube-search-python-1.6.6-r1.ebuild | 22 ---------------------- .../youtube-search-python-1.6.6-r2.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild create mode 100644 dev-python/youtube-search-python/youtube-search-python-1.6.6-r2.ebuild (limited to 'dev-python/youtube-search-python') diff --git a/dev-python/youtube-search-python/Manifest b/dev-python/youtube-search-python/Manifest index 85554ed7d1ec..fb4adca91632 100644 --- a/dev-python/youtube-search-python/Manifest +++ b/dev-python/youtube-search-python/Manifest @@ -1,3 +1,3 @@ DIST youtube-search-python-1.6.6.tar.gz 115732 BLAKE2B d53f99272917c488709a2b7b6273e430e1831d5d34930ad39a5cbb838fec1ee9694b8d7fc8aefcac643dfec0fc91bb278a40224b2e0bc865a93db17d647c8ac8 SHA512 b03ead324e7684f7bf28a4c05a104a558dce8bb4e126b42853bcd875675a4a39876bb47cad3e57a618eaffdc1561fd523021be3dd77dd1180b9bf7d752faa2ee -EBUILD youtube-search-python-1.6.6-r1.ebuild 507 BLAKE2B b855ae8be33724da68714c4b98d5fa867ba19f9b36836de6170407a683a42680fb8555a752db381ee6fd2d706605e8f3691c947677979bb7533e8a4dd14424af SHA512 4e05060ebdb2f80d5c09d62acba532bfa70c4b43cbd6c1a2587596bc3deaf9d185073a9071c36b48e59135f1b515fb867ced39609628acca0f3f5a5e649a0284 +EBUILD youtube-search-python-1.6.6-r2.ebuild 508 BLAKE2B 91274a9022af4d9484bd7000d588edc0c5c98082274a4553fca93657210bc2984966e43b2b8aebfcae8286a4e20f5ad4be6f9b415dd31d82e677f9788991157b SHA512 f2f58decdc51a4a5fb9eba616cf92253bb70d8077222d2f090d0468233abbd209e2bf9c979297f4b3551fa86d22db8da613d3d8bf86633d53f536936ce4fdf32 MISC metadata.xml 609 BLAKE2B 68d69628f5baaf15fc262a378f693f6e8a666ed3eead875b08cb9f79154f0ce62e7c0c994609ff299921553432c0aebbe26c81dc6351ac271a9ab512eafff9c4 SHA512 288fd341535df110f348dc3da3666d45fb1ff28a40009363b1fdde808ce9f77187b154075a431639d639a8ec9c1aa416c32ef76990b48d8944240f4dcb39ec0d diff --git a/dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild b/dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild deleted file mode 100644 index f10a5500fadd..000000000000 --- a/dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Get YouTube video information using link WITHOUT YouTube Data API v3" -HOMEPAGE="https://github.com/alexmercerind/youtube-search-python/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" - -RDEPEND=" - dev-python/httpx[${PYTHON_USEDEP}] - net-misc/yt-dlp[${PYTHON_USEDEP}] -" diff --git a/dev-python/youtube-search-python/youtube-search-python-1.6.6-r2.ebuild b/dev-python/youtube-search-python/youtube-search-python-1.6.6-r2.ebuild new file mode 100644 index 000000000000..18a80ff5f759 --- /dev/null +++ b/dev-python/youtube-search-python/youtube-search-python-1.6.6-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{11..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Get YouTube video information using link WITHOUT YouTube Data API v3" +HOMEPAGE="https://github.com/alexmercerind/youtube-search-python/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~x86" + +RDEPEND=" + dev-python/httpx[${PYTHON_USEDEP}] + net-misc/yt-dlp[${PYTHON_USEDEP}] +" -- cgit v1.2.3