public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/, dev-python/argparse/
Date: Sun,  8 Aug 2021 15:54:26 +0000 (UTC)	[thread overview]
Message-ID: <1628438037.a6eb3b3123cb3104b1e812a7e850048a8cdf2d2e.cybertailor@gentoo> (raw)

commit:     a6eb3b3123cb3104b1e812a7e850048a8cdf2d2e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Aug  8 13:50:27 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
-	<maintainer type="person">
-		<email>smaniotto.nicola@gmail.com</email>
-		<name>Nicola Smaniotto</name>
-	</maintainer>
-</pkgmetadata>

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
+}


                 reply	other threads:[~2021-08-08 15:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1628438037.a6eb3b3123cb3104b1e812a7e850048a8cdf2d2e.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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