dev-python/types-docutils: new package, add 0.19.1.1

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2022-12-09 18:28:45 +01:00
parent 1e3e704e5a
commit f4835286fb
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST types-docutils-0.19.1.1.tar.gz 8869 BLAKE2B 19f540af04aa483c194a68ac76af45b494e955afb5ef48f15da47f832ad1b18c25ec9a4cc64a87037e30296ac133e9297a344485dd1c6174c9f20d36953f588b SHA512 34c4e5997059c395311fc987b16259839daff3d4aba6e33f33ae3993137bee8f4362ce8f8491d3c8ed10435a27f5c91b87cfb74ae145251e268f45409c1526d0

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
<upstream>
<remote-id type="pypi">types-docutils</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,16 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Typing stubs for docutils"
HOMEPAGE="https://pypi.org/project/types-docutils/"
SRC_URI="https://files.pythonhosted.org/packages/6a/5c/b231a40dab63d06994a7cacebc1da5011b56711c1a9b25365cdb74c40efb/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"