dev-db/powa-web - 4.0.2 (ubuilds)

Search

Install

Install this version:

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

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

autounmask =dev-db/powa-web-4.0.2

Or alternatively:

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

Package Information

Description:
The PostgreSQL Workload Analyzer web frontend
Homepage:
http://powa.readthedocs.io/en/latest/powa-web/index.html
License:
CC0-1.0

Ebuild Details

Version EAPI Keywords Slot
4.0.2 6 ~amd64 ~x86 0
View Raw Ebuild
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{5,6,7} )

inherit distutils-r1 eutils versionator flag-o-matic

DESCRIPTION="The PostgreSQL Workload Analyzer web frontend"
HOMEPAGE="http://powa.readthedocs.io/en/latest/powa-web/index.html"
SRC_URI="https://pypi.io/packages/source/p/${PN}/${P}.tar.gz"

LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="
	dev-python/sqlalchemy[${PYTHON_USEDEP}]
	dev-python/psycopg[${PYTHON_USEDEP}]
	www-servers/tornado[${PYTHON_USEDEP}]
${DEPEND}"

python_prepare_all() {
	distutils-r1_python_prepare_all
}

python_compile() {
	local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}

	! python_is_python3 && append-flags -fno-strict-aliasing

	distutils-r1_python_compile
}

python_prepare_all() {
	distutils-r1_python_prepare_all
}

python_install_all() {
	distutils-r1_python_install_all
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/sqlalchemy[]
	dev-python/psycopg[]
	www-servers/tornado[]

Manifest for 4.0.2

Type File Size Source URLs
DIST powa-web-4.0.2.tar.gz 8175439 bytes https://pypi.io/packages/source/p/powa-web/powa-web-4.0.2.tar.gz