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/automaton/
Date: Mon, 31 May 2021 20:31:20
Message-Id: 1622492623.2278b1cac4de5568375eddd46e868472b073cbee.mgorny@gentoo
1 commit: 2278b1cac4de5568375eddd46e868472b073cbee
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:23:43 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:23:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2278b1ca
7
8 dev-python/automaton: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/automaton/Manifest | 1 -
13 dev-python/automaton/automaton-1.12.1.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/automaton/Manifest b/dev-python/automaton/Manifest
17 index d6ee0640e2d..46260e7a6e1 100644
18 --- a/dev-python/automaton/Manifest
19 +++ b/dev-python/automaton/Manifest
20 @@ -1,2 +1 @@
21 -DIST automaton-1.12.1.tar.gz 30350 BLAKE2B 2557cfe4be401080615a7e640d54184ac8213654711f75b12512c5fc689d96bfcb486770fe6bb1999a7af54f9c2e115a5a5bc2a45a25ab6e89d0030d4087d45f SHA512 c0b78d934f1c0768e1131db0640649254489afb8710098f68f61293746c80a2807edf82659d8fc9bd3812107dbb823e95055842c81477325f9ada65967ebf4e6
22 DIST automaton-2.2.0.tar.gz 31629 BLAKE2B 1db3968bf2eb3dcec77edd6ca8f7ad6afd16d4e1a23fe3f5520ab78d8b78e817cf9bde14bb008e8740fdbd03e4b871361402283407133def0c15485962a210ce SHA512 9b773ac93f17542800b93e36ca8b42ab522b2fb1c72d36256a62a37463e49e9f299fbdb9d4507b7f2a6cf678bbcd16fc86be9d20720acf0b254e1bacca4c0300
23
24 diff --git a/dev-python/automaton/automaton-1.12.1.ebuild b/dev-python/automaton/automaton-1.12.1.ebuild
25 deleted file mode 100644
26 index cc667bbd13f..00000000000
27 --- a/dev-python/automaton/automaton-1.12.1.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_7 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Friendly state machines for python."
39 -HOMEPAGE="https://pypi.org/project/automaton/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 x86"
45 -IUSE=""
46 -
47 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
48 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 - ${CDEPEND}"
51 -RDEPEND="${CDEPEND}
52 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
53 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
54 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
55 - <dev-python/prettytable-0.8.0[${PYTHON_USEDEP}]"