public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py-cpuinfo/
Date: Mon,  8 Jan 2018 16:18:48 +0000 (UTC)	[thread overview]
Message-ID: <1515428148.65c4b0afe033cb8a0d92da427d3dfdab01e7fc6e.radhermit@gentoo> (raw)

commit:     65c4b0afe033cb8a0d92da427d3dfdab01e7fc6e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 15:49:11 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 16:15:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c4b0af

dev-python/py-cpuinfo: version bump to 3.3.0

 dev-python/py-cpuinfo/Manifest                |  1 +
 dev-python/py-cpuinfo/py-cpuinfo-3.3.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/py-cpuinfo/Manifest b/dev-python/py-cpuinfo/Manifest
index 3d6d39a0ade..44976f5dd19 100644
--- a/dev-python/py-cpuinfo/Manifest
+++ b/dev-python/py-cpuinfo/Manifest
@@ -1 +1,2 @@
 DIST py-cpuinfo-3.2.0.tar.gz 76019 BLAKE2B 2a0969911b385e51ead94a92b89a21bf6ebd6a49ce5229329265ec0611fabe1180cf4ac617c1786ab25605fbf11463e85d74a02195cf01ebc40a5f8d1350f83a SHA512 737d5a73d6991ce5cb99125951a75492f48177030986270bbe7dcc0efb4e3200c9957bfbe51bd5a7555bfa8e62db68c3a5227e47e5e6bb2115ff2c10c0bfb688
+DIST py-cpuinfo-3.3.0.tar.gz 76052 BLAKE2B ffa9d53ccca034b8b4707cc60c8c38b66bd76101e4c6c8d8bf5de743904270a4b9236c0f03192336c2fb32fefb665c5a6d5587639a408ff0bb9183b33f9c3ce7 SHA512 b31ebfb0f066303813d699a7aa5bd5b8d4e0b3b6e8422dfb4aa53c5b64d2234c5275fc293b3eb3ee72752691e023dc94fc013ccf6a0251d307c4b10619135524

diff --git a/dev-python/py-cpuinfo/py-cpuinfo-3.3.0.ebuild b/dev-python/py-cpuinfo/py-cpuinfo-3.3.0.ebuild
new file mode 100644
index 00000000000..308eee31c50
--- /dev/null
+++ b/dev-python/py-cpuinfo/py-cpuinfo-3.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Get CPU info with pure Python 2 & 3"
+HOMEPAGE="https://github.com/workhorsy/py-cpuinfo https://pypi.python.org/pypi/py-cpuinfo"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( ChangeLog )
+
+python_test() {
+	"${PYTHON}" test_suite.py -v || die
+}


             reply	other threads:[~2018-01-09  2:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-08 16:18 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 11:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/py-cpuinfo/ Petr Vaněk
2024-04-14 18:55 Arthur Zamarin
2023-10-20 13:33 Michał Górny
2023-04-29 15:31 Arthur Zamarin
2023-04-29 15:25 Arthur Zamarin
2023-02-20 21:29 Arthur Zamarin
2023-02-13 11:31 Yixun Lan
2023-02-12 20:24 Jakov Smolić
2022-11-14  4:44 Michał Górny
2022-10-26  3:26 Michał Górny
2021-10-17  9:13 Michał Górny
2021-07-13  7:15 Georgy Yakovlev
2021-06-05 17:59 Michał Górny
2021-04-15  6:32 Michał Górny
2020-09-13 21:22 Louis Sautier
2020-07-25 22:13 Aaron Bauman
2020-02-03 22:18 Tim Harder
2020-02-03 22:18 Tim Harder
2019-07-18  4:57 Tim Harder
2018-01-08 16:18 Tim Harder
2017-05-03  0:02 Patrick McLean
2016-02-24  9:23 Justin Lecher
2016-02-17  8:57 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515428148.65c4b0afe033cb8a0d92da427d3dfdab01e7fc6e.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox