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: Sat, 03 Sep 2022 09:12:57
Message-Id: 1662196362.07add2118b2dbf217d9bc70d963d2b8fb0a54cbc.arthurzam@gentoo
1 commit: 07add2118b2dbf217d9bc70d963d2b8fb0a54cbc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 08:48:45 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 09:12:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07add211
7
8 dev-python/etuples: add 0.3.7
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.7.ebuild | 30 ++++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-python/etuples/Manifest b/dev-python/etuples/Manifest
17 index b58f04f56ce0..82ad79bc7fed 100644
18 --- a/dev-python/etuples/Manifest
19 +++ b/dev-python/etuples/Manifest
20 @@ -1,2 +1,3 @@
21 DIST etuples-0.3.5.gh.tar.gz 44924 BLAKE2B 81b603c851b89b3ec3556246d7dfc12a533632f4e99f8b784c4b9f46c3ee51fe7d370556e376a957e52c980b6e16fc93d85c597d31cee371fa2e5cbeec962c9e SHA512 df51ff42609a341c42009b650dadac2a6fb8ea85c3ccc6145ee2bdf6270ed9509d73196f8b0b789091918e93492f766d5fc242e2d5acc30074c171a2334a42fa
22 DIST etuples-0.3.6.gh.tar.gz 45115 BLAKE2B 5fc88a46433d8074e019f97de1845732ce088e08098f8fd72b9ad0af2d869420805f753cd4a70c24f309d37115a36d9a634c8d3a1837506f781e4b6771e8cee8 SHA512 285d56c291f765c5364a53c7746bdab8aaad71bdc40607f10f0fb9570f22c66352737ba0543d447d83ecc60f7cdfd4e7b406efea7ff9b15d72818f31a10ba4e9
23 +DIST etuples-0.3.7.gh.tar.gz 45284 BLAKE2B 91766826e779af719437eb50e83c6664d2aab244c36067c30a7c21145d771c1ba86e4853625033caec45c633bd9f7e3d62ba750eb0c9f3cfc1d095cc25c01680 SHA512 e829e763b14fe850ea77aec922be1735debb14214f9c1bb9a033fd31c11296e518f98dacccba5f9c279affa2f1d2eb5c053b0704ccb79f45c08167da684e3aef
24
25 diff --git a/dev-python/etuples/etuples-0.3.7.ebuild b/dev-python/etuples/etuples-0.3.7.ebuild
26 new file mode 100644
27 index 000000000000..bf565f12b12c
28 --- /dev/null
29 +++ b/dev-python/etuples/etuples-0.3.7.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{8..11} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Python S-expression emulation using tuple-like objects"
42 +HOMEPAGE="
43 + https://pypi.org/project/etuples/
44 + https://github.com/pythological/etuples/
45 +"
46 +SRC_URI="
47 + https://github.com/pythological/etuples/archive/v${PV}.tar.gz
48 + -> ${P}.gh.tar.gz
49 +"
50 +
51 +LICENSE="Apache-2.0"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
54 +
55 +RDEPEND="
56 + dev-python/cons[${PYTHON_USEDEP}]
57 + dev-python/multipledispatch[${PYTHON_USEDEP}]
58 +"
59 +
60 +distutils_enable_tests pytest