Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vdf/
Date: Mon, 16 May 2022 16:58:16
Message-Id: 1652720194.5cd9ca34ac7cf6ee0e94d827f8a9172855521eb7.arthurzam@gentoo
1 commit: 5cd9ca34ac7cf6ee0e94d827f8a9172855521eb7
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 16:56:34 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 16:56:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd9ca34
7
8 dev-python/vdf: EAPI=8, PEP517
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/vdf/vdf-3.4-r1.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/dev-python/vdf/vdf-3.4-r1.ebuild b/dev-python/vdf/vdf-3.4-r1.ebuild
16 new file mode 100644
17 index 000000000000..f8164cd225f5
18 --- /dev/null
19 +++ b/dev-python/vdf/vdf-3.4-r1.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2022 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_{8..10} pypy3 )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="A module for (de)serialization to and from VDF, Valve's key-value text format"
32 +HOMEPAGE="https://github.com/ValvePython/vdf"
33 +SRC_URI="https://codeload.github.com/ValvePython/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +
39 +distutils_enable_tests pytest