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/pysrt/
Date: Sat, 02 Jul 2022 19:26:08
Message-Id: 1656789955.e281c957d1730dfe6f8ad100df9a70a73b8322d4.mgorny@gentoo
1 commit: e281c957d1730dfe6f8ad100df9a70a73b8322d4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 19:22:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 19:25:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e281c957
7
8 dev-python/pysrt: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pysrt/pysrt-1.1.2.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-python/pysrt/pysrt-1.1.2.ebuild b/dev-python/pysrt/pysrt-1.1.2.ebuild
16 deleted file mode 100644
17 index 2132ab3d25dc..000000000000
18 --- a/dev-python/pysrt/pysrt-1.1.2.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Python library used to edit or create SubRip files"
30 -HOMEPAGE="https://github.com/byroot/pysrt https://pypi.org/project/pysrt/"
31 -if [[ ${PV} == "9999" ]]; then
32 - inherit git-r3
33 - EGIT_REPO_URI="https://github.com/byroot/pysrt.git"
34 -else
35 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36 - KEYWORDS="amd64 ~arm ~arm64 x86"
37 -fi
38 -
39 -LICENSE="GPL-3+"
40 -SLOT="0"
41 -
42 -RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
43 -
44 -distutils_enable_tests nose