public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psutil/
Date: Wed, 10 Apr 2019 22:44:00 +0000 (UTC)	[thread overview]
Message-ID: <1554936204.c939fb678d8ce4588402682d2e3db244bd83f3a6.prometheanfire@gentoo> (raw)

commit:     c939fb678d8ce4588402682d2e3db244bd83f3a6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 21:37:04 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 22:43:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c939fb67

dev-python/psutil: 5.6.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/psutil/Manifest            |  1 +
 dev-python/psutil/psutil-5.6.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/psutil/Manifest b/dev-python/psutil/Manifest
index fb5f8573ff8..a07e4e11841 100644
--- a/dev-python/psutil/Manifest
+++ b/dev-python/psutil/Manifest
@@ -3,3 +3,4 @@ DIST psutil-5.4.3.tar.gz 412550 BLAKE2B c12a8418e7a7573d23a2599c6a4df9a3aa3bbe6b
 DIST psutil-5.4.7.tar.gz 420300 BLAKE2B e096997d22577f90cd6fc6019f2bde8855abda0eb67b496dfb8cc8dbce769e0c7da66524ac6d0c059e7a2d074a1675187af3177d904feab5a76b9b8a72c63853 SHA512 553c6de601d4c4d0c6a9dccc3eb8a449f1b3a18cd71648395ea3b43da3c92aef1565f6ce763872855d68b3de190dbd04c7f5be5ed4a79b0167d737c1825c0e2c
 DIST psutil-5.4.8.tar.gz 422742 BLAKE2B 13c4b9b412704728c4b192032a6be78756b03a37cd6f425a81a83d0aca4ce155ebf24a1f62b75e66433f21e8bd3f2fa3c7bbb5ec2686c6dc951b89e97ebfa688 SHA512 5691e7e7ecd827aff2755a85c4c1be3a23beec3a1dbff079547991dcfffa8e075cff7fb6983e1f6fa287e2216e3b1466618730afaf114a0ee209d7b70d7b0c6a
 DIST psutil-5.5.0.tar.gz 425058 BLAKE2B 0a13149b060d1a99faa600470fdbd592ee520b247f916313bef428feaa652bc4e9152f09ceeea5378769d4cdcd9876ccdc96dc4378d74136bcbcadf4a9266b90 SHA512 e614d41162087e236779738b50ec9e83403082f20492e152605fe80da23a11a4bd667db82a234f00815f68139d53b19368c2118ab27d52144341c2250091c570
+DIST psutil-5.6.0.tar.gz 426596 BLAKE2B 803cb09262575a7193ecc9cf9bfbbf721e10ef4adc25672f6747111306d1803c1422c9894636421653eaae11c241100f58837c80173ab473bb9dc39da2580aed SHA512 01daf80698954a53a9e987afad6c7aefad502c76b5f34601728c3864c924ca52099f139242e508fd4c72378cbe436c9870eca7a33c112fb8dead0be501aaf2aa

diff --git a/dev-python/psutil/psutil-5.6.0.ebuild b/dev-python/psutil/psutil-5.6.0.ebuild
new file mode 100644
index 00000000000..2302e7cc42a
--- /dev/null
+++ b/dev-python/psutil/psutil-5.6.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Retrieve information on running processes and system utilization"
+HOMEPAGE="https://github.com/giampaolo/psutil https://pypi.org/project/psutil/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/ipaddress[${PYTHON_USEDEP}]
+	)
+"
+
+# Many tests fail, even on a regular tox run on a upstream clone
+RESTRICT="test"
+
+python_test() {
+	${PYTHON} psutil/tests/__main__.py || die
+}


             reply	other threads:[~2019-04-10 22:44 UTC|newest]

Thread overview: 188+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-10 22:44 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 17:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/psutil/ Arthur Zamarin
2024-09-12 17:24 Arthur Zamarin
2024-07-06  6:26 Sam James
2024-07-06  6:26 Sam James
2024-06-19 13:14 Michał Górny
2024-05-09 13:12 Michał Górny
2024-03-12  5:13 Michał Górny
2024-03-12  4:29 Ionen Wolkens
2024-03-12  4:29 Ionen Wolkens
2024-03-12  4:29 Ionen Wolkens
2024-02-03 10:54 Sam James
2024-02-03 10:54 Sam James
2024-02-03 10:10 Arthur Zamarin
2024-02-03 10:10 Arthur Zamarin
2024-02-03  8:51 Arthur Zamarin
2024-02-02 13:47 Arthur Zamarin
2024-01-20  7:09 Michał Górny
2024-01-06 11:54 Sam James
2024-01-06 10:27 Michał Górny
2024-01-06 10:16 Michał Górny
2024-01-06  9:54 Michał Górny
2024-01-06  9:50 Michał Górny
2023-12-18  5:18 Michał Górny
2023-11-15 18:52 Arthur Zamarin
2023-11-15 18:16 Arthur Zamarin
2023-11-15 16:45 Arthur Zamarin
2023-11-15 16:45 Arthur Zamarin
2023-11-15 16:34 Arthur Zamarin
2023-10-16 11:27 Michał Górny
2023-08-12 16:12 Michał Górny
2023-08-12 14:51 Arthur Zamarin
2023-08-12 14:51 Arthur Zamarin
2023-08-12 14:51 Arthur Zamarin
2023-08-04  9:37 Sam James
2023-06-03 19:45 Arthur Zamarin
2023-06-03 18:38 Arthur Zamarin
2023-06-03 18:26 Arthur Zamarin
2023-06-03 18:03 Arthur Zamarin
2023-06-03 18:02 Arthur Zamarin
2023-05-24  7:02 Michał Górny
2023-05-04 16:22 Michał Górny
2023-04-19  8:55 Michał Górny
2023-03-17  5:32 Michał Górny
2022-12-18  7:27 Michał Górny
2022-12-17 19:30 Arthur Zamarin
2022-12-17 19:30 Arthur Zamarin
2022-12-16 21:06 Arthur Zamarin
2022-12-11 18:30 Arthur Zamarin
2022-12-10  9:25 Arthur Zamarin
2022-12-10  8:57 Arthur Zamarin
2022-12-10  8:51 Arthur Zamarin
2022-12-10  8:50 Arthur Zamarin
2022-12-02 17:31 Michał Górny
2022-12-02 17:26 Arthur Zamarin
2022-12-01 18:59 Arthur Zamarin
2022-11-22 12:43 Arthur Zamarin
2022-11-19 10:47 Arthur Zamarin
2022-11-19  8:48 Arthur Zamarin
2022-11-19  8:46 Sam James
2022-11-19  8:39 Arthur Zamarin
2022-11-19  8:35 Arthur Zamarin
2022-11-08 14:01 Michał Górny
2022-10-19  3:49 Michał Górny
2022-07-07 19:29 Arthur Zamarin
2022-06-23  8:34 Agostino Sarubbo
2022-06-23  6:45 Agostino Sarubbo
2022-06-23  6:42 Agostino Sarubbo
2022-06-23  5:59 Agostino Sarubbo
2022-06-22 10:12 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-06-22  9:57 Michał Górny
2022-06-22  5:49 Agostino Sarubbo
2022-05-20 23:27 Sam James
2022-05-20 23:16 Sam James
2022-05-11 14:51 Agostino Sarubbo
2022-05-10  8:21 Agostino Sarubbo
2022-05-10  8:20 Agostino Sarubbo
2022-05-09 20:38 Michał Górny
2022-05-09 20:12 Michał Górny
2022-04-09 16:33 Arthur Zamarin
2022-04-02 12:04 Arthur Zamarin
2022-04-02  7:33 Arthur Zamarin
2022-04-01 12:24 Arthur Zamarin
2022-04-01  5:15 Arthur Zamarin
2021-10-04  1:38 Sam James
2021-10-04  1:37 Sam James
2021-05-24  2:39 Joshua Kinard
2021-05-05 14:18 Michał Górny
2021-01-07 10:06 Sam James
2020-11-29  0:13 Sergei Trofimovich
2020-11-26 10:48 Sam James
2020-11-26  5:56 Sam James
2020-11-25 23:09 Thomas Deutschmann
2020-11-25 22:38 Sergei Trofimovich
2020-10-25  6:04 Michał Górny
2020-09-20 10:24 Michał Górny
2020-09-16 17:48 Sergei Trofimovich
2020-08-29 18:21 Michał Górny
2020-05-26 10:35 Michał Górny
2020-05-11 19:33 Michał Górny
2020-04-13 22:29 Mart Raudsepp
2020-04-12 18:41 Sergei Trofimovich
2020-04-12 18:27 Sergei Trofimovich
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2020-02-19  7:39 Michał Górny
2019-12-24 15:18 Mikle Kolyada
2019-12-16 10:14 Michał Górny
2019-12-10 10:54 Agostino Sarubbo
2019-12-09  7:49 Agostino Sarubbo
2019-12-04  1:01 Aaron Bauman
2019-12-03 12:56 Agostino Sarubbo
2019-12-03 12:26 Agostino Sarubbo
2019-12-03 11:55 Agostino Sarubbo
2019-12-03 11:42 Agostino Sarubbo
2019-12-03 11:41 Agostino Sarubbo
2019-11-27 12:30 Michał Górny
2019-11-22 18:26 Patrick McLean
2019-11-22  9:26 Lars Wendler
2019-11-22  9:23 Lars Wendler
2019-05-11 19:25 Matthew Thode
2019-05-02 21:10 Mikle Kolyada
2019-04-12 21:04 Aaron Bauman
2019-04-12  7:06 Sergei Trofimovich
2019-04-12  5:01 Tim Harder
2019-04-08 15:04 Mikle Kolyada
2019-04-07 21:53 Mikle Kolyada
2019-04-07 21:16 Sergei Trofimovich
2019-04-07 10:16 Mikle Kolyada
2019-01-27 23:14 Patrice Clement
2019-01-25 19:54 Sergei Trofimovich
2019-01-21 19:40 Sergei Trofimovich
2019-01-02 21:29 Tim Harder
2018-12-08 17:41 Mikle Kolyada
2018-12-06 16:14 Mikle Kolyada
2018-10-18 11:45 Tobias Klausmann
2018-10-17  8:51 Tobias Klausmann
2018-08-21  2:11 Virgil Dupras
2018-08-05 11:33 Sergei Trofimovich
2018-07-24  9:43 Mart Raudsepp
2018-07-13 18:46 Sergei Trofimovich
2018-06-28 18:53 Sergei Trofimovich
2018-06-27 22:22 Sergei Trofimovich
2018-06-26  0:05 Tim Harder
2018-06-13 18:52 Markus Meier
2018-06-02 17:38 Sergei Trofimovich
2018-02-22 19:59 Matt Thode
2018-02-22 16:12 Michał Górny
2018-01-28 20:41 Markus Meier
2017-12-24 13:38 Sergei Trofimovich
2017-12-22 16:32 Jason Zaman
2017-12-19 19:27 Thomas Deutschmann
2017-11-16  1:41 Tim Harder
2017-11-16  1:41 Tim Harder
2017-10-13 21:39 Tim Harder
2017-09-16 14:23 Patrick Lauer
2017-09-10  2:17 Tim Harder
2017-05-19 21:44 Michael Weber
2017-05-03  3:13 Zac Medico
2017-05-02 19:15 Michał Górny
2017-03-26  4:16 Matt Thode
2017-02-13  7:27 Zac Medico
2017-02-09 12:08 Lars Wendler
2017-02-06  3:48 Lars Wendler
2017-02-06  3:48 Lars Wendler
2016-12-22 23:22 Lars Wendler
2016-12-22 22:46 Lars Wendler
2016-12-22 22:46 Lars Wendler
2016-11-09 13:55 Lars Wendler
2016-11-09 13:55 Lars Wendler
2016-10-30 23:15 Tim Harder
2016-10-30 23:13 Tim Harder
2016-10-26 22:14 Tim Harder
2016-09-05 21:50 Manuel Rüger
2016-07-22  4:00 Tim Harder
2016-04-03 21:07 Manuel Rüger
2016-03-25 22:19 Matt Thode
2016-02-28  7:15 Matt Thode
2016-02-18  9:01 Justin Lecher
2016-01-21  8:33 Justin Lecher
2015-11-28  9:28 Justin Lecher
2015-11-17 13:57 Justin Lecher
2015-11-09 11:49 Justin Lecher
2015-11-09 11:49 Justin Lecher
2015-11-09 11:49 Justin Lecher
2015-10-15  6:55 Matt Thode
2015-08-11  8:19 Ian Delaney

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=1554936204.c939fb678d8ce4588402682d2e3db244bd83f3a6.prometheanfire@gentoo \
    --to=prometheanfire@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