diff options
author | 2024-07-04 06:55:41 +0200 | |
---|---|---|
committer | 2024-07-04 07:13:03 +0200 | |
commit | 668e43586e4c1c04c4395014d93171f6a970722c (patch) | |
tree | b4283f5686c12e23030c2e5618506daf34c7cf3c /dev-python/types-docutils | |
parent | dev-python/types-setuptools: Bump to 70.2.0.20240704 (diff) | |
download | gentoo-668e43586e4c1c04c4395014d93171f6a970722c.tar.gz gentoo-668e43586e4c1c04c4395014d93171f6a970722c.tar.bz2 gentoo-668e43586e4c1c04c4395014d93171f6a970722c.zip |
dev-python/types-docutils: Bump to 0.21.0.20240704
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/types-docutils')
-rw-r--r-- | dev-python/types-docutils/Manifest | 1 | ||||
-rw-r--r-- | dev-python/types-docutils/types-docutils-0.21.0.20240704.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/types-docutils/Manifest b/dev-python/types-docutils/Manifest index 2c3dcee36227..90e5f7e01663 100644 --- a/dev-python/types-docutils/Manifest +++ b/dev-python/types-docutils/Manifest @@ -1 +1,2 @@ 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.20240704.ebuild b/dev-python/types-docutils/types-docutils-0.21.0.20240704.ebuild new file mode 100644 index 000000000000..f42134c19384 --- /dev/null +++ b/dev-python/types-docutils/types-docutils-0.21.0.20240704.ebuild @@ -0,0 +1,17 @@ +# 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" |