dev-db/powa-web - 5.1.5 (gentoo)

Search

Install

Install this version:

emerge -a =dev-db/powa-web-5.1.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-db/powa-web-5.1.5

Or alternatively:

emerge --autounmask-write -a =dev-db/powa-web-5.1.5

Package Information

Description:
PostgreSQL Workload Analyzer user interface
Homepage:
https://github.com/powa-team/powa-web
License:
POSTGRESQL

Ebuild Details

Version EAPI Keywords Slot
5.1.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{11..15} )

inherit distutils-r1 systemd

DESCRIPTION="PostgreSQL Workload Analyzer user interface"
HOMEPAGE="https://github.com/powa-team/powa-web"
SRC_URI="https://github.com/powa-team/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="POSTGRESQL"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	acct-group/powa
	acct-user/powa
	dev-python/psycopg:2[${PYTHON_USEDEP}]
	dev-python/tornado[${PYTHON_USEDEP}]
"

python_install_all() {
	distutils-r1_python_install_all

	insinto /etc
	newins powa-web.conf-dist powa-web.conf

	newinitd "${FILESDIR}/powa-web.initd" powa-web
	systemd_dounit "${FILESDIR}/powa-web.service"
}

Inherited Eclasses

Dependencies

RDEPEND

	acct-group/powa
	acct-user/powa
	dev-python/psycopg:2[]
	dev-python/tornado[]

Manifest for 5.1.5

Type File Size Source URLs
DIST powa-web-5.1.5.tar.gz 800712 bytes https://github.com/powa-team/powa-web/archive/refs/tags/5.1.5.tar.gz