diff options
author | 2023-12-15 21:23:06 +0200 | |
---|---|---|
committer | 2023-12-15 21:23:06 +0200 | |
commit | dd0be959f7f2c03318eae741e0804699f1423359 (patch) | |
tree | d4a2183cba009615afd8a3ec71c603bc4090aeb7 /dev-python | |
parent | app-emacs/oauth2: Keyword 0.16 sparc, #920033 (diff) | |
download | gentoo-dd0be959f7f2c03318eae741e0804699f1423359.tar.gz gentoo-dd0be959f7f2c03318eae741e0804699f1423359.tar.bz2 gentoo-dd0be959f7f2c03318eae741e0804699f1423359.zip |
dev-python/sphinx-testing: treeclean
Closes: https://bugs.gentoo.org/896886
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinx-testing/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinx-testing/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild | 24 |
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/sphinx-testing/Manifest b/dev-python/sphinx-testing/Manifest deleted file mode 100644 index 8ad7d89fd404..000000000000 --- a/dev-python/sphinx-testing/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinx-testing-1.0.1.tar.gz 11513 BLAKE2B 46ede243507a0d90b2ad4b918deadb818491bb0ed15ce41886040c52650f9fd348ff57c03766fd1e7719bbb54726f8915e091cf94a5396da946102ca49fd07b2 SHA512 2d377c0c6fe8e34a463b35e96938507a3ca35fa06cd19a2682eb55825e1b88982a80a02ebb9a02a47f11ca5e8fe6a5b9e5c8114d955fa3b774e0148e82121818 diff --git a/dev-python/sphinx-testing/metadata.xml b/dev-python/sphinx-testing/metadata.xml deleted file mode 100644 index d37bbfdfda5f..000000000000 --- a/dev-python/sphinx-testing/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="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">sphinx-doc/sphinx-testing</remote-id> - <remote-id type="pypi">sphinx-testing</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild deleted file mode 100644 index 75441286f25d..000000000000 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Testing utility classes and functions for Sphinx extensions" -HOMEPAGE="https://github.com/sphinx-doc/sphinx-testing" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |