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/py-cpuinfo/
Date: Mon, 03 Feb 2020 22:18:56
Message-Id: 1580768176.e8b2a2c6ad075e2fc690176609ecf65a92d4a7b8.radhermit@gentoo
1 commit: e8b2a2c6ad075e2fc690176609ecf65a92d4a7b8
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 22:15:37 2020 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 22:16:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b2a2c6
7
8 dev-python/py-cpuinfo: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/py-cpuinfo/Manifest | 2 --
13 dev-python/py-cpuinfo/py-cpuinfo-3.2.0.ebuild | 27 ---------------------------
14 dev-python/py-cpuinfo/py-cpuinfo-3.3.0.ebuild | 27 ---------------------------
15 dev-python/py-cpuinfo/py-cpuinfo-5.0.0.ebuild | 27 ---------------------------
16 4 files changed, 83 deletions(-)
17
18 diff --git a/dev-python/py-cpuinfo/Manifest b/dev-python/py-cpuinfo/Manifest
19 index fb729eceeb5..871b66f12f6 100644
20 --- a/dev-python/py-cpuinfo/Manifest
21 +++ b/dev-python/py-cpuinfo/Manifest
22 @@ -1,3 +1 @@
23 -DIST py-cpuinfo-3.2.0.tar.gz 76019 BLAKE2B 2a0969911b385e51ead94a92b89a21bf6ebd6a49ce5229329265ec0611fabe1180cf4ac617c1786ab25605fbf11463e85d74a02195cf01ebc40a5f8d1350f83a SHA512 737d5a73d6991ce5cb99125951a75492f48177030986270bbe7dcc0efb4e3200c9957bfbe51bd5a7555bfa8e62db68c3a5227e47e5e6bb2115ff2c10c0bfb688
24 -DIST py-cpuinfo-3.3.0.tar.gz 76052 BLAKE2B ffa9d53ccca034b8b4707cc60c8c38b66bd76101e4c6c8d8bf5de743904270a4b9236c0f03192336c2fb32fefb665c5a6d5587639a408ff0bb9183b33f9c3ce7 SHA512 b31ebfb0f066303813d699a7aa5bd5b8d4e0b3b6e8422dfb4aa53c5b64d2234c5275fc293b3eb3ee72752691e023dc94fc013ccf6a0251d307c4b10619135524
25 DIST py-cpuinfo-5.0.0.tar.gz 82118 BLAKE2B 94df998e053de04cf7b470799eb7595b5a398bf7d2da6417e3f5f6313a3e1152adfa5ef6a67461cd10d521be88d0a9ccf9495715a23cefb557f673f10dec7468 SHA512 d3a22ffdc4d1668a58330016e3297e57c07f6380e544497b1ad9dfcf0410b000f69418bf1cb9a434a2ffdbc8f17be89a25d33c65817913a823c6e181df6b760e
26
27 diff --git a/dev-python/py-cpuinfo/py-cpuinfo-3.2.0.ebuild b/dev-python/py-cpuinfo/py-cpuinfo-3.2.0.ebuild
28 deleted file mode 100644
29 index 0ba28f62f73..00000000000
30 --- a/dev-python/py-cpuinfo/py-cpuinfo-3.2.0.ebuild
31 +++ /dev/null
32 @@ -1,27 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python3_6 pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Get CPU info with pure Python 2 & 3"
43 -HOMEPAGE="https://github.com/workhorsy/py-cpuinfo https://pypi.org/project/py-cpuinfo/"
44 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE=""
50 -
51 -RDEPEND=""
52 -DEPEND="${RDEPEND}
53 - dev-python/setuptools[${PYTHON_USEDEP}]"
54 -
55 -DOCS=( ChangeLog )
56 -
57 -python_test() {
58 - "${PYTHON}" test_suite.py -v || die
59 -}
60
61 diff --git a/dev-python/py-cpuinfo/py-cpuinfo-3.3.0.ebuild b/dev-python/py-cpuinfo/py-cpuinfo-3.3.0.ebuild
62 deleted file mode 100644
63 index 0ba28f62f73..00000000000
64 --- a/dev-python/py-cpuinfo/py-cpuinfo-3.3.0.ebuild
65 +++ /dev/null
66 @@ -1,27 +0,0 @@
67 -# Copyright 1999-2020 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -
72 -PYTHON_COMPAT=( python3_6 pypy3 )
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Get CPU info with pure Python 2 & 3"
77 -HOMEPAGE="https://github.com/workhorsy/py-cpuinfo https://pypi.org/project/py-cpuinfo/"
78 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="MIT"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
83 -IUSE=""
84 -
85 -RDEPEND=""
86 -DEPEND="${RDEPEND}
87 - dev-python/setuptools[${PYTHON_USEDEP}]"
88 -
89 -DOCS=( ChangeLog )
90 -
91 -python_test() {
92 - "${PYTHON}" test_suite.py -v || die
93 -}
94
95 diff --git a/dev-python/py-cpuinfo/py-cpuinfo-5.0.0.ebuild b/dev-python/py-cpuinfo/py-cpuinfo-5.0.0.ebuild
96 deleted file mode 100644
97 index 2d19c682a38..00000000000
98 --- a/dev-python/py-cpuinfo/py-cpuinfo-5.0.0.ebuild
99 +++ /dev/null
100 @@ -1,27 +0,0 @@
101 -# Copyright 1999-2020 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=7
105 -
106 -PYTHON_COMPAT=( python3_{6,7} pypy3 )
107 -
108 -inherit distutils-r1
109 -
110 -DESCRIPTION="Get CPU info with pure Python 2 & 3"
111 -HOMEPAGE="https://github.com/workhorsy/py-cpuinfo https://pypi.org/project/py-cpuinfo/"
112 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
113 -
114 -LICENSE="MIT"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
117 -IUSE=""
118 -
119 -RDEPEND=""
120 -DEPEND="${RDEPEND}
121 - dev-python/setuptools[${PYTHON_USEDEP}]"
122 -
123 -DOCS=( ChangeLog )
124 -
125 -python_test() {
126 - "${PYTHON}" test_suite.py -v || die
127 -}