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: Tue, 31 Jan 2023 16:15:02
Message-Id: 1675181326.6120c090db78ed8effcf41d15c7bcbcdd616ca17.mgorny@gentoo
1 commit: 6120c090db78ed8effcf41d15c7bcbcdd616ca17
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 16:08:46 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 16:08:46 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6120c090
7
8 dev-python/yapsy: EAPI 8, PEP517, py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/yapsy/yapsy-1.12.2-r1.ebuild | 25 +++++++++++++++++++++++++
13 1 file changed, 25 insertions(+)
14
15 diff --git a/dev-python/yapsy/yapsy-1.12.2-r1.ebuild b/dev-python/yapsy/yapsy-1.12.2-r1.ebuild
16 new file mode 100644
17 index 000000000000..53985e7538da
18 --- /dev/null
19 +++ b/dev-python/yapsy/yapsy-1.12.2-r1.ebuild
20 @@ -0,0 +1,25 @@
21 +# Copyright 1999-2023 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{9..11} )
28 +
29 +inherit distutils-r1
30 +
31 +MY_P="Yapsy-${PV}"
32 +DESCRIPTION="A fat-free DIY Python plugin management toolkit"
33 +HOMEPAGE="
34 + https://yapsy.sourceforge.net/
35 + https://pypi.org/project/Yapsy/
36 +"
37 +SRC_URI="mirror://sourceforge/yapsy/${MY_P}/${MY_P}.tar.gz"
38 +S=${WORKDIR}/${MY_P}
39 +
40 +LICENSE="BSD"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~riscv ~x86"
43 +
44 +distutils_enable_sphinx doc
45 +distutils_enable_tests unittest