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 055C413835B for ; Fri, 4 Dec 2020 03:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5F1E0922; Fri, 4 Dec 2020 03:16:07 +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 C4627E0922 for ; Fri, 4 Dec 2020 03:16:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5E949340C3E for ; Fri, 4 Dec 2020 03:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9447483 for ; Fri, 4 Dec 2020 03:16:03 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1607051757.f61562ee05f37bd7a3bca8ee89cbc275b27f7502.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyFFTW/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyFFTW/Manifest dev-python/pyFFTW/pyFFTW-0.11.1.ebuild dev-python/pyFFTW/pyFFTW-0.12.0.ebuild dev-python/pyFFTW/pyFFTW-9999.ebuild X-VCS-Directories: dev-python/pyFFTW/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: f61562ee05f37bd7a3bca8ee89cbc275b27f7502 X-VCS-Branch: master Date: Fri, 4 Dec 2020 03:16:03 +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: e7180846-d707-4c47-834a-2968768fbee6 X-Archives-Hash: 0234ce38ece4829f720509cd04b34d2f commit: f61562ee05f37bd7a3bca8ee89cbc275b27f7502 Author: Rick Farina gentoo org> AuthorDate: Fri Dec 4 03:13:41 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Dec 4 03:15:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61562ee dev-python/pyFFTW: bump python bump Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> dev-python/pyFFTW/Manifest | 1 + dev-python/pyFFTW/pyFFTW-0.11.1.ebuild | 2 +- dev-python/pyFFTW/{pyFFTW-0.11.1.ebuild => pyFFTW-0.12.0.ebuild} | 2 +- dev-python/pyFFTW/pyFFTW-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/pyFFTW/Manifest b/dev-python/pyFFTW/Manifest index 7d0c35d8ed3..318b8f68c3d 100644 --- a/dev-python/pyFFTW/Manifest +++ b/dev-python/pyFFTW/Manifest @@ -1 +1,2 @@ DIST pyFFTW-0.11.1.tar.gz 144045 BLAKE2B dcf37653e8d5259d8d74282699eb8d9820694f21e092528105e07a8c7e05fe213d908590560e83a5a4ad993716fcf343ef0780126bbd689ee4ff584a01ee6453 SHA512 88769fd65b1a9ba3228a920226ac82f9b4e0a9023b6b73fffc0dc52a8983197e4406c376e89d00888526cfe3a9abb3e15a576daa51ba5bea8e8302514176763a +DIST pyFFTW-0.12.0.tar.gz 147372 BLAKE2B 1ea1f1f8de6759c42781a535b30d7119c0cb02dffea3abfe4130a97c465e000aa9b3064a219718569552304513a77ac51aa309f1be29f9eecae25c63cce70c6c SHA512 e4d7258d5c053b5367d8c4f1892eba8e595f9d540c1c3e6caf61e0c113d598ba872b5e72a21edace66be70d9ad75c599e4b1fbc692e0015c3c1ae35e9a7ba599 diff --git a/dev-python/pyFFTW/pyFFTW-0.11.1.ebuild b/dev-python/pyFFTW/pyFFTW-0.11.1.ebuild index 25dfbd2b9be..e662251c842 100644 --- a/dev-python/pyFFTW/pyFFTW-0.11.1.ebuild +++ b/dev-python/pyFFTW/pyFFTW-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A pythonic python wrapper around FFTW" diff --git a/dev-python/pyFFTW/pyFFTW-0.11.1.ebuild b/dev-python/pyFFTW/pyFFTW-0.12.0.ebuild similarity index 94% copy from dev-python/pyFFTW/pyFFTW-0.11.1.ebuild copy to dev-python/pyFFTW/pyFFTW-0.12.0.ebuild index 25dfbd2b9be..eafbb0bb8b9 100644 --- a/dev-python/pyFFTW/pyFFTW-0.11.1.ebuild +++ b/dev-python/pyFFTW/pyFFTW-0.12.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="A pythonic python wrapper around FFTW" diff --git a/dev-python/pyFFTW/pyFFTW-9999.ebuild b/dev-python/pyFFTW/pyFFTW-9999.ebuild index 25dfbd2b9be..eafbb0bb8b9 100644 --- a/dev-python/pyFFTW/pyFFTW-9999.ebuild +++ b/dev-python/pyFFTW/pyFFTW-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="A pythonic python wrapper around FFTW"