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/python3-xapp/
Date: Sun, 27 Feb 2022 18:46:49
Message-Id: 1645987592.4e6fc028a70c927719409a9d2f658e6da928413a.mgorny@gentoo
1 commit: 4e6fc028a70c927719409a9d2f658e6da928413a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:46:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:46:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6fc028
7
8 dev-python/python3-xapp: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python3-xapp/python3-xapp-2.2.1.ebuild | 25 -----------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-python/python3-xapp/python3-xapp-2.2.1.ebuild b/dev-python/python3-xapp/python3-xapp-2.2.1.ebuild
16 deleted file mode 100644
17 index 0f3392d3c0cc..000000000000
18 --- a/dev-python/python3-xapp/python3-xapp-2.2.1.ebuild
19 +++ /dev/null
20 @@ -1,25 +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=( python3_{7,8,9} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Python bindings for x11-libs/xapp"
31 -HOMEPAGE="https://github.com/linuxmint/python3-xapp"
32 -SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="LGPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm64 ~riscv x86"
37 -IUSE=""
38 -
39 -DEPEND="
40 - >=x11-libs/xapp-2.2.0[introspection]
41 -"
42 -RDEPEND="
43 - ${DEPEND}
44 - dev-python/psutil[${PYTHON_USEDEP}]
45 -"