commit:     7665ef6c669b69bd1be827c357255c8d376ba404
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 07:16:53 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 08:27:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7665ef6c

dev-python/transitions: Bump to 0.8.10

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

 dev-python/transitions/Manifest                  |  1 +
 dev-python/transitions/transitions-0.8.10.ebuild | 39 ++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/transitions/Manifest b/dev-python/transitions/Manifest
index f5aacba3b11..79f0df6d6a0 100644
--- a/dev-python/transitions/Manifest
+++ b/dev-python/transitions/Manifest
@@ -1 +1,2 @@
+DIST transitions-0.8.10.tar.gz 1103547 BLAKE2B 
caeeb97406d1d2ba926f5ff14c4961acb7c2b9b979a1a20614e1017e4b20a664b069f384cfe878df95dffe832f00cfeb4c0ce96efe2156cc858e14eba5746137
 SHA512 
a598d65431a2d0241b5ea4c806631edf2e1f06537224e8716d531e86bcb10817d1cf32a62672147d1c1b398fd755a9ef046d884dcd0b4de6a9f8c1bfd04af62a
 DIST transitions-0.8.9.tar.gz 1103063 BLAKE2B 
2f640ee9882817e1e8fbadcbdc726eff7bfd67f9aafd8afd5aecf2b7ee88e8fe7ae57345515235b74787a9ccff2f19062c90b9a5a70d0bf58dec4b9838ad0e0b
 SHA512 
139a84658d422468fcd0c3ed501b608edeef12c15f2b6969eabb75f02d146c9f4a6857ebb0fc333cb9b51a985666cfd4879ccc89d9fb25e0f1f756c92094c941

diff --git a/dev-python/transitions/transitions-0.8.10.ebuild 
b/dev-python/transitions/transitions-0.8.10.ebuild
new file mode 100644
index 00000000000..b0e276abfbf
--- /dev/null
+++ b/dev-python/transitions/transitions-0.8.10.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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}]
+"
+
+BDEPEND="
+       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