Files
gentoo/dev-db/pg_activity/pg_activity-1.5.0.ebuild
Agostino Sarubbo 90b4fc3dc4 dev-db/pg_activity: version bump to 1.5.0 - remove old
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
2019-05-23 13:13:03 +02:00

25 lines
615 B
Bash

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Realtime PostgreSQL database server monitoring tool"
HOMEPAGE="https://github.com/julmon/pg_activity/"
SRC_URI="https://github.com/julmon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="POSTGRESQL"
DEPEND=""
RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/psycopg:2[${PYTHON_USEDEP}]"
src_install() {
distutils-r1_src_install
doman docs/man/${PN}.1
}