From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD3A8139360 for ; Sun, 8 Aug 2021 15:54:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4854E0909; Sun, 8 Aug 2021 15:54:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA245E0909 for ; Sun, 8 Aug 2021 15:54:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7294A342C13 for ; Sun, 8 Aug 2021 15:54:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D49C3851 for ; Sun, 8 Aug 2021 15:54:26 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1628438037.a6eb3b3123cb3104b1e812a7e850048a8cdf2d2e.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/, dev-python/argparse/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/argparse/Manifest dev-python/argparse/argparse-1.4.0.ebuild dev-python/argparse/metadata.xml media-video/ffsubsync/ffsubsync-0.4.11.ebuild X-VCS-Directories: media-video/ffsubsync/ dev-python/argparse/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a6eb3b3123cb3104b1e812a7e850048a8cdf2d2e X-VCS-Branch: dev Date: Sun, 8 Aug 2021 15:54:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e7db946-54e3-4f65-9253-5afb51ddc284 X-Archives-Hash: 1f9b4117b5df47e5c4c5428682e01886 commit: a6eb3b3123cb3104b1e812a7e850048a8cdf2d2e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Aug 8 13:50:27 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Aug 8 15:53:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6eb3b31 dev-python/argparse: drop package Dead upstream, needed for historical versions of python only. Closes: https://bugs.gentoo.org/804546 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/argparse/Manifest | 1 - dev-python/argparse/argparse-1.4.0.ebuild | 16 ---------------- dev-python/argparse/metadata.xml | 8 -------- media-video/ffsubsync/ffsubsync-0.4.11.ebuild | 8 ++++++-- 4 files changed, 6 insertions(+), 27 deletions(-) diff --git a/dev-python/argparse/Manifest b/dev-python/argparse/Manifest deleted file mode 100644 index b7f1d1c21..000000000 --- a/dev-python/argparse/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST argparse-1.4.0.tar.gz 70508 BLAKE2B 7bc250ea4203f40d67d9a78ca046f7a2023df742a254426cdae551abb2edabb4beba8d3cef7c848e2e98ffd682a80638cf85689ddeab6b4ddcd3fd98e6d2572f SHA512 9941f9d26c43169f947c9efadda6239349e1f9df80ff5fcdba3070bc7b43c43ab6bb4b7f0c7eee8e5d06231a17a7e9ee9eb73c7a9bb68ebe5d13f879686d61b2 diff --git a/dev-python/argparse/argparse-1.4.0.ebuild b/dev-python/argparse/argparse-1.4.0.ebuild deleted file mode 100644 index 0ee3b584c..000000000 --- a/dev-python/argparse/argparse-1.4.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python command-line parsing library" -HOMEPAGE="https://github.com/ThomasWaldmann/argparse/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="~amd64" diff --git a/dev-python/argparse/metadata.xml b/dev-python/argparse/metadata.xml deleted file mode 100644 index cbe3c6a53..000000000 --- a/dev-python/argparse/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - smaniotto.nicola@gmail.com - Nicola Smaniotto - - diff --git a/media-video/ffsubsync/ffsubsync-0.4.11.ebuild b/media-video/ffsubsync/ffsubsync-0.4.11.ebuild index a4cc9bbc7..84410fb6e 100644 --- a/media-video/ffsubsync/ffsubsync-0.4.11.ebuild +++ b/media-video/ffsubsync/ffsubsync-0.4.11.ebuild @@ -16,7 +16,6 @@ KEYWORDS="~amd64" RDEPEND=" dev-python/auditok[${PYTHON_USEDEP}] - dev-python/argparse[${PYTHON_USEDEP}] dev-python/cchardet[${PYTHON_USEDEP}] dev-python/ffmpeg-python[${PYTHON_USEDEP}] dev-python/future[${PYTHON_USEDEP}] @@ -27,6 +26,11 @@ RDEPEND=" >=dev-python/srt-3.0.0[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] dev-python/webrtcvad[${PYTHON_USEDEP}] - " +" distutils_enable_tests pytest + +python_prepare_all() { + sed "/argparse/d" -i requirements.txt || die + distutils-r1_python_prepare_all +}