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: dev-python/pyformance/
Date: Sat, 28 Mar 2020 17:44:24
Message-Id: 1585417431.00273935fc9eaa23d253b276191f8b4382dfef90.mgorny@gentoo
1 commit: 00273935fc9eaa23d253b276191f8b4382dfef90
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:31:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 17:43:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00273935
7
8 dev-python/pyformance: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyformance/Manifest | 1 -
13 dev-python/pyformance/pyformance-0.3.4.ebuild | 32 ---------------------------
14 dev-python/pyformance/pyformance-0.4.ebuild | 32 ---------------------------
15 3 files changed, 65 deletions(-)
16
17 diff --git a/dev-python/pyformance/Manifest b/dev-python/pyformance/Manifest
18 index eb27933535b..67519354832 100644
19 --- a/dev-python/pyformance/Manifest
20 +++ b/dev-python/pyformance/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST pyformance-0.3.4.tar.gz 19394 BLAKE2B 4bd141df5b3264ae8abb5b5314fcba93aeeab960e4d1d70631a3d5ac072f94a2da48b480f74c446124fb9fbd54a8ffad9c75b2352509aaf991025a02bf736648 SHA512 5dbc83da62bf66767eaaf316824cf5683488d8ee594b72baee327c4ef594f84b5aed07654da483aff29bee98605e5265425be88c165a4bb06e7bdddbbf28e440
23 DIST pyformance-0.4-patches.tar.xz 3500 BLAKE2B 511001e9011db5ef25b802739dca51337d039193a9d3322bbf94bcb120bbbeff2e1a818217970a1a97d77cd8d7da462792248910acbb3ef586704596276b7056 SHA512 858cefd6c8b151db10c63e0d8117cd6c226bd153103993040909e8fd2ab7a41a7770a2ae6de0f395a4f9f6cce3213d7ecabc0bf647657ee04fc10d76f51e07e3
24 DIST pyformance-0.4.tar.gz 20683 BLAKE2B d818832b7ff43a7e1db888bdb7dc333a532c7d3365dd472f9dbb3300f676cd3cc8f82f8d1c444aa277404ff8e72843eca35e3905542700ea37b1dad3e05c8b4c SHA512 a03324977b40f5097ae4608dd7c36bdbd2a20b261c9d3e32d1be19e5fca50e17fcc24df781b6c3ab60314534368c5e9cf08bc3863d4d2d7ecc59f9af26f8d20e
25
26 diff --git a/dev-python/pyformance/pyformance-0.3.4.ebuild b/dev-python/pyformance/pyformance-0.3.4.ebuild
27 deleted file mode 100644
28 index 65e0604698f..00000000000
29 --- a/dev-python/pyformance/pyformance-0.3.4.ebuild
30 +++ /dev/null
31 @@ -1,32 +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 -PYTHON_COMPAT=( python3_6 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Performance metrics, based on Coda Hale's Yammer metrics"
41 -HOMEPAGE="https://pyformance.readthedocs.org/ https://github.com/omergertel/pyformance/ https://pypi.org/project/pyformance/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 - test? ( dev-python/pytest[${PYTHON_USEDEP}]
52 - dev-python/mock[${PYTHON_USEDEP}] )"
53 -
54 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
55 -
56 -python_prepare() {
57 - sed -i -e "s/find_packages()/find_packages(exclude=['tests'])/" setup.py || die
58 - sed -i -e "s/URLError, err/URLError as err/" ${PN}/reporters/influx.py || die
59 -}
60 -
61 -python_test() {
62 - py.test || die
63 -}
64
65 diff --git a/dev-python/pyformance/pyformance-0.4.ebuild b/dev-python/pyformance/pyformance-0.4.ebuild
66 deleted file mode 100644
67 index 0092fe0ab5a..00000000000
68 --- a/dev-python/pyformance/pyformance-0.4.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -PYTHON_COMPAT=( python3_6 )
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="Performance metrics, based on Coda Hale's Yammer metrics"
80 -HOMEPAGE="https://pyformance.readthedocs.org/ https://github.com/omergertel/pyformance/ https://pypi.org/project/pyformance/"
81 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
82 -
83 -LICENSE="Apache-2.0"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -IUSE="test"
87 -RESTRICT="!test? ( test )"
88 -
89 -DEPEND="
90 - dev-python/setuptools[${PYTHON_USEDEP}]
91 - test? ( dev-python/pytest[${PYTHON_USEDEP}]
92 - dev-python/mock[${PYTHON_USEDEP}] )"
93 -
94 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
95 -
96 -python_prepare() {
97 - sed -i -e "s/find_packages()/find_packages(exclude=['tests'])/" setup.py || die
98 -}
99 -
100 -python_test() {
101 - py.test || die
102 -}