Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/automaton/
Date: Wed, 18 Oct 2017 20:55:03
Message-Id: 1508360073.f472dd9c698b9f73c120dac03913881054f973ed.prometheanfire@gentoo
1 commit: f472dd9c698b9f73c120dac03913881054f973ed
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 18 20:48:17 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 18 20:54:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f472dd9c
7
8 dev-python/automaton: 1.12.1 bup
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-python/automaton/Manifest | 1 +
13 dev-python/automaton/automaton-1.12.1.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-python/automaton/Manifest b/dev-python/automaton/Manifest
17 index df76a682d50..dd39bafdd67 100644
18 --- a/dev-python/automaton/Manifest
19 +++ b/dev-python/automaton/Manifest
20 @@ -1 +1,2 @@
21 DIST automaton-0.8.0.tar.gz 24784 SHA256 ca8bfbea03b9f39a536b4b261d90fbe8b1b0e1766bff5d8222e35691f8e11910 SHA512 1e167cd99ba427485d73f30ff55fe7f2d5f978d6e012a35ac104e611f5e37cc9a39f45dc93540fcb07b5ef0179790e9539a2cce74c88514701e8ce418ff6394b WHIRLPOOL 71850063c9be87358a1857497dd279b2a8f1a127f6a3e2d5ddd4c6bb05f9ad79d8d9dcb5c0f53b213cb9f953b702c1ca94fa1c650a31ce097db06ece4c5bbaa3
22 +DIST automaton-1.12.1.tar.gz 30350 SHA256 32c0592598f9eb1a89c214aee6aad1b76a997c5e4effc13ab41064405ca9f083 SHA512 c0b78d934f1c0768e1131db0640649254489afb8710098f68f61293746c80a2807edf82659d8fc9bd3812107dbb823e95055842c81477325f9ada65967ebf4e6 WHIRLPOOL c7c3f02a02680fba107fe713b8707bdcbaa8ee7caa1dfcadca3117dbcdecb371f9f7827f1f1661d8e236fea1866e9c716df78aa95f49f902706b4b6dcacda11d
23
24 diff --git a/dev-python/automaton/automaton-1.12.1.ebuild b/dev-python/automaton/automaton-1.12.1.ebuild
25 new file mode 100644
26 index 00000000000..03fdb23190a
27 --- /dev/null
28 +++ b/dev-python/automaton/automaton-1.12.1.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Friendly state machines for python."
39 +HOMEPAGE="https://pypi.python.org/pypi/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}]"