diff options
author | 2021-06-05 17:03:22 +0200 | |
---|---|---|
committer | 2021-06-08 07:36:53 +0000 | |
commit | b80afb4637ca0cc3b7b84cd068a8b39ea211ec4f (patch) | |
tree | d53a7d894c7f7febf7e58e371c7f60670179df42 /sci-mathematics | |
parent | gnome-extra/cjs: fix failing test (diff) | |
download | gentoo-b80afb4637ca0cc3b7b84cd068a8b39ea211ec4f.tar.gz gentoo-b80afb4637ca0cc3b7b84cd068a8b39ea211ec4f.tar.bz2 gentoo-b80afb4637ca0cc3b7b84cd068a8b39ea211ec4f.zip |
sci-mathematics/relational: add support for python-3.9
Bugday 2021-06-05
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/21132
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/relational/relational-2.5-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-mathematics/relational/relational-2.5-r2.ebuild b/sci-mathematics/relational/relational-2.5-r2.ebuild index c751c62d6c57..708b76f72de9 100644 --- a/sci-mathematics/relational/relational-2.5-r2.ebuild +++ b/sci-mathematics/relational/relational-2.5-r2.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-single-r1 DESCRIPTION="Educational tool for relational algebra" HOMEPAGE="https://ltworf.github.io/relational/" SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-3" SLOT="0" @@ -25,8 +26,6 @@ DEPEND="${PYTHON_DEPS} " RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}" - PATCHES=( "${FILESDIR}/${P}-no-qtwebkit.patch" ) src_prepare() { |