Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/radian/
Date: Sun, 29 May 2022 21:05:04
Message-Id: 1653858293.00066535ec499ea0b3a7aaa6fe3683bfe64d99e6.Alessandro-Barbieri@gentoo
1 commit: 00066535ec499ea0b3a7aaa6fe3683bfe64d99e6
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 21:02:29 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 29 21:04:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00066535
7
8 sci-mathematics/radian: bump python
9
10 Closes: https://bugs.gentoo.org/848414
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sci-mathematics/radian/Manifest | 1 -
14 sci-mathematics/radian/radian-0.6.1.ebuild | 53 ------------------------------
15 sci-mathematics/radian/radian-0.6.3.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 55 deletions(-)
17
18 diff --git a/sci-mathematics/radian/Manifest b/sci-mathematics/radian/Manifest
19 index 7def4fb88..4fdb34ec0 100644
20 --- a/sci-mathematics/radian/Manifest
21 +++ b/sci-mathematics/radian/Manifest
22 @@ -1,2 +1 @@
23 -DIST radian-0.6.1-github.tar.gz 73582 BLAKE2B c0b091782dde617abbba1ca8363c4b30a4649a5dbb712a40e9cee7be6b6775a9d952b18db9522827b6b0d8ddc0b3fe6d5003b703d9cdc19b2a763e76c4c81b79 SHA512 e768219e8f850062f2e6327d12ce7d61ed00eb74626ab224a6b33ef5963d44067e3cf99f955f42d0eaad48eb11e42c6743fb9a95361ebc014216527c8939c862
24 DIST radian-0.6.3-github.tar.gz 73850 BLAKE2B 705ef33769ae1f41f384967e9ec5d6594130f036279f944a307fdd371b01b619c064406797cdfc354778c30875610cc66c19c3e9f3c244fcc96f08f01effd073 SHA512 6fd62b767e6b282804c3d729d0c8ba2e5e80ce5afbc0f6dd15d9afd6775f7b4527b7042427eefc58338ea969887afda4342c2bb7d20ff73d832af8f44609b953
25
26 diff --git a/sci-mathematics/radian/radian-0.6.1.ebuild b/sci-mathematics/radian/radian-0.6.1.ebuild
27 deleted file mode 100644
28 index cee2fc2bb..000000000
29 --- a/sci-mathematics/radian/radian-0.6.1.ebuild
30 +++ /dev/null
31 @@ -1,53 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_SINGLE_IMPL=1
38 -PYTHON_COMPAT=( python3_{8..9} )
39 -
40 -inherit distutils-r1 optfeature
41 -
42 -DESCRIPTION="A 21 century R console"
43 -HOMEPAGE="
44 - https://pypi.org/project/radian/
45 - https://github.com/randy3k/radian
46 -"
47 -SRC_URI="https://github.com/randy3k/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-github.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -
53 -DEPEND="
54 - $(python_gen_cond_dep '
55 - >=dev-python/rchitect-0.3.36[${PYTHON_USEDEP}]
56 - >=dev-python/prompt_toolkit-3.0.15[${PYTHON_USEDEP}]
57 - >=dev-python/pygments-2.5.0[${PYTHON_USEDEP}]
58 - ')
59 -"
60 -RDEPEND="
61 - ${DEPEND}
62 - ${PYTHON_DEPS}
63 - dev-lang/R
64 -"
65 -BDEPEND="
66 - test? (
67 - $(python_gen_cond_dep '
68 - >=dev-python/pyte-0.8.0[${PYTHON_USEDEP}]
69 - dev-python/pexpect[${PYTHON_USEDEP}]
70 - dev-python/ptyprocess[${PYTHON_USEDEP}]
71 - dev-python/jedi[${PYTHON_USEDEP}]
72 - ')
73 - dev-R/reticulate[${PYTHON_SINGLE_USEDEP}]
74 - dev-vcs/git
75 - )
76 -"
77 -
78 -PATCHES=( "${FILESDIR}/${PN}-0.6.0-no-pytest-runner.patch" )
79 -
80 -distutils_enable_tests pytest
81 -
82 -pkg_postinst() {
83 - optfeature "prompt completions" dev-python/jedi
84 -}
85
86 diff --git a/sci-mathematics/radian/radian-0.6.3.ebuild b/sci-mathematics/radian/radian-0.6.3.ebuild
87 index e7a49ac98..95b9af4eb 100644
88 --- a/sci-mathematics/radian/radian-0.6.3.ebuild
89 +++ b/sci-mathematics/radian/radian-0.6.3.ebuild
90 @@ -4,7 +4,7 @@
91 EAPI=8
92
93 DISTUTILS_SINGLE_IMPL=1
94 -PYTHON_COMPAT=( python3_{8..9} )
95 +PYTHON_COMPAT=( python3_{8..10} )
96
97 inherit distutils-r1 optfeature