summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-argparse-cli
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinx-argparse-cli')
-rw-r--r--dev-python/sphinx-argparse-cli/Manifest1
-rw-r--r--dev-python/sphinx-argparse-cli/metadata.xml13
-rw-r--r--dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild28
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/sphinx-argparse-cli/Manifest b/dev-python/sphinx-argparse-cli/Manifest
deleted file mode 100644
index b7d4d4a2ed29..000000000000
--- a/dev-python/sphinx-argparse-cli/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx-argparse-cli-1.11.1.gh.tar.gz 18689 BLAKE2B 34dd1f84547dd590e4d12a600cf14a8133fc4fefa1726e0af1b7d52cd3b24317d8a66597aa9e135c98b331af20f67c9a1698efeff73c2d8cd7d587e8b698aca4 SHA512 027ac458a5bb3ddec81e1b26fe422d66071609590aba5b97b5399071ed44e13ea03e67e2a1177c31284b8e3bbdebfd15a10a1805b5de2e8ee03eaf72a0aa02c5
diff --git a/dev-python/sphinx-argparse-cli/metadata.xml b/dev-python/sphinx-argparse-cli/metadata.xml
deleted file mode 100644
index 72000b4bb7f6..000000000000
--- a/dev-python/sphinx-argparse-cli/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <maintainer>
- <email>gaborjbernat@gmail.com</email>
- <name>Bernat Gabor</name>
- </maintainer>
- <bugs-to>https://github.com/tox-dev/sphinx-argparse-cli/issues</bugs-to>
- <doc>https://github.com/tox-dev/sphinx-argparse-cli#sphinx-argparse-cli</doc>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild
deleted file mode 100644
index 45aa7758086f..000000000000
--- a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-inherit distutils-r1
-
-DESCRIPTION="Render CLI arguments (sub-commands friendly) defined by argparse module"
-HOMEPAGE="https://github.com/tox-dev/sphinx-argparse-cli https://pypi.org/project/sphinx-argparse-cli/"
-SRC_URI="https://github.com/tox-dev/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/sphinx-7.0.1[${PYTHON_USEDEP}]
-"
-BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_configure() {
- distutils-r1_src_configure
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}