public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Agostino Sarubbo" <ago@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_activity/
Date: Wed, 15 Jun 2022 12:53:00 +0000 (UTC)	[thread overview]
Message-ID: <1655297564.174b2de43476c3e156e8281cb4b456f75552035a.ago@gentoo> (raw)

commit:     174b2de43476c3e156e8281cb4b456f75552035a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 12:52:44 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 12:52:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174b2de4

dev-db/pg_activity: version bump to 2.3.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-db/pg_activity/Manifest                 |  1 +
 dev-db/pg_activity/pg_activity-2.3.1.ebuild | 42 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-db/pg_activity/Manifest b/dev-db/pg_activity/Manifest
index 57114c5a805f..26ec1d6d9afd 100644
--- a/dev-db/pg_activity/Manifest
+++ b/dev-db/pg_activity/Manifest
@@ -1 +1,2 @@
 DIST pg_activity-2.3.0.tar.gz 283467 BLAKE2B 2f480ebd8b628718a33a772a942e2abfdd91a20cbde2c4aad41d150414bf8cec4478bab475702cd0a31f66af535b373ea706f9b05f948637410a6ad1ef6dcfd4 SHA512 972abddb1871bf4d0b74778ea988f024f33f38335597543d30a2d7549165269a4e5269b1cb649449ff92491501a70b7e3b6b930a154a7ff377e62f7231abb9a7
+DIST pg_activity-2.3.1.tar.gz 283216 BLAKE2B d8a7382f3343b0e339e69e31a19bdc628d3c79ff12b037500f67900c6875272dffec3fdda8f51e20dd05a2e4e917cdac1562a8e2a9e80362358ba43ba3bdf44f SHA512 26c29ec1701cd2eead8314d2a4df247557164231c53323fb3bed12fbf346e14247addfa508af94cee685a2f0084a26c26118896c4c3395e41fb0eee4a4da2d27

diff --git a/dev-db/pg_activity/pg_activity-2.3.1.ebuild b/dev-db/pg_activity/pg_activity-2.3.1.ebuild
new file mode 100644
index 000000000000..a7e75c7ee86b
--- /dev/null
+++ b/dev-db/pg_activity/pg_activity-2.3.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Realtime PostgreSQL database server monitoring tool"
+HOMEPAGE="https://github.com/dalibo/pg_activity"
+SRC_URI="https://github.com/dalibo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+SLOT="0"
+LICENSE="POSTGRESQL"
+
+RDEPEND="
+	dev-python/attrs[${PYTHON_USEDEP}]
+	dev-python/blessed[${PYTHON_USEDEP}]
+	dev-python/humanize[${PYTHON_USEDEP}]
+	dev-python/psutil[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+	dev-python/attrs[${PYTHON_USEDEP}]
+	test? (
+		dev-python/psycopg:2[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	# https://github.com/dalibo/pg_activity/issues/201
+	export COLUMNS="80"
+	epytest -k 'not test_ui.txt and not test_data.py'
+}
+
+src_install() {
+	distutils-r1_src_install
+	doman docs/man/${PN}.1
+}


             reply	other threads:[~2022-06-15 12:53 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-15 12:53 Agostino Sarubbo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-03 12:57 [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_activity/ Agostino Sarubbo
2024-04-03 12:57 Agostino Sarubbo
2024-04-02 13:58 Agostino Sarubbo
2023-07-06 13:14 Agostino Sarubbo
2023-07-06 13:14 Agostino Sarubbo
2023-04-21  9:43 Agostino Sarubbo
2023-04-21  9:38 Agostino Sarubbo
2023-04-21  9:38 Agostino Sarubbo
2023-03-13 15:42 Agostino Sarubbo
2023-03-13 15:42 Agostino Sarubbo
2022-09-29 14:16 Agostino Sarubbo
2022-09-29 14:16 Agostino Sarubbo
2022-09-21 13:40 Agostino Sarubbo
2022-09-21 13:40 Agostino Sarubbo
2022-06-15 12:53 Agostino Sarubbo
2022-02-18  8:44 Agostino Sarubbo
2022-02-17 11:00 Agostino Sarubbo
2021-09-08 14:00 Agostino Sarubbo
2021-09-08 14:00 Agostino Sarubbo
2021-04-28 13:10 Agostino Sarubbo
2021-04-09  7:32 Agostino Sarubbo
2021-03-20 18:54 Agostino Sarubbo
2021-03-18 17:04 Agostino Sarubbo
2020-11-27  7:07 Agostino Sarubbo
2020-11-23  8:38 Agostino Sarubbo
2020-09-08 15:48 Agostino Sarubbo
2020-09-08 15:48 Agostino Sarubbo
2020-08-11 13:56 Agostino Sarubbo
2020-02-26 14:09 Agostino Sarubbo
2020-01-11 14:11 Agostino Sarubbo
2019-05-23 11:13 Agostino Sarubbo

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=1655297564.174b2de43476c3e156e8281cb4b456f75552035a.ago@gentoo \
    --to=ago@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