# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) MY_PV="$(ver_rs 3 -)" MY_P="${PN}-${MY_PV}" inherit python-any-r1 DESCRIPTION="High-performance time-series aggregation for PostgreSQL" HOMEPAGE="https://github.com/pipelinedb/pipelinedb" SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="test" RESTRICT="test" # tests fail DEPEND="