commit:     58730ba8bcc08142194e0c21fe49d957ec12a289
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 15:43:45 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 15:46:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58730ba8

dev-python/guessit: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/guessit/Manifest             |  1 -
 dev-python/guessit/guessit-3.4.3.ebuild | 42 ---------------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/guessit/Manifest b/dev-python/guessit/Manifest
index c3ee9e7acb26..3c0363962dd1 100644
--- a/dev-python/guessit/Manifest
+++ b/dev-python/guessit/Manifest
@@ -1,2 +1 @@
-DIST guessit-3.4.3.tar.gz 166183 BLAKE2B 
30b08719b12580ade5354a501217cf2b0547965d1ef8016ffce313d257a3ca80a0736e0c904b4e3f7f639d24919839afc3887d81e2912e6aafb37861f979766f
 SHA512 
2719683487baa7bf0f212d4150486f3e673721683361004aa4397204fdc1a3414de86dd4b05b805dc91427d897cd391a7431e6c25e1576b0855f4cc3aabade7a
 DIST guessit-3.5.0.tar.gz 158094 BLAKE2B 
2091fa8b0066dda70e1a504fd4aa8b7b4f2ba9b3a88f93b22aff0d084511d9a1c93e052558fe6791021e4c44a95e9adc5e7372c937e0e438b419417ff88d2fc0
 SHA512 
072b6874449679ed34eeb19fe70502abbec3a4284c2ba40e3e69861ce2b9e92f4ff8146840f7fc25079efed62f048c9e25ee3ddf5833b192480c512b9c93905a

diff --git a/dev-python/guessit/guessit-3.4.3.ebuild 
b/dev-python/guessit/guessit-3.4.3.ebuild
deleted file mode 100644
index 74897219672d..000000000000
--- a/dev-python/guessit/guessit-3.4.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for guessing information from video filenames"
-HOMEPAGE="
-       https://github.com/guessit-io/guessit/
-       https://pypi.org/project/guessit/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
-       >=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
-       >=dev-python/rebulk-3[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               dev-python/importlib_resources[${PYTHON_USEDEP}]
-       ' 3.8)
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # Disable benchmarks as they require unavailable pytest-benchmark.
-       guessit/test/test_benchmark.py
-)

Reply via email to