dev-python/py-himitsu - 0.0.10 (guru)

Search

Install

Install this version:

emerge -a =dev-python/py-himitsu-0.0.10

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

autounmask =dev-python/py-himitsu-0.0.10

Or alternatively:

emerge --autounmask-write -a =dev-python/py-himitsu-0.0.10

Package Information

Description:
A python client library for himitsu
Homepage:
https://pypi.org/project/py-himitsu/ https://git.sr.ht/~apreiml/py-himitsu
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.10 8 ~amd64 ~arm64 ~riscv 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
PYPI_NONORMALIZE=1

inherit distutils-r1 pypi

DESCRIPTION="A python client library for himitsu"
HOMEPAGE="https://pypi.org/project/py-himitsu/ https://git.sr.ht/~apreiml/py-himitsu"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv"

RDEPEND="
	>=app-admin/himitsu-0.10:=
"

DEPEND="${RDEPEND}"

Inherited Eclasses

Dependencies

DEPEND

	>=app-admin/himitsu-0.10:=

RDEPEND

	>=app-admin/himitsu-0.10:=