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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F02D6158087 for ; Tue, 25 Jan 2022 19:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6971A2BC028; Tue, 25 Jan 2022 19:15:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 535132BC024 for ; Tue, 25 Jan 2022 19:15:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3ACBF342E33 for ; Tue, 25 Jan 2022 19:15:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 743E72B3 for ; Tue, 25 Jan 2022 19:15:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1643128889.19e4b19af45afc3a0c3d39c5c4a1477617c32dc1.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/astroscrappy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/astroscrappy/astroscrappy-1.0.8.ebuild dev-python/astroscrappy/astroscrappy-1.1.0.ebuild X-VCS-Directories: dev-python/astroscrappy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 19e4b19af45afc3a0c3d39c5c4a1477617c32dc1 X-VCS-Branch: master Date: Tue, 25 Jan 2022 19:15:46 +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: 5755957d-4902-4bde-b7d1-149f12daab3a X-Archives-Hash: a3646a2e1d513390a6d36eafb4cb03a7 commit: 19e4b19af45afc3a0c3d39c5c4a1477617c32dc1 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jan 25 16:41:29 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jan 25 16:41:29 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=19e4b19a dev-python/astroscrappy: bump to 1.1.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> .../{astroscrappy-1.0.8.ebuild => astroscrappy-1.1.0.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/astroscrappy/astroscrappy-1.0.8.ebuild b/dev-python/astroscrappy/astroscrappy-1.1.0.ebuild similarity index 84% rename from dev-python/astroscrappy/astroscrappy-1.0.8.ebuild rename to dev-python/astroscrappy/astroscrappy-1.1.0.ebuild index d71e7d1ac..f4ef741da 100644 --- a/dev-python/astroscrappy/astroscrappy-1.0.8.ebuild +++ b/dev-python/astroscrappy/astroscrappy-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8} ) # compile failure with py3.9 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -24,6 +24,7 @@ RDEPEND=" >=dev-python/astropy-2.0[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] " +BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" # Requires self to already be installed #distutils_enable_sphinx docs dev-python/sphinx-astropy