commit:     955b845655b65245a5e7292f656ba7522cc473ad
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun 29 12:41:07 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jun 29 12:41:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=955b8456

dev-python/sphinx-argparse: treeclean duplicate

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/sphinx-argparse/Manifest                |  1 -
 dev-python/sphinx-argparse/metadata.xml            | 12 -----
 .../sphinx-argparse/sphinx-argparse-0.3.1.ebuild   | 53 ----------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-python/sphinx-argparse/Manifest 
b/dev-python/sphinx-argparse/Manifest
deleted file mode 100644
index cc6a6ba19..000000000
--- a/dev-python/sphinx-argparse/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx-argparse-0.3.1.tar.gz 42953 BLAKE2B 
76c74a270a638b1b894548bc898918fbfa5fde6bcf1ccbf5e69a3daaada829bc1ae27ad8befd18e834646dc2fc3b025f36807c2be894911cc0c6d65294174898
 SHA512 
3d289c90165eb6a3d7a94dff8e6a429a49eb404ce373e80e007a0cd9abaae1e1236f5393df2fbf11701c349dade9d199640dc398064da4fd50a58a90eb3f8f12

diff --git a/dev-python/sphinx-argparse/metadata.xml 
b/dev-python/sphinx-argparse/metadata.xml
deleted file mode 100644
index 9328fedf3..000000000
--- a/dev-python/sphinx-argparse/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <name>Alarig Le Lay</name>
-               <email>[email protected]</email>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">ashb/sphinx-argparse</remote-id>
-               <remote-id type="pypi">sphinx-argparse</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild 
b/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
deleted file mode 100644
index 04cc90f23..000000000
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 pypy3 )
-DISTUTILS_USE_PEP517=poetry
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Sphinx extension that automatically documents argparse commands 
and options"
-HOMEPAGE="
-       https://pypi.org/project/sphinx-argparse/
-       https://github.com/ashb/sphinx-argparse
-"
-SRC_URI="https://github.com/ashb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-# requires self to build own documentation
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme 
dev-python/sphinx-argparse
-
-python_prepare_all() {
-       # needs test files in workdir to compile docs for some reason
-       cp -r test "${WORKDIR}" || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       if [[ ${EPYTHON} == python3.10 ]]; then
-               EPYTEST_DESELECT=(
-                       test/test_parser.py::test_parse_nested
-                       test/test_parser.py::test_parse_nested_with_alias
-                       test/test_parser.py::test_parse_groups
-                       test/test_parser.py::test_action_groups_with_subcommands
-               )
-       fi
-
-       epytest
-}
-
-pkg_postinst() {
-       optfeature "markdown support" dev-python/commonmark
-}

Reply via email to