* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/radian/
@ 2022-04-16 16:20 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-04-16 16:20 UTC (permalink / raw
To: gentoo-commits
commit: afc5edd3baa1276b93ade94ecd1fd939d7a5ebc3
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 16 13:43:14 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 16 16:20:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afc5edd3
sci-mathematics/radian: update SRC_URI
Closes: https://bugs.gentoo.org/838826
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sci-mathematics/radian/Manifest | 2 +-
sci-mathematics/radian/radian-0.6.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/radian/Manifest b/sci-mathematics/radian/Manifest
index 9b2202d0a..5f5ef5dae 100644
--- a/sci-mathematics/radian/Manifest
+++ b/sci-mathematics/radian/Manifest
@@ -1 +1 @@
-DIST radian-0.6.0.tar.gz 53164 BLAKE2B e2384beb41b1099830afb4f48ad4d220da2fc0267df2968ec51164dd1b592705c63c185767a2a229528ac0156391b41299c747c3ea552da31dea6a0eda6e65f8 SHA512 e7b1b22347c9d6cf7b80b1c07cdbb30942b4c285fea211a0ee53b1874f7dac33d0c139fc04a8efb19a19161dbac6642a98c6a134b36371b1c2f6514c79be5407
+DIST radian-0.6.0-github.tar.gz 73474 BLAKE2B 5691848c9e13ef8e3b55692e8270f2a189a067aeaf658ef4e5252ad1855bd4fb9224e26db512f51151887bcb58747732a88e48d74f77d1af61e08666effe90b1 SHA512 dcd2183248b62bda728ff6dfc5e15bd80d6d21c8f0fd3a4f976c4e6149b306b6c70af8de6aa202386b97734d6b7b309667314677d183899b469debce098fb532
diff --git a/sci-mathematics/radian/radian-0.6.0.ebuild b/sci-mathematics/radian/radian-0.6.0.ebuild
index f82d06ee1..fd152ab47 100644
--- a/sci-mathematics/radian/radian-0.6.0.ebuild
+++ b/sci-mathematics/radian/radian-0.6.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="
https://pypi.org/project/radian/
https://github.com/randy3k/radian
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/randy3k/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-github.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/radian/
@ 2022-04-19 18:31 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-04-19 18:31 UTC (permalink / raw
To: gentoo-commits
commit: 4a8ea2a48c2be0bd0fd7a796759d72bc87f5ca46
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Apr 19 14:19:46 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Apr 19 18:31:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a8ea2a4
sci-mathematics/radian: fix tests
Closes: https://bugs.gentoo.org/839309
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sci-mathematics/radian/radian-0.6.0.ebuild | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/sci-mathematics/radian/radian-0.6.0.ebuild b/sci-mathematics/radian/radian-0.6.0.ebuild
index fd152ab47..a3e3ca0b3 100644
--- a/sci-mathematics/radian/radian-0.6.0.ebuild
+++ b/sci-mathematics/radian/radian-0.6.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1 optfeature
@@ -19,19 +20,27 @@ SLOT="0"
KEYWORDS="~amd64"
DEPEND="
- >=dev-python/rchitect-0.3.36[${PYTHON_USEDEP}]
- >=dev-python/prompt_toolkit-3.0[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.5.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ >=dev-python/rchitect-0.3.36[${PYTHON_USEDEP}]
+ >=dev-python/prompt_toolkit-3.0[${PYTHON_USEDEP}]
+ >=dev-python/pygments-2.5.0[${PYTHON_USEDEP}]
+ ')
"
RDEPEND="
${DEPEND}
+ ${PYTHON_DEPS}
dev-lang/R
"
BDEPEND="
test? (
- >=dev-python/pyte-0.8.0[${PYTHON_USEDEP}]
- dev-python/pexpect[${PYTHON_USEDEP}]
- dev-python/ptyprocess[${PYTHON_USEDEP}]
+ $(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
)
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/radian/
@ 2022-04-29 3:16 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-04-29 3:16 UTC (permalink / raw
To: gentoo-commits
commit: 10c148017d2151ec330e1959fe71f3e6e9aaebc1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Apr 29 02:16:54 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Apr 29 02:16:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10c14801
sci-mathematics/radian: add 0.6.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sci-mathematics/radian/Manifest | 1 +
sci-mathematics/radian/radian-0.6.1.ebuild | 53 ++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/sci-mathematics/radian/Manifest b/sci-mathematics/radian/Manifest
index 5f5ef5dae..f829dda2f 100644
--- a/sci-mathematics/radian/Manifest
+++ b/sci-mathematics/radian/Manifest
@@ -1 +1,2 @@
DIST radian-0.6.0-github.tar.gz 73474 BLAKE2B 5691848c9e13ef8e3b55692e8270f2a189a067aeaf658ef4e5252ad1855bd4fb9224e26db512f51151887bcb58747732a88e48d74f77d1af61e08666effe90b1 SHA512 dcd2183248b62bda728ff6dfc5e15bd80d6d21c8f0fd3a4f976c4e6149b306b6c70af8de6aa202386b97734d6b7b309667314677d183899b469debce098fb532
+DIST radian-0.6.1-github.tar.gz 73582 BLAKE2B c0b091782dde617abbba1ca8363c4b30a4649a5dbb712a40e9cee7be6b6775a9d952b18db9522827b6b0d8ddc0b3fe6d5003b703d9cdc19b2a763e76c4c81b79 SHA512 e768219e8f850062f2e6327d12ce7d61ed00eb74626ab224a6b33ef5963d44067e3cf99f955f42d0eaad48eb11e42c6743fb9a95361ebc014216527c8939c862
diff --git a/sci-mathematics/radian/radian-0.6.1.ebuild b/sci-mathematics/radian/radian-0.6.1.ebuild
new file mode 100644
index 000000000..76558d841
--- /dev/null
+++ b/sci-mathematics/radian/radian-0.6.1.ebuild
@@ -0,0 +1,53 @@
+# 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}/${P}-no-pytest-runner.patch" )
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+ optfeature "prompt completions" dev-python/jedi
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/radian/
@ 2022-05-02 8:08 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-05-02 8:08 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: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/radian/
@ 2022-05-25 19:21 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-05-25 19:21 UTC (permalink / raw
To: gentoo-commits
commit: b3a7afa60d5c7875de1b354528d768a9e6bd1b0a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 25 18:18:20 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May 25 19:21:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3a7afa6
sci-mathematics/radian: add 0.6.3, drop 0.6.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sci-mathematics/radian/Manifest | 2 +-
sci-mathematics/radian/{radian-0.6.0.ebuild => radian-0.6.3.ebuild} | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/sci-mathematics/radian/Manifest b/sci-mathematics/radian/Manifest
index f829dda2f..7def4fb88 100644
--- a/sci-mathematics/radian/Manifest
+++ b/sci-mathematics/radian/Manifest
@@ -1,2 +1,2 @@
-DIST radian-0.6.0-github.tar.gz 73474 BLAKE2B 5691848c9e13ef8e3b55692e8270f2a189a067aeaf658ef4e5252ad1855bd4fb9224e26db512f51151887bcb58747732a88e48d74f77d1af61e08666effe90b1 SHA512 dcd2183248b62bda728ff6dfc5e15bd80d6d21c8f0fd3a4f976c4e6149b306b6c70af8de6aa202386b97734d6b7b309667314677d183899b469debce098fb532
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.0.ebuild b/sci-mathematics/radian/radian-0.6.3.ebuild
similarity index 88%
rename from sci-mathematics/radian/radian-0.6.0.ebuild
rename to sci-mathematics/radian/radian-0.6.3.ebuild
index a3e3ca0b3..e7a49ac98 100644
--- a/sci-mathematics/radian/radian-0.6.0.ebuild
+++ b/sci-mathematics/radian/radian-0.6.3.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~amd64"
DEPEND="
$(python_gen_cond_dep '
>=dev-python/rchitect-0.3.36[${PYTHON_USEDEP}]
- >=dev-python/prompt_toolkit-3.0[${PYTHON_USEDEP}]
+ >=dev-python/prompt_toolkit-3.0.15[${PYTHON_USEDEP}]
>=dev-python/pygments-2.5.0[${PYTHON_USEDEP}]
')
"
@@ -39,12 +39,13 @@ BDEPEND="
dev-python/ptyprocess[${PYTHON_USEDEP}]
dev-python/jedi[${PYTHON_USEDEP}]
')
+ dev-R/askpass
dev-R/reticulate[${PYTHON_SINGLE_USEDEP}]
dev-vcs/git
)
"
-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] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/radian/
@ 2022-05-29 21:04 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-05-29 21:04 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: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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] 6+ messages in thread
end of thread, other threads:[~2022-05-29 21:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-02 8:08 [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/radian/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-05-29 21:04 Alessandro Barbieri
2022-05-25 19:21 Alessandro Barbieri
2022-04-29 3:16 Alessandro Barbieri
2022-04-19 18:31 Alessandro Barbieri
2022-04-16 16:20 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox