Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/youtube-search-python/
Date: Mon, 16 May 2022 13:31:04
Message-Id: 1652707702.673964ae2e88ba74498d268feb95908510ade360.mgorny@gentoo
1 commit: 673964ae2e88ba74498d268feb95908510ade360
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:28:22 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:28:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673964ae
7
8 dev-python/youtube-search-python: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/youtube-search-python/Manifest | 2 --
13 .../youtube-search-python-1.6.3.ebuild | 22 ----------------------
14 .../youtube-search-python-1.6.4.ebuild | 22 ----------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/dev-python/youtube-search-python/Manifest b/dev-python/youtube-search-python/Manifest
18 index 2a96cb4fd251..caf70ac39fa2 100644
19 --- a/dev-python/youtube-search-python/Manifest
20 +++ b/dev-python/youtube-search-python/Manifest
21 @@ -1,3 +1 @@
22 -DIST youtube-search-python-1.6.3.tar.gz 115934 BLAKE2B 1151a29da0d66206424a88a2ac3839269f11d970b4a829f9d33ede4ef7ffec39c6762bfe138edd5da9c57308444021be93054c34cbc71e12a031a8d798d94975 SHA512 16d0dfbc95387bb3ccac9224e53ea087cdfa41d1330abd96fc3ad0136af227359fc2d8409a2eca81ae2fe9790efdb86a42e409748ba1a49c595df2629216e331
23 -DIST youtube-search-python-1.6.4.tar.gz 116117 BLAKE2B 297e171cf72381994ed93804833b49182c5099db8584937258867ec9f9e14c680a5cf4c9f09fe186e1d5405481afb6656dab35f204c09bcf2f77d07de9b4103a SHA512 50109d5704ceabe101b6190a157a656eb3690bc29b95112526fc1363935d14afc142af6c5bf512a38c3938f06db06a50a26f9a13d1601abd0fa224a0cd3b84f5
24 DIST youtube-search-python-1.6.5.tar.gz 115469 BLAKE2B 80e3732155113ee6764f370af894c3cf261812dc5ae6d44a1a7f614645a7a85482c4c35736d8319246f3b2e3cb66188908253bfed910700ad6b83d7fd2d9d92f SHA512 1d319401fb6e24064c3235d82680fd6f156bc600155b4d8157cb1b69ae61cffb587d5ac59ea5b5a353657cd3a1275b038dd9af9939da7fe7ac81c7866de10832
25
26 diff --git a/dev-python/youtube-search-python/youtube-search-python-1.6.3.ebuild b/dev-python/youtube-search-python/youtube-search-python-1.6.3.ebuild
27 deleted file mode 100644
28 index 923cfa88f17f..000000000000
29 --- a/dev-python/youtube-search-python/youtube-search-python-1.6.3.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Get YouTube video information using link WITHOUT YouTube Data API v3"
43 -HOMEPAGE="https://github.com/alexmercerind/youtube-search-python/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -RDEPEND="
51 - dev-python/httpx[${PYTHON_USEDEP}]
52 - net-misc/yt-dlp[${PYTHON_USEDEP}]
53 -"
54
55 diff --git a/dev-python/youtube-search-python/youtube-search-python-1.6.4.ebuild b/dev-python/youtube-search-python/youtube-search-python-1.6.4.ebuild
56 deleted file mode 100644
57 index 923cfa88f17f..000000000000
58 --- a/dev-python/youtube-search-python/youtube-search-python-1.6.4.ebuild
59 +++ /dev/null
60 @@ -1,22 +0,0 @@
61 -# Copyright 1999-2022 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=8
65 -
66 -DISTUTILS_USE_PEP517=setuptools
67 -PYTHON_COMPAT=( python3_{8..10} )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="Get YouTube video information using link WITHOUT YouTube Data API v3"
72 -HOMEPAGE="https://github.com/alexmercerind/youtube-search-python/"
73 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="MIT"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -
79 -RDEPEND="
80 - dev-python/httpx[${PYTHON_USEDEP}]
81 - net-misc/yt-dlp[${PYTHON_USEDEP}]
82 -"