aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-29 23:02:29 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-29 23:04:53 +0200
commit00066535ec499ea0b3a7aaa6fe3683bfe64d99e6 (patch)
tree2804a77722f8427b35db414c7c0673552212db0c /sci-mathematics
parentmedia-libs/skia: add subslot (diff)
downloadguru-00066535ec499ea0b3a7aaa6fe3683bfe64d99e6.tar.gz
guru-00066535ec499ea0b3a7aaa6fe3683bfe64d99e6.tar.bz2
guru-00066535ec499ea0b3a7aaa6fe3683bfe64d99e6.zip
sci-mathematics/radian: bump python
Closes: https://bugs.gentoo.org/848414 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/radian/Manifest1
-rw-r--r--sci-mathematics/radian/radian-0.6.1.ebuild53
-rw-r--r--sci-mathematics/radian/radian-0.6.3.ebuild2
3 files changed, 1 insertions, 55 deletions
diff --git a/sci-mathematics/radian/Manifest b/sci-mathematics/radian/Manifest
index 7def4fb88..4fdb34ec0 100644
--- a/sci-mathematics/radian/Manifest
+++ b/sci-mathematics/radian/Manifest
@@ -1,2 +1 @@
-DIST radian-0.6.1-github.tar.gz 73582 BLAKE2B c0b091782dde617abbba1ca8363c4b30a4649a5dbb712a40e9cee7be6b6775a9d952b18db9522827b6b0d8ddc0b3fe6d5003b703d9cdc19b2a763e76c4c81b79 SHA512 e768219e8f850062f2e6327d12ce7d61ed00eb74626ab224a6b33ef5963d44067e3cf99f955f42d0eaad48eb11e42c6743fb9a95361ebc014216527c8939c862
DIST radian-0.6.3-github.tar.gz 73850 BLAKE2B 705ef33769ae1f41f384967e9ec5d6594130f036279f944a307fdd371b01b619c064406797cdfc354778c30875610cc66c19c3e9f3c244fcc96f08f01effd073 SHA512 6fd62b767e6b282804c3d729d0c8ba2e5e80ce5afbc0f6dd15d9afd6775f7b4527b7042427eefc58338ea969887afda4342c2bb7d20ff73d832af8f44609b953
diff --git a/sci-mathematics/radian/radian-0.6.1.ebuild b/sci-mathematics/radian/radian-0.6.1.ebuild
deleted file mode 100644
index cee2fc2bb..000000000
--- a/sci-mathematics/radian/radian-0.6.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="A 21 century R console"
-HOMEPAGE="
- https://pypi.org/project/radian/
- https://github.com/randy3k/radian
-"
-SRC_URI="https://github.com/randy3k/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-github.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- $(python_gen_cond_dep '
- >=dev-python/rchitect-0.3.36[${PYTHON_USEDEP}]
- >=dev-python/prompt_toolkit-3.0.15[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.5.0[${PYTHON_USEDEP}]
- ')
-"
-RDEPEND="
- ${DEPEND}
- ${PYTHON_DEPS}
- dev-lang/R
-"
-BDEPEND="
- test? (
- $(python_gen_cond_dep '
- >=dev-python/pyte-0.8.0[${PYTHON_USEDEP}]
- dev-python/pexpect[${PYTHON_USEDEP}]
- dev-python/ptyprocess[${PYTHON_USEDEP}]
- dev-python/jedi[${PYTHON_USEDEP}]
- ')
- dev-R/reticulate[${PYTHON_SINGLE_USEDEP}]
- dev-vcs/git
- )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-0.6.0-no-pytest-runner.patch" )
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
- optfeature "prompt completions" dev-python/jedi
-}
diff --git a/sci-mathematics/radian/radian-0.6.3.ebuild b/sci-mathematics/radian/radian-0.6.3.ebuild
index e7a49ac98..95b9af4eb 100644
--- a/sci-mathematics/radian/radian-0.6.3.ebuild
+++ b/sci-mathematics/radian/radian-0.6.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 optfeature