diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-27 09:21:58 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-27 09:22:51 +0800 |
commit | bb374a7016cca421675a2c73ecea4b1d0f0371ce (patch) | |
tree | 9dbfe5a734f59637837f369007b00523ab5f0a8e /dev-python/whisper | |
parent | dev-python/carbon: bump to vn. 0.9.14 (diff) | |
download | gentoo-bb374a7016cca421675a2c73ecea4b1d0f0371ce.tar.gz gentoo-bb374a7016cca421675a2c73ecea4b1d0f0371ce.tar.bz2 gentoo-bb374a7016cca421675a2c73ecea4b1d0f0371ce.zip |
dev-python/whisper: bump to vn. 0.9.15
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-python/whisper')
-rw-r--r-- | dev-python/whisper/Manifest | 1 | ||||
-rw-r--r-- | dev-python/whisper/whisper-0.9.15.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/whisper/Manifest b/dev-python/whisper/Manifest index 73445e31e2cb..8816b56a0da8 100644 --- a/dev-python/whisper/Manifest +++ b/dev-python/whisper/Manifest @@ -1 +1,2 @@ DIST whisper-0.9.13.tar.gz 14028 SHA256 6ba106b7271a69ead72b63f6dd5192aa1816cbec376caa491b4e63af28c17262 SHA512 b4b46bb7f31ecb766495f5f592fb2f9a754f5f38f83f071b533d4302b95808b9b4046bf7769bfa0d7713633344c7c693b57dd550b52acec4617257eba68634c1 WHIRLPOOL c9fdffdcd1bb539037a2e880a82335020c05d2196033842b2da1eb84809184747e7454b3696b11cf3fe9877bf313dea27cac47f7d784b01e9c8fc06796e1e499 +DIST whisper-0.9.15.tar.gz 15655 SHA256 426b92cba867728a90a743e26dba4c71634c411450307934137e73cb3bbc13b2 SHA512 bdc9d299ed713a3fc6104938c347682562d5f17a7f3650d823f9814410dc934899b81bb2f42f52e9cc25313d8ed33f7b4def6d8945561d63f6237492bda2a5e6 WHIRLPOOL 43b1c2c4897f3aa6c714dec8c44d81adc3cf2a5f19c45e93afa874dde6a8c204ce33c70301b206e9a220e75980f086b681a7816966dcebe922553fdffdfba82b diff --git a/dev-python/whisper/whisper-0.9.15.ebuild b/dev-python/whisper/whisper-0.9.15.ebuild new file mode 100644 index 000000000000..e16feac7b33e --- /dev/null +++ b/dev-python/whisper/whisper-0.9.15.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 pypy ) + +inherit distutils-r1 + +DESCRIPTION="Fixed size round-robin style database" +HOMEPAGE="http://graphite.wikidot.com/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" |