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/py-cpuinfo/
Date: Sun, 17 Oct 2021 09:13:55
Message-Id: 1634461914.0d3aa63159215de5671d6bf7989f2bdbee72bef1.mgorny@gentoo
1 commit: 0d3aa63159215de5671d6bf7989f2bdbee72bef1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:11:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:11:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3aa631
7
8 dev-python/py-cpuinfo: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/py-cpuinfo/Manifest | 2 --
13 dev-python/py-cpuinfo/py-cpuinfo-6.0.0.ebuild | 22 ----------------------
14 dev-python/py-cpuinfo/py-cpuinfo-7.0.0.ebuild | 19 -------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/dev-python/py-cpuinfo/Manifest b/dev-python/py-cpuinfo/Manifest
18 index c4f14401421..6b927e49ab3 100644
19 --- a/dev-python/py-cpuinfo/Manifest
20 +++ b/dev-python/py-cpuinfo/Manifest
21 @@ -1,3 +1 @@
22 -DIST py-cpuinfo-6.0.0.tar.gz 145260 BLAKE2B 58cfeb698619f2f51dada63b236969393e387f6e66fffe853ab633e438b4b893489c097211a20ece597a06d3c0cf89d285b5ab34e80029510e86b1a322ff1f06 SHA512 4941a5193cc376a44e99bc82644ec9d7e8f9f11b4e5fb1ad22a71c959959dde7f67290b436dfad2f26c68ef17d08e33538cf80443f763268c503af17b8479438
23 -DIST py-cpuinfo-7.0.0.tar.gz 95887 BLAKE2B 8f5764db94faf41dc554353ac2a21416998efd602b6228f21db6e5b3257563b4f7352221eb7f354ebe431910b0b8dadd52558233261df557c6a7943b7ec138c4 SHA512 fd291533dc5e78d75851e61ef2a754d9bdb62cbb5e04c86db0d6ea2d074a1e920b1ff50c136df3dd640cb64deaccd4f187c5af02c586a3d28b8c74dfe4143893
24 DIST py-cpuinfo-8.0.0.tar.gz 99791 BLAKE2B 95024b488142e3bbb2eaa69ffef229ac27f1cb55e297fb8de050ec4c410c1b13dbf674936365d84c5c473158338dd047f6dfba58c2a7dde4e21232af356ab20c SHA512 77351f9f2fd33b09d0ee998dd2b3eb971bbe9094bee5636356d5a5a2747ebba3c112cccfdf929f77e3b7de3c745f98ecfac8edeb0d84fede100b637b554d4fd9
25
26 diff --git a/dev-python/py-cpuinfo/py-cpuinfo-6.0.0.ebuild b/dev-python/py-cpuinfo/py-cpuinfo-6.0.0.ebuild
27 deleted file mode 100644
28 index 11b0f808436..00000000000
29 --- a/dev-python/py-cpuinfo/py-cpuinfo-6.0.0.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7,8} pypy3 )
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
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 -distutils_enable_tests setup.py
52 -
53 -DOCS=( ChangeLog )
54
55 diff --git a/dev-python/py-cpuinfo/py-cpuinfo-7.0.0.ebuild b/dev-python/py-cpuinfo/py-cpuinfo-7.0.0.ebuild
56 deleted file mode 100644
57 index 54134f814a6..00000000000
58 --- a/dev-python/py-cpuinfo/py-cpuinfo-7.0.0.ebuild
59 +++ /dev/null
60 @@ -1,19 +0,0 @@
61 -# Copyright 1999-2020 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=7
65 -
66 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
67 -DISTUTILS_USE_SETUPTOOLS=rdepend
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="Get CPU info with pure Python 2 & 3"
72 -HOMEPAGE="https://github.com/workhorsy/py-cpuinfo https://pypi.org/project/py-cpuinfo/"
73 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="MIT"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
78 -
79 -distutils_enable_tests setup.py