commit:     63b1dce345203efaf4415c609c935abdccc5e1da
Author:     Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 22:00:16 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 10:40:23 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=63b1dce3

dev-python/snakemake: version 7.32.4 is compat with py3.12

Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1278
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/snakemake/snakemake-7.32.4.ebuild |  4 ++--
 dev-python/snakemake/snakemake-8.14.0.ebuild | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/snakemake/snakemake-7.32.4.ebuild 
b/dev-python/snakemake/snakemake-7.32.4.ebuild
index 711aac286..8ff44fdb5 100644
--- a/dev-python/snakemake/snakemake-7.32.4.ebuild
+++ b/dev-python/snakemake/snakemake-7.32.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
@@ -54,7 +54,7 @@ RDEPEND="
        dev-python/toposort[${PYTHON_USEDEP}]
        dev-python/wrapt[${PYTHON_USEDEP}]
        dev-python/yte[${PYTHON_USEDEP}]
-       sci-mathematics/pulp[${PYTHON_USEDEP}]
+       <sci-mathematics/pulp-2.8[${PYTHON_USEDEP}]
 "
 
 distutils_enable_sphinx docs \

diff --git a/dev-python/snakemake/snakemake-8.14.0.ebuild 
b/dev-python/snakemake/snakemake-8.14.0.ebuild
index 1c601d4fa..fed1a1bbb 100644
--- a/dev-python/snakemake/snakemake-8.14.0.ebuild
+++ b/dev-python/snakemake/snakemake-8.14.0.ebuild
@@ -64,11 +64,11 @@ RDEPEND="
        sci-mathematics/pulp[${PYTHON_USEDEP}]
 "
 
-distutils_enable_sphinx docs \
-       dev-python/sphinxcontrib-napoleon \
-       dev-python/sphinx-argparse \
-       dev-python/sphinx-rtd-theme \
-       dev-python/docutils \
-       dev-python/recommonmark \
-       dev-python/myst-parser
+# distutils_enable_sphinx docs \
+#      dev-python/sphinxcontrib-napoleon \
+#      dev-python/sphinx-argparse \
+#      dev-python/sphinx-rtd-theme \
+#      dev-python/docutils \
+#      dev-python/recommonmark \
+#      dev-python/myst-parser
 distutils_enable_tests pytest

Reply via email to