app-misc/usps-track - 0.0.5 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =app-misc/usps-track-0.0.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/usps-track-0.0.5

Or alternatively:

emerge --autounmask-write -a =app-misc/usps-track-0.0.5

Package Information

Description:
CLI to track a USPS shipment by SMS.
Homepage:
https://github.com/Tatsh/usps-track https://pypi.org/project/usps-track/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{10..15} )
DISTUTILS_USE_PEP517=hatchling
PYPI_VERIFY_REPO="https://github.com/Tatsh/usps-track"

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}]
)"

EPYTEST_PLUGINS=( pytest-asyncio pytest-mock )
distutils_enable_tests pytest

src_install() {
	distutils-r1_src_install
	doman "man/${PN}.1"
}

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/bascom-0.1.2[]
	>=dev-python/click-8.3.2[]
	>=dev-python/niquests-3.18.6[]
	>=dev-python/typing-extensions-4.15.0[]

BDEPEND

test? (
	>=dev-python/bascom-0.1.2[]
	>=dev-python/click-8.3.2[]
	>=dev-python/niquests-3.18.6[]
	>=dev-python/typing-extensions-4.15.0[]
	dev-python/mock[]
	dev-python/pytest-asyncio[]
	dev-python/pytest-mock[]
)