Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-python/conda-libmamba-solver: add 24.11.0, drop 24.9.0 #5767

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-python/conda-libmamba-solver/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST conda-libmamba-solver-24.9.0.tar.gz 318322 BLAKE2B 3e84556b91c924c0dd312fd8b7deac8ff44874e1f6f21015d3bec493178462764a741ce0bb5aef41d5d5fc1bca083fedf07d817bcb06bfce9e9177d4e9143aa9 SHA512 82407348367f97bb0256a507af156743ec8eba9a5f099065f143cff0bc59043b6e86658ebb8bbe3f06be30b2e3e6c45c2df1fb949d46fafcb8b171363752b533
DIST conda-libmamba-solver-24.11.0.tar.gz 329502 BLAKE2B 6c28195de09138009c06de6aaa6ec4c08207356f470818b7e3737fdf956184f340f5de14920b575be870e7dc40f7171ad836912c7da853a5c11417d07db58d28 SHA512 b263b2a15a835f7ca25ffb40f9d2eec138595df96b70b6553b8a6bff2b621866976832268926d0841ce9ada96668d9e1847cac043b90dc0c0d704987fbb75223
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ DESCRIPTION="The libmamba based solver for conda"
HOMEPAGE="https://github.com/conda/conda-libmamba-solver"
SRC_URI="https://github.com/conda/conda-libmamba-solver/archive/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/conda-libmamba-solver-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

S="${WORKDIR}/conda-libmamba-solver-${PV}"

BDEPEND="
$(python_gen_cond_dep 'dev-python/setuptools-scm[${PYTHON_USEDEP}]')
$(python_gen_cond_dep 'dev-python/hatch-vcs[${PYTHON_USEDEP}]')
Expand Down