From 15a738a098c486b6ec6d624050dd98826f9c2d3f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 29 Sep 2022 21:23:22 +0100 Subject: gentoo auto-resync : 29:09:2022 - 21:23:22 --- dev-db/Manifest.gz | Bin 15758 -> 15757 bytes dev-db/pg_activity/Manifest | 4 +-- dev-db/pg_activity/pg_activity-3.0.0.ebuild | 43 ---------------------------- dev-db/pg_activity/pg_activity-3.0.1.ebuild | 43 ++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 dev-db/pg_activity/pg_activity-3.0.0.ebuild create mode 100644 dev-db/pg_activity/pg_activity-3.0.1.ebuild (limited to 'dev-db') diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index 081f2290be60..6b17468c4e41 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/pg_activity/Manifest b/dev-db/pg_activity/Manifest index 813f58f30440..8a9ccadc0a1f 100644 --- a/dev-db/pg_activity/Manifest +++ b/dev-db/pg_activity/Manifest @@ -1,3 +1,3 @@ -DIST pg_activity-3.0.0.tar.gz 293891 BLAKE2B 59e96c56ad0d315440b7fb62f3c9cb1c5131f4cf0a9dc6b0ccb153c4047d31edd47bc1711e151c070eeb965331397aa5f11545ba3bcd8e57e34764ddb1117544 SHA512 33ac8f9f143701a80c014e8067c547f9a998ff2fa0576fac1728162762d8542593d18718c89d23655a3c8270475933193a46af3bbf5856a4990d8efae0cc0732 -EBUILD pg_activity-3.0.0.ebuild 1003 BLAKE2B 96c447d5fa671ba0dcf1e6627991ce954b41bf06d653f25d7af1eaa2345293f394ed3cf8ed86044654fbb1ab22be4ab787ee030b3613d8edb847aaa6f0bc4b53 SHA512 b561dfdfaaa9063b4f6ccb43bbb1004cb92bf14cc30d4fb912e42ab47a3224a12b4b5558e12a02faa2cc89c4dbc90b28d5fa20345d04b7c5a63904e178be21d7 +DIST pg_activity-3.0.1.tar.gz 421148 BLAKE2B cd6c97878671ca3881363b5ee7a67f3c6ed8f50ce36b57e087f818609e557f2d12e0405268b3c297939c31b254b0a6bce98d270954a8743645a04b86587ec778 SHA512 2a57d26090d862731b62494231005fdb13c7a132f7425a74f57c57dc004e4da61e39342d86386df4a08e5780c1f0fc170ccf962faa0872799586129e96743e30 +EBUILD pg_activity-3.0.1.ebuild 1003 BLAKE2B 96c447d5fa671ba0dcf1e6627991ce954b41bf06d653f25d7af1eaa2345293f394ed3cf8ed86044654fbb1ab22be4ab787ee030b3613d8edb847aaa6f0bc4b53 SHA512 b561dfdfaaa9063b4f6ccb43bbb1004cb92bf14cc30d4fb912e42ab47a3224a12b4b5558e12a02faa2cc89c4dbc90b28d5fa20345d04b7c5a63904e178be21d7 MISC metadata.xml 340 BLAKE2B 694c72866277373c6387ae8622ab5458f8846cf5ac04c23b2730e490196f8bca1c7d8e94f88b6041a2ecc917a30e78035801f5318fb7fe4c95b9f83f07b81b76 SHA512 3d8717a513c5dbc736585578fce771798540816efc9a683ca38746d03945f1f847aaca9123c07c18e2e7269a4b216a030640d2ec90f7c1951849d8037b656048 diff --git a/dev-db/pg_activity/pg_activity-3.0.0.ebuild b/dev-db/pg_activity/pg_activity-3.0.0.ebuild deleted file mode 100644 index 6389027fa3a9..000000000000 --- a/dev-db/pg_activity/pg_activity-3.0.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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:0[${PYTHON_USEDEP}] - 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 -} diff --git a/dev-db/pg_activity/pg_activity-3.0.1.ebuild b/dev-db/pg_activity/pg_activity-3.0.1.ebuild new file mode 100644 index 000000000000..6389027fa3a9 --- /dev/null +++ b/dev-db/pg_activity/pg_activity-3.0.1.ebuild @@ -0,0 +1,43 @@ +# 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:0[${PYTHON_USEDEP}] + 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 +} -- cgit v1.2.3