public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/transitions/
Date: Fri,  2 Aug 2019 18:16:07 +0000 (UTC)	[thread overview]
Message-ID: <1564769682.bc6ccad3aa985c47a13cd975cc9db8746dc00848.juippis@gentoo> (raw)

commit:     bc6ccad3aa985c47a13cd975cc9db8746dc00848
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Fri Jul 26 21:15:46 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 18:14:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6ccad3

dev-python/transitions: New package

This is a new dependency for the >=net-im/yowsup-3 version bump.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/transitions/Manifest                 |  1 +
 dev-python/transitions/metadata.xml             | 22 ++++++++++++
 dev-python/transitions/transitions-0.6.9.ebuild | 46 +++++++++++++++++++++++++
 3 files changed, 69 insertions(+)

diff --git a/dev-python/transitions/Manifest b/dev-python/transitions/Manifest
new file mode 100644
index 00000000000..8d1cbfa876d
--- /dev/null
+++ b/dev-python/transitions/Manifest
@@ -0,0 +1 @@
+DIST transitions-0.6.9.tar.gz 1354465 BLAKE2B bb536c1209c08717b29d5d60e4b31253b1f5bc759b7693a3ef82d4894cd55bc8a2dd3417e03ba5232d35de060c73cef664994c44c8f14be9ed0743170e7c1c09 SHA512 8104d98795c4212e40ba8274332e2e87336421e61a4398c58907a675708cddc7d3b77bbcada1e2cc16fd9dd518c94f07c2079cf0507b8647a435435151f5eb51

diff --git a/dev-python/transitions/metadata.xml b/dev-python/transitions/metadata.xml
new file mode 100644
index 00000000000..a48ef5d38ad
--- /dev/null
+++ b/dev-python/transitions/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>ck+gentoo@bl4ckb0x.de</email>
+		<name>Conrad Kostecki</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>
+		A lightweight, object-oriented state machine implementation in Python.
+		A state machine is a mathematical model of computation.
+		It is an abstract machine that can be in exactly one of a
+		finite number of states at any given time.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/pytransitions/transitions/issues</bugs-to>
+		<remote-id type="github">pytransitions/transitions</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/transitions/transitions-0.6.9.ebuild b/dev-python/transitions/transitions-0.6.9.ebuild
new file mode 100644
index 00000000000..65a89daacac
--- /dev/null
+++ b/dev-python/transitions/transitions-0.6.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+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 test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-python/pygraphviz[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+	${RDEPEND}
+	test? (
+		dev-python/pycodestyle[${PYTHON_USEDEP}]
+		dev-python/dill[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/nose[${PYTHON_USEDEP}]
+	)
+"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+	esetup.py test
+}
+
+src_install() {
+	distutils-r1_src_install
+
+	use examples && dodoc examples/*.ipynb
+}


             reply	other threads:[~2019-08-02 18:16 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02 18:16 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-09-24  5:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/transitions/ Joonas Niilola
2019-09-24  5:01 Joonas Niilola
2019-10-03  8:24 Agostino Sarubbo
2019-10-03  9:40 Agostino Sarubbo
2019-12-17 18:40 Conrad Kostecki
2020-02-02 15:34 Michał Górny
2020-02-04 18:09 Conrad Kostecki
2020-05-19 21:35 Conrad Kostecki
2020-05-19 21:35 Conrad Kostecki
2020-07-11  9:34 Michał Górny
2020-08-03 18:59 Conrad Kostecki
2020-08-03 18:59 Conrad Kostecki
2020-08-03 18:59 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2020-08-11 11:00 Agostino Sarubbo
2020-08-12  6:01 Agostino Sarubbo
2020-08-12  6:55 Conrad Kostecki
2020-08-24 22:33 Conrad Kostecki
2020-08-24 22:33 Conrad Kostecki
2020-12-29 11:46 Michał Górny
2020-12-29 11:46 Michał Górny
2021-01-29 22:41 Conrad Kostecki
2021-01-29 22:41 Conrad Kostecki
2021-01-29 22:41 Conrad Kostecki
2021-02-13 14:31 Michał Górny
2021-03-15 20:34 Conrad Kostecki
2021-03-15 20:34 Conrad Kostecki
2021-03-15 20:34 Conrad Kostecki
2021-04-07 23:11 Michał Górny
2021-05-09 12:51 Conrad Kostecki
2021-05-09 12:51 Conrad Kostecki
2021-05-09 12:51 Conrad Kostecki
2021-06-24 20:41 Conrad Kostecki
2021-07-01 21:15 Conrad Kostecki
2021-09-02 21:00 Michał Górny
2021-10-03 17:17 Conrad Kostecki
2021-10-03 17:17 Conrad Kostecki
2021-10-03 17:17 Conrad Kostecki
2021-10-05  8:27 Michał Górny
2021-11-04 11:02 Conrad Kostecki
2021-11-04 11:02 Conrad Kostecki
2021-11-04 11:02 Conrad Kostecki
2022-02-24 18:02 Arthur Zamarin
2022-03-27 15:15 Conrad Kostecki
2022-03-27 15:15 Conrad Kostecki
2022-03-27 15:15 Conrad Kostecki
2022-09-02 13:44 Arthur Zamarin
2022-09-02 13:50 Arthur Zamarin
2022-10-03  6:50 Michał Górny
2022-11-03 22:37 Conrad Kostecki
2023-11-24 22:48 Sam James
2024-03-09 17:41 Conrad Kostecki
2024-05-16 15:28 Michał Górny
2024-05-28  9:41 Michał Górny
2024-06-01 10:25 Arthur Zamarin
2024-06-01 17:27 Michał Górny
2024-07-08 19:22 Michał Górny
2024-08-07 14:10 Michał Górny
2024-08-24 13:06 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1564769682.bc6ccad3aa985c47a13cd975cc9db8746dc00848.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox