diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-08 16:00:01 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-08 16:00:01 +0200 |
commit | a0b5dc6f5884902297539fb865957cc4f11e0ae1 (patch) | |
tree | 8981e8c6773e698b1f74d2dbcd94259246ab5962 | |
parent | dev-db/pg_activity: version bump t 2.2.1 (diff) | |
download | gentoo-a0b5dc6f5884902297539fb865957cc4f11e0ae1.tar.gz gentoo-a0b5dc6f5884902297539fb865957cc4f11e0ae1.tar.bz2 gentoo-a0b5dc6f5884902297539fb865957cc4f11e0ae1.zip |
dev-db/pg_activity: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-db/pg_activity/Manifest | 1 | ||||
-rw-r--r-- | dev-db/pg_activity/pg_activity-2.1.5.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-db/pg_activity/Manifest b/dev-db/pg_activity/Manifest index 9cc0e2b2f7dc..98a2e3fac95c 100644 --- a/dev-db/pg_activity/Manifest +++ b/dev-db/pg_activity/Manifest @@ -1,2 +1 @@ -DIST pg_activity-2.1.5.tar.gz 277854 BLAKE2B 49dce244d553f516c5d52a061d36a7c51940566e9a13286d3913758eebdc4dbdfbeef9b6954f1c6f41a83647d255e50ea23c6597605571a4563b3cb02fdaec87 SHA512 78d6560ec15b435eeeeaa132851337f04822d42e4288425d85a78842f321ad2c426041cb953fabc8f3f406b9d68e4001a3df5ba2c9223bc0facc2a65619979e0 DIST pg_activity-2.2.1.tar.gz 279973 BLAKE2B fda51751d2d6e83eac1f9a731c085b0f37258a5aaf38116f2a90008554d6c8ce48cc615ee9b9a34ab9631b315dba6a763f634754e36b7b5590e08e3077878bb7 SHA512 8128dab29465b1521801a0abdbe242c08ee33aba63b6a29b04293e83383a66a302d96a1980afdc5e92b44aebb784f5b093f48dd22e3d2e703247f4f3408120e5 diff --git a/dev-db/pg_activity/pg_activity-2.1.5.ebuild b/dev-db/pg_activity/pg_activity-2.1.5.ebuild deleted file mode 100644 index 745e50c6b85f..000000000000 --- a/dev-db/pg_activity/pg_activity-2.1.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -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' -} - -src_install() { - distutils-r1_src_install - doman docs/man/${PN}.1 -} |