commit: 45fea6ab8b60f5ffeac2e0ea7e40fe190bbd9dec Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com> AuthorDate: Sun Jul 13 19:51:40 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Fri Jul 18 09:19:11 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=45fea6ab
dev-python/numcodecs: version bump 0.16.1 Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com> Part-of: https://github.com/gentoo/sci/pull/1368 Closes: https://github.com/gentoo/sci/pull/1368 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> .../numcodecs/{numcodecs-0.16.0.ebuild => numcodecs-0.16.1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numcodecs/numcodecs-0.16.0.ebuild b/dev-python/numcodecs/numcodecs-0.16.1.ebuild similarity index 94% rename from dev-python/numcodecs/numcodecs-0.16.0.ebuild rename to dev-python/numcodecs/numcodecs-0.16.1.ebuild index 52c5fb53d..9d7198c45 100644 --- a/dev-python/numcodecs/numcodecs-0.16.0.ebuild +++ b/dev-python/numcodecs/numcodecs-0.16.1.ebuild @@ -51,6 +51,6 @@ python_compile() { python_test() { local PY_BUILD_DIR=$(${EPYTHON} -c "import sysconfig; print('lib.' + sysconfig.get_platform() + '-cpython-' + sysconfig.get_python_version().replace('.', ''))") || die - cd "${BUILD_DIR}/build${#DISTUTILS_WHEELS}/${PY_BUILD_DIR}" || die + cd "${BUILD_DIR}"/build*/"${PY_BUILD_DIR}" || die epytest --pyargs numcodecs }
