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/etuples/
Date: Sun, 27 Feb 2022 18:37:43
Message-Id: 1645987033.cf3c5379f786215b7a538cf99dda847c923d0bda.mgorny@gentoo
1 commit: cf3c5379f786215b7a538cf99dda847c923d0bda
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:37:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:37:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3c5379
7
8 dev-python/etuples: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/etuples/Manifest | 1 -
13 dev-python/etuples/etuples-0.3.3.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/etuples/Manifest b/dev-python/etuples/Manifest
17 index c64db8f4f9e2..35627724877b 100644
18 --- a/dev-python/etuples/Manifest
19 +++ b/dev-python/etuples/Manifest
20 @@ -1,2 +1 @@
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.3.ebuild b/dev-python/etuples/etuples-0.3.3.ebuild
25 deleted file mode 100644
26 index 7983db24d5d2..000000000000
27 --- a/dev-python/etuples/etuples-0.3.3.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 2021 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