Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whisper/
Date: Thu, 06 Feb 2020 11:46:36
Message-Id: 1580989513.24ff445472b1a93d38cc46defa073c0335ef0de3.slashbeast@gentoo
1 commit: 24ff445472b1a93d38cc46defa073c0335ef0de3
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 11:45:13 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 11:45:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ff4454
7
8 Revert "dev-python/whisper: Remove old (drop to ~arch)"
9
10 Revert due to dev-python/carbon rdeps.
11
12 This reverts commit 9b8c18d84129f39d68c2e9c813f9248f8f0836f1.
13
14 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
15
16 dev-python/whisper/Manifest | 3 +++
17 dev-python/whisper/whisper-0.9.13.ebuild | 17 ++++++++++++++++
18 dev-python/whisper/whisper-0.9.15.ebuild | 17 ++++++++++++++++
19 dev-python/whisper/whisper-1.1.3.ebuild | 33 ++++++++++++++++++++++++++++++++
20 4 files changed, 70 insertions(+)
21
22 diff --git a/dev-python/whisper/Manifest b/dev-python/whisper/Manifest
23 index d6c316848ac..6a4b2f0f8a3 100644
24 --- a/dev-python/whisper/Manifest
25 +++ b/dev-python/whisper/Manifest
26 @@ -1 +1,4 @@
27 +DIST whisper-0.9.13.tar.gz 14028 BLAKE2B 38c1d006c3b6334df8c18c7e5f695359912db225b72047c0549ba6ca786a1f8f2820a18957d8f0a9bdd07ffa723b9c12b3ddd501d88a65c55d3df6db241aa94e SHA512 b4b46bb7f31ecb766495f5f592fb2f9a754f5f38f83f071b533d4302b95808b9b4046bf7769bfa0d7713633344c7c693b57dd550b52acec4617257eba68634c1
28 +DIST whisper-0.9.15.tar.gz 15655 BLAKE2B d2f8a1333312038fdec2ed990c4657255242da74d68fb07aa1099fce345d95c15ea98a28a2a3a582b7972c6b67df9f0e2ea2280b9ba9168d65638548d53b8555 SHA512 bdc9d299ed713a3fc6104938c347682562d5f17a7f3650d823f9814410dc934899b81bb2f42f52e9cc25313d8ed33f7b4def6d8945561d63f6237492bda2a5e6
29 +DIST whisper-1.1.3.tar.gz 37716 BLAKE2B e0cad5c7ef8ca885cae2060838669d80e8b2e28d1039dce45fec601257c866d202a73279d923aff39781f71d7c9bfdc19300c991e7a5956af337d5ff18a37ede SHA512 cd2a1bece58ea4cb3f5df6adbe1966e1408c92a55b21bf7298d4b30fdd51780e236707cae1414d6c363a046a36870a6ac230ec30abe565fde9fbf17efc9e7cab
30 DIST whisper-1.1.5.tar.gz 38104 BLAKE2B ab36c91c00dd8e8e26b24c0c2967c661f0bd69f3dcb0e52763f6527a233f656a984c738be720c0b5f2d27fff08daa164db87f0ab693d360bd0c087cf6a408340 SHA512 dee42adf1824c876cf15e9e55101d90d08889fd6e267a89c18fdb4a7d4c5a3a0d4f6f24bb0fdeb974fd194046c17e00f71033ddb72c74c4d4ded0a937e82c8a9
31
32 diff --git a/dev-python/whisper/whisper-0.9.13.ebuild b/dev-python/whisper/whisper-0.9.13.ebuild
33 new file mode 100644
34 index 00000000000..e28808b7c7c
35 --- /dev/null
36 +++ b/dev-python/whisper/whisper-0.9.13.ebuild
37 @@ -0,0 +1,17 @@
38 +# Copyright 1999-2020 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=5
42 +
43 +PYTHON_COMPAT=( python2_7 )
44 +
45 +inherit distutils-r1
46 +
47 +DESCRIPTION="Fixed size round-robin style database"
48 +HOMEPAGE="https://github.com/graphite-project/whisper"
49 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 +
51 +LICENSE="Apache-2.0"
52 +KEYWORDS="amd64 x86"
53 +SLOT="0"
54 +IUSE=""
55
56 diff --git a/dev-python/whisper/whisper-0.9.15.ebuild b/dev-python/whisper/whisper-0.9.15.ebuild
57 new file mode 100644
58 index 00000000000..0011e84462d
59 --- /dev/null
60 +++ b/dev-python/whisper/whisper-0.9.15.ebuild
61 @@ -0,0 +1,17 @@
62 +# Copyright 1999-2020 Gentoo Authors
63 +# Distributed under the terms of the GNU General Public License v2
64 +
65 +EAPI=5
66 +
67 +PYTHON_COMPAT=( python2_7 )
68 +
69 +inherit distutils-r1
70 +
71 +DESCRIPTION="Fixed size round-robin style database"
72 +HOMEPAGE="https://github.com/graphite-project/whisper"
73 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 +
75 +LICENSE="Apache-2.0"
76 +KEYWORDS="~amd64 ~x86 ~x64-solaris"
77 +SLOT="0"
78 +IUSE=""
79
80 diff --git a/dev-python/whisper/whisper-1.1.3.ebuild b/dev-python/whisper/whisper-1.1.3.ebuild
81 new file mode 100644
82 index 00000000000..593f5228b98
83 --- /dev/null
84 +++ b/dev-python/whisper/whisper-1.1.3.ebuild
85 @@ -0,0 +1,33 @@
86 +# Copyright 1999-2020 Gentoo Authors
87 +# Distributed under the terms of the GNU General Public License v2
88 +
89 +EAPI=7
90 +
91 +PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
92 +
93 +inherit distutils-r1
94 +
95 +DESCRIPTION="Fixed size round-robin style database"
96 +HOMEPAGE="https://github.com/graphite-project/whisper"
97 +# PyPI tarballs don't contain tests
98 +# https://github.com/graphite-project/whisper/pull/253
99 +SRC_URI="https://github.com/graphite-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
100 +
101 +LICENSE="Apache-2.0"
102 +KEYWORDS="~amd64 ~x86 ~x64-solaris"
103 +SLOT="0"
104 +IUSE="test"
105 +RESTRICT="!test? ( test )"
106 +
107 +RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
108 +DEPEND="
109 + test? (
110 + ${RDEPEND}
111 + dev-python/pytest[${PYTHON_USEDEP}]
112 + virtual/python-unittest-mock[${PYTHON_USEDEP}]
113 + )
114 +"
115 +
116 +python_test() {
117 + py.test || die "tests failed with ${EPYTHON}"
118 +}