From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9592F1382C5 for ; Tue, 8 Jun 2021 07:39:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA93FE086B; Tue, 8 Jun 2021 07:39:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1B8CE086B for ; Tue, 8 Jun 2021 07:39:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B79DE335D17 for ; Tue, 8 Jun 2021 07:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E4074A for ; Tue, 8 Jun 2021 07:39:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623137813.b80afb4637ca0cc3b7b84cd068a8b39ea211ec4f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/relational/relational-2.5-r2.ebuild X-VCS-Directories: sci-mathematics/relational/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b80afb4637ca0cc3b7b84cd068a8b39ea211ec4f X-VCS-Branch: master Date: Tue, 8 Jun 2021 07:39:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fafc3ad2-6d71-47dd-88ef-1a484e81545a X-Archives-Hash: 8a6b7dcd14edaa480053644c0e60a02d commit: b80afb4637ca0cc3b7b84cd068a8b39ea211ec4f Author: Bernd Waibel posteo net> AuthorDate: Sat Jun 5 15:03:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 8 07:36:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80afb46 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 posteo.net> Closes: https://github.com/gentoo/gentoo/pull/21132 Signed-off-by: Sam James gentoo.org> sci-mathematics/relational/relational-2.5-r2.ebuild | 7 +++---- 1 file 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 c751c62d6c5..708b76f72de 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() {