Install this version:
emerge -a =dev-python/proglog-0.1.12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/proglog-0.1.12
Or alternatively:
emerge --autounmask-write -a =dev-python/proglog-0.1.12
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.12 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{0,1,2,3,4,5} )
inherit distutils-r1
DESCRIPTION="Progress logging system for Python."
HOMEPAGE="https://pypi.org/project/proglog/"
SRC_URI="https://github.com/Edinburgh-Genome-Foundry/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN^}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/tqdm[${PYTHON_USEDEP}]"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {
sed -re 's/exclude =.*/exclude = ["docs", "examples", "tests"]/g' -i pyproject.toml || die
distutils-r1_src_prepare
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | proglog-0.1.12.gh.tar.gz | 253385 bytes | https://github.com/Edinburgh-Genome-Foundry/Proglog/archive/refs/tags/v0.1.12.tar.gz |