Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/sen/
Date: Fri, 01 Jan 2021 00:47:07
Message-Id: 1609461740.10419ac00ab0646beea7415dea9b43531c0a3b80.mgorny@gentoo
1 commit: 10419ac00ab0646beea7415dea9b43531c0a3b80
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:42:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:42:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10419ac0
7
8 app-emulation/sen: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-emulation/sen/Manifest | 2 --
13 app-emulation/sen/sen-0.6.0.ebuild | 38 --------------------------------------
14 app-emulation/sen/sen-0.6.1.ebuild | 38 --------------------------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/app-emulation/sen/Manifest b/app-emulation/sen/Manifest
18 index 7618cbd5460..f610c5c57e5 100644
19 --- a/app-emulation/sen/Manifest
20 +++ b/app-emulation/sen/Manifest
21 @@ -1,3 +1 @@
22 -DIST sen-0.6.0.tar.gz 55113 BLAKE2B 5f6affbea94005c0adc9ac544d40d94cd9a9eca930b979c19174d21d73fdd887d21802a5241c02ba212a45c4a7873f22c7372aeb69955e1f97e444ef74d91929 SHA512 5573a0d6da5ae395e947bf34c54313e4e3a0251dc1868c52bbfe9ad11463397da83a0c9ac3f1912da2e6f49341c84d40dcab900d41b4a32ebac44d1dde3ac82b
23 -DIST sen-0.6.1.tar.gz 55357 BLAKE2B 0d58f0ea11eeff29161925018425c918b3260c754d1b658e2ebd3c88e0c371feb0f1815af61979206bee529c369a90ace895d25e645ef0d76c563abd8b74c943 SHA512 2f1cadf745ca7e12d3e92534e76984072b9678055b9911f76b1a6d3cbd43266ad1eeb4d5e7bb8742db91c4da4aef684fa644c33de6fa2494c37688e9747e0efa
24 DIST sen-0.6.1_p20200905.tar.gz 1913978 BLAKE2B 189bff583770265de29ca3e54cad1283051c05eccab4fc98160801e50b31376188c52e49b43972292fe231b376ba42879fb34d7b1ae70c2246d676a6e25f670b SHA512 cd1899c1b4c5c7cf7f1f2f5e557bd609a7d7619dbc3fc6457f5ef5ce5c9ab43d92a6fbfa228c43d543d4f46c7928d74dbed9ab8346cabc772c8e7c63a7c07bfe
25
26 diff --git a/app-emulation/sen/sen-0.6.0.ebuild b/app-emulation/sen/sen-0.6.0.ebuild
27 deleted file mode 100644
28 index 6a712924ffc..00000000000
29 --- a/app-emulation/sen/sen-0.6.0.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Terminal User Interface for docker engine"
42 -HOMEPAGE="https://github.com/TomasTomecek/sen"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE="test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
52 - dev-python/urwidtrees[${PYTHON_USEDEP}]
53 - dev-python/docker-py[${PYTHON_USEDEP}]
54 - "
55 -DEPEND="${RDEPEND}
56 - test? (
57 - dev-python/pytest[${PYTHON_USEDEP}]
58 - dev-python/flexmock[${PYTHON_USEDEP}]
59 - )
60 - "
61 -
62 -python_install_all() {
63 - distutils-r1_python_install_all
64 - dodoc -r docs
65 -}
66 -
67 -python_test() {
68 - pytest -vv tests || die "pytest failed"
69 -}
70
71 diff --git a/app-emulation/sen/sen-0.6.1.ebuild b/app-emulation/sen/sen-0.6.1.ebuild
72 deleted file mode 100644
73 index 4bad3d1cae6..00000000000
74 --- a/app-emulation/sen/sen-0.6.1.ebuild
75 +++ /dev/null
76 @@ -1,38 +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 )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="Terminal User Interface for docker engine"
87 -HOMEPAGE="https://github.com/TomasTomecek/sen"
88 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
89 -
90 -LICENSE="MIT"
91 -SLOT="0"
92 -KEYWORDS="~amd64"
93 -IUSE="test"
94 -RESTRICT="!test? ( test )"
95 -
96 -RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
97 - dev-python/urwidtrees[${PYTHON_USEDEP}]
98 - dev-python/docker-py[${PYTHON_USEDEP}]
99 - "
100 -DEPEND="${RDEPEND}
101 - test? (
102 - dev-python/pytest[${PYTHON_USEDEP}]
103 - dev-python/flexmock[${PYTHON_USEDEP}]
104 - )
105 - "
106 -
107 -python_install_all() {
108 - distutils-r1_python_install_all
109 - dodoc -r docs
110 -}
111 -
112 -python_test() {
113 - pytest -vv tests || die "pytest failed"
114 -}