# Copyright 2020-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..14} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 pypi DESCRIPTION="CLI to track a USPS shipment by SMS." HOMEPAGE=" https://github.com/Tatsh/usps-track https://pypi.org/project/usps-track/ " LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND=">=dev-python/bascom-0.1.2[${PYTHON_USEDEP}] >=dev-python/click-8.3.2[${PYTHON_USEDEP}] >=dev-python/niquests-3.18.6[${PYTHON_USEDEP}] >=dev-python/typing-extensions-4.15.0[${PYTHON_USEDEP}]" BDEPEND="test? ( ${RDEPEND} dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] )" distutils_enable_tests pytest src_install() { distutils-r1_src_install doman "man/${PN}.1" }