diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-18 15:48:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-18 15:54:33 -0500 |
commit | f472dd9c698b9f73c120dac03913881054f973ed (patch) | |
tree | 8991f21ad2367507b569338d26a4c3cc96e67f0f /dev-python/automaton | |
parent | dev-python/os-brick: 1.15.3 bup (diff) | |
download | gentoo-f472dd9c698b9f73c120dac03913881054f973ed.tar.gz gentoo-f472dd9c698b9f73c120dac03913881054f973ed.tar.bz2 gentoo-f472dd9c698b9f73c120dac03913881054f973ed.zip |
dev-python/automaton: 1.12.1 bup
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-python/automaton')
-rw-r--r-- | dev-python/automaton/Manifest | 1 | ||||
-rw-r--r-- | dev-python/automaton/automaton-1.12.1.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/automaton/Manifest b/dev-python/automaton/Manifest index df76a682d50c..dd39bafdd673 100644 --- a/dev-python/automaton/Manifest +++ b/dev-python/automaton/Manifest @@ -1 +1,2 @@ DIST automaton-0.8.0.tar.gz 24784 SHA256 ca8bfbea03b9f39a536b4b261d90fbe8b1b0e1766bff5d8222e35691f8e11910 SHA512 1e167cd99ba427485d73f30ff55fe7f2d5f978d6e012a35ac104e611f5e37cc9a39f45dc93540fcb07b5ef0179790e9539a2cce74c88514701e8ce418ff6394b WHIRLPOOL 71850063c9be87358a1857497dd279b2a8f1a127f6a3e2d5ddd4c6bb05f9ad79d8d9dcb5c0f53b213cb9f953b702c1ca94fa1c650a31ce097db06ece4c5bbaa3 +DIST automaton-1.12.1.tar.gz 30350 SHA256 32c0592598f9eb1a89c214aee6aad1b76a997c5e4effc13ab41064405ca9f083 SHA512 c0b78d934f1c0768e1131db0640649254489afb8710098f68f61293746c80a2807edf82659d8fc9bd3812107dbb823e95055842c81477325f9ada65967ebf4e6 WHIRLPOOL c7c3f02a02680fba107fe713b8707bdcbaa8ee7caa1dfcadca3117dbcdecb371f9f7827f1f1661d8e236fea1866e9c716df78aa95f49f902706b4b6dcacda11d diff --git a/dev-python/automaton/automaton-1.12.1.ebuild b/dev-python/automaton/automaton-1.12.1.ebuild new file mode 100644 index 000000000000..03fdb23190af --- /dev/null +++ b/dev-python/automaton/automaton-1.12.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Friendly state machines for python." +HOMEPAGE="https://pypi.python.org/pypi/automaton" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND="${CDEPEND} + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] + <dev-python/prettytable-0.8.0[${PYTHON_USEDEP}]" |