public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whisper/
Date: Thu,  7 Jun 2018 08:34:55 +0000 (UTC)	[thread overview]
Message-ID: <1528360444.f0b2e0a356f7857be17ef12bfc22392ffc7de7d8.mgorny@gentoo> (raw)

commit:     f0b2e0a356f7857be17ef12bfc22392ffc7de7d8
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sun May 27 13:14:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 08:34:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b2e0a3

dev-python/whisper: bump to 1.1.3, add tests, Python 3 support

Package-Manager: Portage-2.3.38, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8617

 dev-python/whisper/Manifest             |  1 +
 dev-python/whisper/whisper-1.1.3.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/whisper/Manifest b/dev-python/whisper/Manifest
index e892f947b54..b5b626668c9 100644
--- a/dev-python/whisper/Manifest
+++ b/dev-python/whisper/Manifest
@@ -1,2 +1,3 @@
 DIST whisper-0.9.13.tar.gz 14028 BLAKE2B 38c1d006c3b6334df8c18c7e5f695359912db225b72047c0549ba6ca786a1f8f2820a18957d8f0a9bdd07ffa723b9c12b3ddd501d88a65c55d3df6db241aa94e SHA512 b4b46bb7f31ecb766495f5f592fb2f9a754f5f38f83f071b533d4302b95808b9b4046bf7769bfa0d7713633344c7c693b57dd550b52acec4617257eba68634c1
 DIST whisper-0.9.15.tar.gz 15655 BLAKE2B d2f8a1333312038fdec2ed990c4657255242da74d68fb07aa1099fce345d95c15ea98a28a2a3a582b7972c6b67df9f0e2ea2280b9ba9168d65638548d53b8555 SHA512 bdc9d299ed713a3fc6104938c347682562d5f17a7f3650d823f9814410dc934899b81bb2f42f52e9cc25313d8ed33f7b4def6d8945561d63f6237492bda2a5e6
+DIST whisper-1.1.3.tar.gz 37716 BLAKE2B e0cad5c7ef8ca885cae2060838669d80e8b2e28d1039dce45fec601257c866d202a73279d923aff39781f71d7c9bfdc19300c991e7a5956af337d5ff18a37ede SHA512 cd2a1bece58ea4cb3f5df6adbe1966e1408c92a55b21bf7298d4b30fdd51780e236707cae1414d6c363a046a36870a6ac230ec30abe565fde9fbf17efc9e7cab

diff --git a/dev-python/whisper/whisper-1.1.3.ebuild b/dev-python/whisper/whisper-1.1.3.ebuild
new file mode 100644
index 00000000000..d3df70da098
--- /dev/null
+++ b/dev-python/whisper/whisper-1.1.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{3,} python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Fixed size round-robin style database"
+HOMEPAGE="https://github.com/graphite-project/whisper"
+# PyPI tarballs don't contain tests
+# https://github.com/graphite-project/whisper/pull/253
+SRC_URI="https://github.com/graphite-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86 ~x64-solaris"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+	test? (
+		${RDEPEND}
+		dev-python/pytest[${PYTHON_USEDEP}]
+		virtual/python-unittest-mock[${PYTHON_USEDEP}]
+	)
+"
+
+python_test() {
+	py.test || die "tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2018-06-07  8:35 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-07  8:34 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/whisper/ Michał Górny
2024-05-18 11:11 Michał Górny
2024-05-18 11:11 Michał Górny
2023-11-23 18:55 Michał Górny
2023-05-27 19:21 Arthur Zamarin
2022-06-16  8:10 Michał Górny
2022-05-23 12:12 Michał Górny
2022-05-23  6:34 Michał Górny
2022-05-16 13:30 Michał Górny
2021-10-29 18:18 Arthur Zamarin
2021-10-17  9:44 Michał Górny
2021-05-09 11:35 Michał Górny
2021-03-04  8:02 Fabian Groffen
2021-01-17 16:16 Sam James
2021-01-17 16:16 Sam James
2021-01-17 16:16 Sam James
2020-05-09 10:16 Fabian Groffen
2020-03-29 12:03 Michał Górny
2020-03-16 18:55 Michał Górny
2020-02-06 20:43 Michał Górny
2020-02-06 20:43 Michał Górny
2020-02-06 11:46 Piotr Karbowski
2020-02-06  7:10 Michał Górny
2020-02-06  7:10 Michał Górny
2019-01-23 13:55 Fabian Groffen
2018-06-07  8:34 Michał Górny
2016-01-12 12:49 Fabian Groffen
2015-12-27  1:23 Ian Delaney

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=1528360444.f0b2e0a356f7857be17ef12bfc22392ffc7de7d8.mgorny@gentoo \
    --to=mgorny@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