summaryrefslogtreecommitdiff
path: root/dev-python/mando
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mando')
-rw-r--r--dev-python/mando/Manifest1
-rw-r--r--dev-python/mando/mando-0.8.2.ebuild37
-rw-r--r--dev-python/mando/metadata.xml13
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/mando/Manifest b/dev-python/mando/Manifest
deleted file mode 100644
index 3dccfb33d96d..000000000000
--- a/dev-python/mando/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 4a1a93fee6a1..000000000000
--- a/dev-python/mando/mando-0.8.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
deleted file mode 100644
index b1c70071fc81..000000000000
--- a/dev-python/mando/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">rubik/mando</remote-id>
- <remote-id type="pypi">mando</remote-id>
- </upstream>
-</pkgmetadata>