Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statistics/
Date: Tue, 09 Jan 2018 02:02:04
Message-Id: 1515428198.ca6ff1d42e565471025e055e3c56b29f5393df47.radhermit@gentoo
1 commit: ca6ff1d42e565471025e055e3c56b29f5393df47
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 16:12:10 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 16:16:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6ff1d4
7
8 dev-python/statistics: version bump to 3.4.0_beta3
9
10 dev-python/statistics/Manifest | 1 +
11 .../statistics/statistics-3.4.0_beta3.ebuild | 25 ++++++++++++++++++++++
12 2 files changed, 26 insertions(+)
13
14 diff --git a/dev-python/statistics/Manifest b/dev-python/statistics/Manifest
15 index e32286d882e..0e4af9db25c 100644
16 --- a/dev-python/statistics/Manifest
17 +++ b/dev-python/statistics/Manifest
18 @@ -1 +1,2 @@
19 DIST statistics-1.0.3.5.tar.gz 8303 BLAKE2B bbefc6b9ea5fa00f2980072afced8810e9a33acba5ef07ffbaa6c6356a1dd66fe8062b98bf6d4273860d482aa352453395c16143220afca7050cee3546fad8ab SHA512 1d7fd2304a885dbd9ebc564323349f9c5ad1ea1ecea8182b52a1f42308963bd49f07c9dc9f0b87a35d2f6ed3c37429dbc38183c0b1bd65a527558e4504a9a3a0
20 +DIST statistics-3.4.0b3.tar.gz 12486 BLAKE2B d13c8fdba3a8788f1959a97fb3d11c53cdfa5d217751b0b1303d0be186e6f37a27ba5f641cf0cc90ecb96482527bdaa4b61778795a6c6a0fa19a93d881376d2a SHA512 d7bd7614fe3afe24e542eaebfedcd2147111ec567024e2533faaa379438c3f53138ce205c9b8fc71bed51bc13d5cb3d370b476f199a6250f4457adcba4be6522
21
22 diff --git a/dev-python/statistics/statistics-3.4.0_beta3.ebuild b/dev-python/statistics/statistics-3.4.0_beta3.ebuild
23 new file mode 100644
24 index 00000000000..01236be413e
25 --- /dev/null
26 +++ b/dev-python/statistics/statistics-3.4.0_beta3.ebuild
27 @@ -0,0 +1,25 @@
28 +# Copyright 1999-2018 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=6
32 +
33 +PYTHON_COMPAT=( python2_7 pypy pypy3 )
34 +
35 +inherit distutils-r1
36 +
37 +MY_P=${PN}-${PV/_beta/b}
38 +
39 +DESCRIPTION="A Python 2.* port of 3.4 Statistics Module"
40 +HOMEPAGE="https://github.com/digitalemagine/py-statistics https://pypi.python.org/pypi/statistics"
41 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
42 +
43 +LICENSE="PSF-2"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 +IUSE=""
47 +
48 +RDEPEND=""
49 +DEPEND="${RDEPEND}
50 + dev-python/setuptools[${PYTHON_USEDEP}]"
51 +
52 +S=${WORKDIR}/${MY_P}