diff options
Diffstat (limited to 'dev-python/mando')
| -rw-r--r-- | dev-python/mando/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/mando/mando-0.8.2.ebuild | 37 | ||||
| -rw-r--r-- | dev-python/mando/metadata.xml | 10 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/mando/Manifest b/dev-python/mando/Manifest new file mode 100644 index 000000000000..3dccfb33d96d --- /dev/null +++ b/dev-python/mando/Manifest @@ -0,0 +1 @@ +DIST mando-0.8.2.gh.tar.gz 37606 BLAKE2B 0f9ac55167a94df20f562ede072cebfd8db1a105409cf8aeb7b882e2239c47f50119dc3b3fd3fffeca48bc1e56377b91f7fbd52fe18b6ba2e5bc9da1bee8eebd SHA512 e389fe1935c7e7e6812e98b874c5760a5fb1178fcacefdbecd47b3a2fd41457647da424baaf0065367e3c63903116ac7ad2e6dd20fc428d2831290eafe3486d4 diff --git a/dev-python/mando/mando-0.8.2.ebuild b/dev-python/mando/mando-0.8.2.ebuild new file mode 100644 index 000000000000..4a1a93fee6a1 --- /dev/null +++ b/dev-python/mando/mando-0.8.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Create Python CLI apps with little to no effort at all!" +HOMEPAGE=" + https://mando.readthedocs.io/ + https://github.com/rubik/mando/ + https://pypi.org/project/mando/ +" +SRC_URI=" + https://github.com/rubik/mando/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" +IUSE="examples" + +distutils_enable_sphinx docs +distutils_enable_tests pytest + +python_install_all() { + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi + + distutils-r1_python_install_all +} diff --git a/dev-python/mando/metadata.xml b/dev-python/mando/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/mando/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
