Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/transitions/
Date: Mon, 03 Aug 2020 18:59:15
Message-Id: 1596481122.f88cd5972dbff9fe2e42334e608a8557c7930da0.conikost@gentoo
1 commit: f88cd5972dbff9fe2e42334e608a8557c7930da0
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 18:58:42 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 18:58:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88cd597
7
8 dev-python/transitions: drop old version
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-python/transitions/transitions-0.7.1.ebuild | 47 -------------------------
14 dev-python/transitions/transitions-0.8.1.ebuild | 47 -------------------------
15 2 files changed, 94 deletions(-)
16
17 diff --git a/dev-python/transitions/transitions-0.7.1.ebuild b/dev-python/transitions/transitions-0.7.1.ebuild
18 deleted file mode 100644
19 index d07f7758006..00000000000
20 --- a/dev-python/transitions/transitions-0.7.1.ebuild
21 +++ /dev/null
22 @@ -1,47 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python3_{6,7,8} )
29 -
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="A lightweight, object-oriented state machine implementation in Python"
33 -HOMEPAGE="https://github.com/pytransitions/transitions"
34 -SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="amd64 x86"
39 -IUSE="examples test"
40 -
41 -RESTRICT="!test? ( test )"
42 -
43 -RDEPEND="
44 - dev-python/pygraphviz[${PYTHON_USEDEP}]
45 - dev-python/six[${PYTHON_USEDEP}]
46 -"
47 -
48 -DEPEND="
49 - ${RDEPEND}
50 - test? (
51 - dev-python/dill[${PYTHON_USEDEP}]
52 - dev-python/mock[${PYTHON_USEDEP}]
53 - dev-python/nose[${PYTHON_USEDEP}]
54 - dev-python/pycodestyle[${PYTHON_USEDEP}]
55 - dev-python/pygraphviz[${PYTHON_USEDEP}]
56 - )
57 -"
58 -
59 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
60 -
61 -python_test() {
62 - esetup.py test
63 -}
64 -
65 -src_install() {
66 - distutils-r1_src_install
67 -
68 - use examples && dodoc examples/*.ipynb
69 -}
70
71 diff --git a/dev-python/transitions/transitions-0.8.1.ebuild b/dev-python/transitions/transitions-0.8.1.ebuild
72 deleted file mode 100644
73 index 60c72178daa..00000000000
74 --- a/dev-python/transitions/transitions-0.8.1.ebuild
75 +++ /dev/null
76 @@ -1,47 +0,0 @@
77 -# Copyright 1999-2020 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=7
81 -
82 -PYTHON_COMPAT=( python3_{6,7,8} )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="A lightweight, object-oriented state machine implementation in Python"
87 -HOMEPAGE="https://github.com/pytransitions/transitions"
88 -SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
89 -
90 -LICENSE="MIT"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~x86"
93 -IUSE="examples test"
94 -
95 -RESTRICT="!test? ( test )"
96 -
97 -RDEPEND="
98 - dev-python/pygraphviz[${PYTHON_USEDEP}]
99 - dev-python/six[${PYTHON_USEDEP}]
100 -"
101 -
102 -DEPEND="
103 - ${RDEPEND}
104 - test? (
105 - dev-python/dill[${PYTHON_USEDEP}]
106 - dev-python/mock[${PYTHON_USEDEP}]
107 - dev-python/nose[${PYTHON_USEDEP}]
108 - dev-python/pycodestyle[${PYTHON_USEDEP}]
109 - dev-python/pygraphviz[${PYTHON_USEDEP}]
110 - )
111 -"
112 -
113 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
114 -
115 -python_test() {
116 - esetup.py test
117 -}
118 -
119 -src_install() {
120 - distutils-r1_src_install
121 -
122 - use examples && dodoc examples/*.ipynb
123 -}