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/beniget/
Date: Tue, 28 Jun 2022 08:11:10
Message-Id: 1656403697.71f5dc0f94fffa3fad00250619f91184a390e02d.mgorny@gentoo
1 commit: 71f5dc0f94fffa3fad00250619f91184a390e02d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 08:08:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 08:08:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f5dc0f
7
8 dev-python/beniget: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/beniget/beniget-0.4.1.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/beniget/beniget-0.4.1.ebuild b/dev-python/beniget/beniget-0.4.1.ebuild
16 deleted file mode 100644
17 index 8d7b67ff331b..000000000000
18 --- a/dev-python/beniget/beniget-0.4.1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 2021-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Extract semantic information about static Python code"
30 -HOMEPAGE="
31 - https://pypi.org/project/beniget/
32 - https://github.com/serge-sans-paille/beniget/"
33 -SRC_URI="
34 - https://github.com/serge-sans-paille/beniget/archive/${PV}.tar.gz
35 - -> ${P}.gh.tar.gz"
36 -
37 -LICENSE="BSD"
38 -SLOT="0"
39 -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
40 -
41 -RDEPEND="=dev-python/gast-0.5*[${PYTHON_USEDEP}]"
42 -
43 -distutils_enable_tests setup.py