summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-03 20:14:29 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-03 20:14:29 +0100
commit56ef021c58088c79bc71257eb348ff6decc47607 (patch)
tree1dd58f8c1917d4338e207c3868b0360c9066e5b9 /dev-db
parenta1d3b28d34c46d8e93a8286b1d3706a3e6c75fcc (diff)
gentoo auto-resync : 03:04:2024 - 20:14:28
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/Manifest.gzbin16423 -> 16427 bytes
-rw-r--r--dev-db/pg_activity/Manifest6
-rw-r--r--dev-db/pg_activity/pg_activity-3.4.2.ebuild45
-rw-r--r--dev-db/pg_activity/pg_activity-3.5.1.ebuild (renamed from dev-db/pg_activity/pg_activity-3.5.0.ebuild)0
4 files changed, 2 insertions, 49 deletions
diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz
index e5e38d7c4695..556ab061501b 100644
--- a/dev-db/Manifest.gz
+++ b/dev-db/Manifest.gz
Binary files differ
diff --git a/dev-db/pg_activity/Manifest b/dev-db/pg_activity/Manifest
index 3fcf4573671a..7456127a5599 100644
--- a/dev-db/pg_activity/Manifest
+++ b/dev-db/pg_activity/Manifest
@@ -1,5 +1,3 @@
-DIST pg_activity-3.4.2.tar.gz 432160 BLAKE2B 3f9a54a9f58c2d107e01e15aad1e8bb58c2df589cb8f0d58288636c16adfad2156f2c140506dc15bd6eb26a75a441afbf9db8a2db0766a17867fd5b8ed50b9bc SHA512 adcc12277341c60a8959103c30d38bdc76d2315130f1bb92239e5c2c8d20f8fc4a786be3fe1f97e3c142e6c74303a631017e1a3e6feaf18266b7fd42c2e155f3
-DIST pg_activity-3.5.0.tar.gz 436670 BLAKE2B 16b19d269684fd059a1fcf22bb2a5a6eafda9295b5c95df936d7af7bce83d0480e90ab1893087b4a6f47f212081b308c1c82a5b059b912545b82eb82b99ba13b SHA512 f635edc9a3595651d9990a3493c2fb5e5f17b3981a2075fbd1c67d0536cee94d374005cc8c1ad5cb75b5e7add3f4168b67f6c37b21491f71364583f7885afcbf
-EBUILD pg_activity-3.4.2.ebuild 1034 BLAKE2B 8341c90494aac09064a3266cca444db46ef16fb012fbdcb5cfe4a86f17009bc021d36d4e0c5e64ec642d93e9fa7dfdb1323b04783ee214cc1eb77d2a4ce76c29 SHA512 253c2321357aff682d2f64a86bb0406a57ca064d702758670d4d19833a021c732fb83287839759ca415bb525451ed3034a2ec084819a74cc81b4d19e2f59eab7
-EBUILD pg_activity-3.5.0.ebuild 1035 BLAKE2B 6092dea296b0b88e605943a11b8a75b891999234e0bd1ccaed7de0a51f598bbc41a471943fedc6c983e6772919def5d40657bd1e0d604879e7b3c39e81cc9833 SHA512 754a33a43e074350862d9ee3818d8b4f8e6d8b0be4b2cb52671654945853159d077c1afe24993bf558d1aefde8379e91b268f73364645f73733c763dca88262d
+DIST pg_activity-3.5.1.tar.gz 436863 BLAKE2B 8312b2145ba89b807fb5e4e76f8eb57ad1f33079735e1be4a6ef7614034bbfbbb428567e90d7b8a6bc16dd65af186a3f6742e09584cef6136a7f8b3763724806 SHA512 f44f1ca08a250e35c056441f11c19e3618fba82a36f367df211ceb5787983ff76d2637a155de80c998680f9c0f79d66fcb38873d1b04368e73b5a06e650789c5
+EBUILD pg_activity-3.5.1.ebuild 1035 BLAKE2B 6092dea296b0b88e605943a11b8a75b891999234e0bd1ccaed7de0a51f598bbc41a471943fedc6c983e6772919def5d40657bd1e0d604879e7b3c39e81cc9833 SHA512 754a33a43e074350862d9ee3818d8b4f8e6d8b0be4b2cb52671654945853159d077c1afe24993bf558d1aefde8379e91b268f73364645f73733c763dca88262d
MISC metadata.xml 340 BLAKE2B 694c72866277373c6387ae8622ab5458f8846cf5ac04c23b2730e490196f8bca1c7d8e94f88b6041a2ecc917a30e78035801f5318fb7fe4c95b9f83f07b81b76 SHA512 3d8717a513c5dbc736585578fce771798540816efc9a683ca38746d03945f1f847aaca9123c07c18e2e7269a4b216a030640d2ec90f7c1951849d8037b656048
diff --git a/dev-db/pg_activity/pg_activity-3.4.2.ebuild b/dev-db/pg_activity/pg_activity-3.4.2.ebuild
deleted file mode 100644
index bb4c7b32493d..000000000000
--- a/dev-db/pg_activity/pg_activity-3.4.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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.5.0.ebuild b/dev-db/pg_activity/pg_activity-3.5.1.ebuild
index 778d01d26dde..778d01d26dde 100644
--- a/dev-db/pg_activity/pg_activity-3.5.0.ebuild
+++ b/dev-db/pg_activity/pg_activity-3.5.1.ebuild