summaryrefslogtreecommitdiff
path: root/dev-db/pg_activity/pg_activity-3.4.2.ebuild
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/pg_activity/pg_activity-3.4.2.ebuild
parenta1d3b28d34c46d8e93a8286b1d3706a3e6c75fcc (diff)
gentoo auto-resync : 03:04:2024 - 20:14:28
Diffstat (limited to 'dev-db/pg_activity/pg_activity-3.4.2.ebuild')
-rw-r--r--dev-db/pg_activity/pg_activity-3.4.2.ebuild45
1 files changed, 0 insertions, 45 deletions
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
-}