diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-08 06:15:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-08 06:40:57 +0200 |
commit | b3a67761db0caa51f8e6a7a050af3abe1dcab16c (patch) | |
tree | d976779e2c7de5917e5b376f7eb04f188bf2dfe9 | |
parent | dev-python/uv: Bump to 0.2.22 (diff) | |
download | gentoo-b3a67761db0caa51f8e6a7a050af3abe1dcab16c.tar.gz gentoo-b3a67761db0caa51f8e6a7a050af3abe1dcab16c.tar.bz2 gentoo-b3a67761db0caa51f8e6a7a050af3abe1dcab16c.zip |
dev-python/types-docutils: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/types-docutils/Manifest | 1 | ||||
-rw-r--r-- | dev-python/types-docutils/types-docutils-0.21.0.20240423.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/types-docutils/Manifest b/dev-python/types-docutils/Manifest index 90e5f7e01663..ea00e2fde2c0 100644 --- a/dev-python/types-docutils/Manifest +++ b/dev-python/types-docutils/Manifest @@ -1,2 +1 @@ -DIST types-docutils-0.21.0.20240423.tar.gz 19468 BLAKE2B a1fda020a7390ae7a95a46ec484697ecc7f18331607e6c85b0d0d9ecaea6fcc3ce8763a6d800e6ce232ddb4cb3633272eaa9ea607c0eb9a85fff4e1be48c64dc SHA512 e7e596ffb26d50730d00204ff8bd4474ef109b9d755aaa2dd473cf96e1baf477961cc6073a66e136fe363546b25ed0e306aee86959ebb95243b44bd9993dae44 DIST types-docutils-0.21.0.20240704.tar.gz 19782 BLAKE2B eaf113c86432951b4d0e6a2b7bf69e8e5fb18717bc8107a55a679c6890ae6afb5b543f968758e2797b089ee96bd05945f1bca01383cdd68e01c2c2c1f144710f SHA512 66bf7eb52643dc46a1a621db5d9be6c68bdf61f0b075896e74eabb19db1edae72810a697e803482e89581131b6c0966d990f3043092136bd7e1d4a9cfcab9075 diff --git a/dev-python/types-docutils/types-docutils-0.21.0.20240423.ebuild b/dev-python/types-docutils/types-docutils-0.21.0.20240423.ebuild deleted file mode 100644 index f42134c19384..000000000000 --- a/dev-python/types-docutils/types-docutils-0.21.0.20240423.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Typing stubs for docutils" -HOMEPAGE="https://pypi.org/project/types-docutils/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" |