New comment by oliver-cfc on void-packages repository https://github.com/void-linux/void-packages/pull/37434#issuecomment-1150522525 Comment: I think this is the good one. I added python3-colorama to checkdepends (along with python3-pytest) because xbps-src check fails without it but it's not needed for python3-loguru to run. Also added hostmakedepends and checkdepends. ``` # Template file for 'python3-loguru' pkgname=python3-loguru version=0.6.0 revision=1 wrksrc="loguru-${version}" build_style=python3-module hostmakedepends="python3-setuptools" checkdepends="python3-pytest python3-colorama" short_desc="Library which aims to bring enjoyable logging in Python" maintainer="oliver " license="MIT" homepage="https://github.com/Delgan/loguru" changelog="https://raw.githubusercontent.com/Delgan/loguru/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/l/loguru/loguru-$version.tar.gz" checksum=066bd06758d0a513e9836fd9c6b5a75bfb3fd36841f4b996bc60b547a309d41c post_install() { vlicense LICENSE } ``` Are these the correct next steps (while in my branch)? 1) git add ./srcpkgs/python3-loguru/template 2) git commit --amend 3) git rebase -i HEAD~2 4) git push origin