summaryrefslogtreecommitdiff
path: root/dev-python/sphinxnotes-mock
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinxnotes-mock')
-rw-r--r--dev-python/sphinxnotes-mock/Manifest1
-rw-r--r--dev-python/sphinxnotes-mock/metadata.xml12
-rw-r--r--dev-python/sphinxnotes-mock/sphinxnotes-mock-1.1.ebuild21
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/sphinxnotes-mock/Manifest b/dev-python/sphinxnotes-mock/Manifest
deleted file mode 100644
index 15ea512bca90..000000000000
--- a/dev-python/sphinxnotes-mock/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinxnotes_mock-1.1.tar.gz 31351 BLAKE2B 27eccbf71bb8948e77a9612f7b31b5fabd9c014e2b760f4fcb7b8cc325b127c77c66fe17d933dfaff0cbf89560a5541a1cd243dfda24e4fb12147bea57d844ce SHA512 cd89ed27d51f486750a99dcd7aea40d5939f6a88f57a633ce24c83dec1508a43dfc2b056b30777aab632b51957455b007907165f57fd3460b6d3828016ff4a8a
diff --git a/dev-python/sphinxnotes-mock/metadata.xml b/dev-python/sphinxnotes-mock/metadata.xml
deleted file mode 100644
index 111c5cb51bba..000000000000
--- a/dev-python/sphinxnotes-mock/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">
- <email>pastalian46@gmail.com</email>
- <name>Takuya Wakazono</name>
- </maintainer>
- <upstream>
- <remote-id type="github">sphinx-notes/mock</remote-id>
- <remote-id type="pypi">sphinxnotes-mock</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.1.ebuild b/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.1.ebuild
deleted file mode 100644
index 0a51ca8fa46c..000000000000
--- a/dev-python/sphinxnotes-mock/sphinxnotes-mock-1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2024-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 pypi
-
-DESCRIPTION="Sphinx extension for mocking directives and roles without modifying documents"
-HOMEPAGE="
- https://github.com/sphinx-notes/mock
- https://pypi.org/project/sphinxnotes-mock/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"