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/etuples/
Date: Thu, 20 Jan 2022 06:26:08
Message-Id: 1642659530.cd07514347b4af3aec049e26b7243286d620669e.arthurzam@gentoo
1 commit: cd07514347b4af3aec049e26b7243286d620669e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 06:18:50 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 06:18:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd075143
7
8 dev-python/etuples: add 0.3.4
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/etuples/Manifest | 1 +
13 dev-python/etuples/etuples-0.3.4.ebuild | 28 ++++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-python/etuples/Manifest b/dev-python/etuples/Manifest
17 index 03f2de739e16..c64db8f4f9e2 100644
18 --- a/dev-python/etuples/Manifest
19 +++ b/dev-python/etuples/Manifest
20 @@ -1 +1,2 @@
21 DIST etuples-0.3.3.gh.tar.gz 42081 BLAKE2B 524ec65a691a7b27f4ccc4d625093a92cd11c9835d3e38498bf89da8690a0bdba5752b3dcdb1e3e9326980920c50f51bc336e7592cbf2561c1ce15346c561cd5 SHA512 cfd2c88f46326783d6b132c605eb3498e383509f45ea8c720148bca7c7fb462e0bf1630da901a362f38cabb0912354a875b99f84beb43b5443333f4bafea5690
22 +DIST etuples-0.3.4.gh.tar.gz 44650 BLAKE2B 4d0e7235d010ff10e01d4143858bbc2ee1516f66db35fb9c6acf054df898a605a49dc82e4eeaddcb7ab6e5ea9bbd5dec493ac5d1741c4d595756e0f4af0ed1c1 SHA512 4e2c2884cd741a1e85358678347dc65c994583ff700c6a1adaa561bd4446035ccca2e27855fbb5842012f7e2bfa90ef7fa1634e9b3cc43cf9c7006acd7b66595
23
24 diff --git a/dev-python/etuples/etuples-0.3.4.ebuild b/dev-python/etuples/etuples-0.3.4.ebuild
25 new file mode 100644
26 index 000000000000..ff9f5b15c917
27 --- /dev/null
28 +++ b/dev-python/etuples/etuples-0.3.4.ebuild
29 @@ -0,0 +1,28 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Python S-expression emulation using tuple-like objects"
39 +HOMEPAGE="
40 + https://pypi.org/project/etuples/
41 + https://github.com/pythological/etuples/
42 +"
43 +SRC_URI="
44 + https://github.com/pythological/etuples/archive/v${PV}.tar.gz
45 + -> ${P}.gh.tar.gz
46 +"
47 +
48 +LICENSE="Apache-2.0"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
51 +
52 +RDEPEND="
53 + dev-python/cons[${PYTHON_USEDEP}]
54 + dev-python/multipledispatch[${PYTHON_USEDEP}]
55 +"
56 +
57 +distutils_enable_tests pytest