commit:     9fd595a2608d2e86eda4389d72b54d7cb188c1f6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 14:27:07 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 14:27:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd595a2

dev-python/transitions: Bump to 0.8.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/transitions/Manifest                 |  1 +
 dev-python/transitions/transitions-0.8.7.ebuild | 41 +++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/transitions/Manifest b/dev-python/transitions/Manifest
index 0d6050d3201..d69e03bd6d3 100644
--- a/dev-python/transitions/Manifest
+++ b/dev-python/transitions/Manifest
@@ -1 +1,2 @@
 DIST transitions-0.8.6.tar.gz 1092437 BLAKE2B 
14a8f50bb3ab34e5a6589c1ccc14482373fcbe670d64cd822ef483da10d5e19771bea28ce26690907862422a7687cacccb8c82f5f623ba34888e88dbf2601945
 SHA512 
9ada9075074a1201c0858786ea446e5dd36576e154238dccbebc2523da0bd46cb676e7eb4abf1102207b2e674d3214dd4869b3c51a6b9e9799c38bd6be8aedac
+DIST transitions-0.8.7.tar.gz 1094059 BLAKE2B 
f8a524751567e450818e8e1219af661661985ead8014a060fcde2af5b7c16b3d2d87140804a85cb92d003682aa237de81865336f011f0b46805ba3d2839cf415
 SHA512 
0a7300a38facf46fe999f53114dc42040ee6aa423f08e378727d0e083a543d1246cb83ca08a861d4e598560e55124905808649e25e57a6002bd12992ba91dc8d

diff --git a/dev-python/transitions/transitions-0.8.7.ebuild 
b/dev-python/transitions/transitions-0.8.7.ebuild
new file mode 100644
index 00000000000..baacbad3ee0
--- /dev/null
+++ b/dev-python/transitions/transitions-0.8.7.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight, object-oriented state machine implementation in 
Python"
+HOMEPAGE="https://github.com/pytransitions/transitions";
+SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+       || (
+               dev-python/pygraphviz[${PYTHON_USEDEP}]
+               dev-python/graphviz[${PYTHON_USEDEP}]
+       )
+       dev-python/six[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+       test? (
+               dev-python/dill[${PYTHON_USEDEP}]
+               dev-python/mock[${PYTHON_USEDEP}]
+               dev-python/pycodestyle[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+src_install() {
+       distutils-r1_src_install
+
+       use examples && dodoc examples/*.ipynb
+}

Reply via email to