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/yapsy/
Date: Sat, 04 Mar 2023 05:53:18
Message-Id: 1677909183.4f172536f5e4e97587b8120af079cad81a657cda.mgorny@gentoo
1 commit: 4f172536f5e4e97587b8120af079cad81a657cda
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 05:50:12 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 05:53:03 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f172536
7
8 dev-python/yapsy: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/yapsy/yapsy-1.12.2.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-python/yapsy/yapsy-1.12.2.ebuild b/dev-python/yapsy/yapsy-1.12.2.ebuild
16 deleted file mode 100644
17 index 22f5f3403cd3..000000000000
18 --- a/dev-python/yapsy/yapsy-1.12.2.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2023 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{9..10} )
27 -
28 -inherit distutils-r1
29 -
30 -MY_P="Yapsy-${PV}"
31 -DESCRIPTION="A fat-free DIY Python plugin management toolkit"
32 -HOMEPAGE="http://yapsy.sourceforge.net/"
33 -SRC_URI="mirror://sourceforge/yapsy/${MY_P}/${MY_P}.tar.gz"
34 -S="${WORKDIR}/${MY_P}"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~riscv x86"
39 -
40 -distutils_enable_sphinx doc
41 -distutils_enable_tests setup.py