public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/radian/
@ 2022-05-02 17:59 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2022-05-02 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4194b3248f3ccc73b44e820e4674c38518312e0e
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May  2 08:08:26 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 08:08:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4194b324

sci-mathematics/radian: fix patch name

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-mathematics/radian/radian-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/radian/radian-0.6.1.ebuild b/sci-mathematics/radian/radian-0.6.1.ebuild
index 76558d841..cee2fc2bb 100644
--- a/sci-mathematics/radian/radian-0.6.1.ebuild
+++ b/sci-mathematics/radian/radian-0.6.1.ebuild
@@ -44,7 +44,7 @@ BDEPEND="
 	)
 "
 
-PATCHES=( "${FILESDIR}/${P}-no-pytest-runner.patch" )
+PATCHES=( "${FILESDIR}/${PN}-0.6.0-no-pytest-runner.patch" )
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/radian/
@ 2022-05-30  6:39 Florian Schmaus
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2022-05-30  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     00066535ec499ea0b3a7aaa6fe3683bfe64d99e6
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 29 21:02:29 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun May 29 21:04:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00066535

sci-mathematics/radian: bump python

Closes: https://bugs.gentoo.org/848414
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-mathematics/radian/Manifest            |  1 -
 sci-mathematics/radian/radian-0.6.1.ebuild | 53 ------------------------------
 sci-mathematics/radian/radian-0.6.3.ebuild |  2 +-
 3 files changed, 1 insertion(+), 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
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-30  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-02 17:59 [gentoo-commits] repo/proj/guru:master commit in: sci-mathematics/radian/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-05-30  6:39 Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox