Skip to content

Commit

Permalink
dev-python/snakemake: version 7.32.4 is compat with py3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schubert <mschu.dev@gmail.com>
Closes: #1278
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
  • Loading branch information
mschubert authored and Nowa-Ammerlaan committed Jun 19, 2024
1 parent 67c046d commit 63b1dce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dev-python/snakemake/snakemake-7.32.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1
Expand Down Expand Up @@ -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 \
Expand Down
14 changes: 7 additions & 7 deletions dev-python/snakemake/snakemake-8.14.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 63b1dce

Please sign in to comment.