summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-06 07:34:37 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-06 07:34:37 +0100
commit70f1a9ed07158ef66ed652b421ad5b33c1410194 (patch)
tree7a3ab605a4b85b35993e17e10c096d467bfda5c5 /dev-python/types-docutils
parentdev-python/wcwidth: Bump to 0.2.13 (diff)
downloadgentoo-70f1a9ed07158ef66ed652b421ad5b33c1410194.tar.gz
gentoo-70f1a9ed07158ef66ed652b421ad5b33c1410194.tar.bz2
gentoo-70f1a9ed07158ef66ed652b421ad5b33c1410194.zip
dev-python/types-docutils: Bump to 0.20.0.20240106
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/types-docutils')
-rw-r--r--dev-python/types-docutils/Manifest1
-rw-r--r--dev-python/types-docutils/types-docutils-0.20.0.20240106.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/types-docutils/Manifest b/dev-python/types-docutils/Manifest
index 1a676e6dcb71..5b1f74d1a5ed 100644
--- a/dev-python/types-docutils/Manifest
+++ b/dev-python/types-docutils/Manifest
@@ -1 +1,2 @@
+DIST types-docutils-0.20.0.20240106.tar.gz 10394 BLAKE2B c3f62e558ec4607e429c30ecc1d061438f3afb04baa964c9d38b46573198947ded19f1ede360bacde298d1b1b776b47d577ea1f85563bb9e3202b91d2ea93711 SHA512 c8b0242255e2f315e0c3f3c22253d0e553f48ca47db57c5070cd55583016260d9026f6d196e83cb2f922ea9c67d713fec96edc9a808f7dbc68c3829e5112e808
DIST types-docutils-0.20.0.3.tar.gz 10207 BLAKE2B ea672c6eab14a29644e4a4ae0183484cc7af1a71b4adea7afb70c5c9b70e7f9cb563058f6492929da45409ec4153d03568951b9c79692e53e5daba8321fc7c7d SHA512 95b2ae79486a1d4aac1be85a67b04ebce399d6c7e862f14f7cb97d578db97980ab45c343ae4deafce8cf616e7368dddd58c0457a1f5ac092548b2068a2c50e0e
diff --git a/dev-python/types-docutils/types-docutils-0.20.0.20240106.ebuild b/dev-python/types-docutils/types-docutils-0.20.0.20240106.ebuild
new file mode 100644
index 000000000000..cb335ec2836f
--- /dev/null
+++ b/dev-python/types-docutils/types-docutils-0.20.0.20240106.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..12} )
+
+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"