Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beniget/
Date: Sat, 28 May 2022 09:47:10
Message-Id: 1653731218.8b0d3584a731d0f416ca5a019ec99935d0f3ce7a.andrewammerlaan@gentoo
1 commit: 8b0d3584a731d0f416ca5a019ec99935d0f3ce7a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 09:25:12 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 09:46:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0d3584
7
8 dev-python/beniget: update EAPI 7 -> 8, enable py3.11, pep517
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/beniget/beniget-0.4.1-r1.ebuild | 24 ++++++++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 diff --git a/dev-python/beniget/beniget-0.4.1-r1.ebuild b/dev-python/beniget/beniget-0.4.1-r1.ebuild
16 new file mode 100644
17 index 000000000000..57cdfd31f83d
18 --- /dev/null
19 +++ b/dev-python/beniget/beniget-0.4.1-r1.ebuild
20 @@ -0,0 +1,24 @@
21 +# Copyright 2021-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +PYTHON_COMPAT=( python3_{8..11} )
27 +DISTUTILS_USE_PEP517=setuptools
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="Extract semantic information about static Python code"
31 +HOMEPAGE="
32 + https://pypi.org/project/beniget/
33 + https://github.com/serge-sans-paille/beniget/"
34 +SRC_URI="
35 + https://github.com/serge-sans-paille/beniget/archive/${PV}.tar.gz
36 + -> ${P}.gh.tar.gz"
37 +
38 +LICENSE="BSD"
39 +SLOT="0"
40 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
41 +
42 +RDEPEND="=dev-python/gast-0.5*[${PYTHON_USEDEP}]"
43 +
44 +distutils_enable_tests setup.py