diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-27 07:14:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-27 07:14:03 +0000 |
| commit | bcf368d4f0cbe2993bc732ae8d4ee7675fe7e9ff (patch) | |
| tree | 6fcec8b996609a24bedcc8bf3a6682973d2b46a4 /dev-python/py-himitsu/py-himitsu-0.0.10.ebuild | |
| parent | f64367a444c839875efd983c0f692a3cc5e3c75c (diff) | |
| download | baldeagleos-repo-bcf368d4f0cbe2993bc732ae8d4ee7675fe7e9ff.tar.gz baldeagleos-repo-bcf368d4f0cbe2993bc732ae8d4ee7675fe7e9ff.tar.xz baldeagleos-repo-bcf368d4f0cbe2993bc732ae8d4ee7675fe7e9ff.zip | |
Adding metadata
Diffstat (limited to 'dev-python/py-himitsu/py-himitsu-0.0.10.ebuild')
| -rw-r--r-- | dev-python/py-himitsu/py-himitsu-0.0.10.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/py-himitsu/py-himitsu-0.0.10.ebuild b/dev-python/py-himitsu/py-himitsu-0.0.10.ebuild new file mode 100644 index 000000000000..50f94f9b3d6b --- /dev/null +++ b/dev-python/py-himitsu/py-himitsu-0.0.10.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..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}" |
