Install this version:
emerge -a =app-admin/mb8611-0.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/mb8611-0.0.2
Or alternatively:
emerge --autounmask-write -a =app-admin/mb8611-0.0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.2 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_1{1,2,3,4,5} )
inherit distutils-r1
DESCRIPTION="CLI tool and library for managing the Motorola MB8611 modem and other devices."
HOMEPAGE="https://github.com/Tatsh/mb8611"
SRC_URI="https://github.com/Tatsh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]"
BDEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
)"
EPYTEST_PLUGINS=( pytest-mock )
distutils_enable_tests pytest
src_install() {
doman "man/${PN}.1"
distutils-r1_src_install
}
dev-python/click[] dev-python/requests[] dev-python/typing-extensions[]
test? ( dev-python/mock[] dev-python/pytest[] dev-python/pytest-mock[] dev-python/requests-mock[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mb8611-0.0.2.tar.gz | 1182026 bytes | https://github.com/Tatsh/mb8611/archive/refs/tags/v0.0.2.tar.gz |