From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ytmdl/
Date: Mon, 4 Nov 2024 00:19:39 +0000 (UTC) [thread overview]
Message-ID: <1730679571.e6e7137a36ab82cc5ff084562f746ec0689d0c61.xgqt@gentoo> (raw)
commit: e6e7137a36ab82cc5ff084562f746ec0689d0c61
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 22:58:24 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 00:19:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e7137a
net-misc/ytmdl: drop old 2024.04.14
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
net-misc/ytmdl/Manifest | 1 -
net-misc/ytmdl/ytmdl-2024.04.14.ebuild | 63 ----------------------------------
2 files changed, 64 deletions(-)
diff --git a/net-misc/ytmdl/Manifest b/net-misc/ytmdl/Manifest
index fd4268f43313..d5870c45664b 100644
--- a/net-misc/ytmdl/Manifest
+++ b/net-misc/ytmdl/Manifest
@@ -1,2 +1 @@
-DIST ytmdl-2024.04.14.gh.tar.gz 1120264 BLAKE2B 018942cb9fa2534d225ba66e73e6b117581ce86cdc13b9bd3a39475dcde76d57fa97731264e3bf54863e0ab613a93861d51d7f0c678d332f029446cfaaa75820 SHA512 2d8b2e2189c6f0483dd32466f98281d8f173ad5d8a717ff9d828a7b08fc7f6313f108fb11da4b18ae66336c754c1c00f14010fe823c0a182387578db01795760
DIST ytmdl-2024.08.15.1.gh.tar.gz 1120362 BLAKE2B ae6bdb8b610f585da7ed15cda298edbbed6a1274459ebb6f13e1afa3a7ed6666e49d7461cf197aa2ac46ca9f989d2d802dd89e83848204395e228d90cc6b9ed0 SHA512 431672b12f4366afd1b6a9dde9e52c14c51db53a7f41eb49a6680590bcf9ec0ca6736506c509262b99ffcf713f940bbb7c903937761ea16bc8dcdc6084201071
diff --git a/net-misc/ytmdl/ytmdl-2024.04.14.ebuild b/net-misc/ytmdl/ytmdl-2024.04.14.ebuild
deleted file mode 100644
index f73f070585ef..000000000000
--- a/net-misc/ytmdl/ytmdl-2024.04.14.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit bash-completion-r1 distutils-r1 edo
-
-DESCRIPTION="Simple app to get songs from youtube in mp3 format"
-HOMEPAGE="https://ytmdl.deepjyoti30.dev/
- https://github.com/deepjyoti30/ytmdl/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/deepjyoti30/${PN}.git"
-else
- SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- >=net-misc/yt-dlp-2022.3.8.2[${PYTHON_USEDEP}]
- dev-python/PySocks[${PYTHON_USEDEP}]
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
- dev-python/ffmpeg-python[${PYTHON_USEDEP}]
- dev-python/itunespy[${PYTHON_USEDEP}]
- dev-python/musicbrainzngs[${PYTHON_USEDEP}]
- dev-python/pyDes[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/rich[${PYTHON_USEDEP}]
- dev-python/simber[${PYTHON_USEDEP}]
- dev-python/spotipy[${PYTHON_USEDEP}]
- dev-python/unidecode[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
- dev-python/youtube-search-python[${PYTHON_USEDEP}]
- dev-python/ytmusicapi[${PYTHON_USEDEP}]
- media-libs/mutagen[${PYTHON_USEDEP}]
- net-misc/downloader-cli[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${FILESDIR}/${PN}-2023.11.26-data_files.patch" )
-
-python_compile() {
- distutils-r1_python_compile
-
- edo "${EPYTHON}" ./utils/completion.py
-}
-
-src_install() {
- distutils-r1_src_install
-
- newbashcomp "${PN}.bash" "${PN}"
-}
next reply other threads:[~2024-11-04 0:19 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-04 0:19 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-03 20:39 [gentoo-commits] repo/gentoo:master commit in: net-misc/ytmdl/ Maciej Barć
2024-09-27 21:53 Sam James
2024-08-16 16:21 Maciej Barć
2024-07-27 10:06 Michał Górny
2024-07-27 10:06 Michał Górny
2024-05-18 3:19 Sam James
2024-04-14 21:57 Maciej Barć
2024-01-10 16:31 Maciej Barć
2023-12-27 23:44 Maciej Barć
2023-11-26 7:37 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-10-01 18:07 Arthur Zamarin
2023-08-27 12:42 Maciej Barć
2023-05-20 7:35 Michał Górny
2023-04-03 21:40 Sam James
2023-04-03 1:56 Maciej Barć
2023-03-16 18:52 Michał Górny
2023-03-04 7:05 Joonas Niilola
2023-02-28 18:03 Maciej Barć
2023-02-27 0:05 Maciej Barć
2022-12-26 14:05 Maciej Barć
2022-04-10 20:21 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1730679571.e6e7137a36ab82cc5ff084562f746ec0689d0c61.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox