diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest new file mode 100644 index 0000000000..ce4f5fe70b --- /dev/null +++ b/dev-python/types-urllib3/Manifest @@ -0,0 +1 @@ +DIST types-urllib3-1.26.10.tar.gz 8547 BLAKE2B 47dd538fe9ffb96793536942f8fe5deb7403e655473e919771ebaae1eb39839cb4c0f60fb7117d5c1eaa971937167ce1002eac4a7cc978edc20e76cc5c037675 SHA512 8341951167d51e596eb4d532691cbc948cf92936af7688d3bbd2161d86de327ba88f096e4205f5c74c9a1c3c5a1bec8e1317d829e870eca3c8760aa4997a30a1 diff --git a/dev-python/types-urllib3/metadata.xml b/dev-python/types-urllib3/metadata.xml new file mode 100644 index 0000000000..7f25d47487 --- /dev/null +++ b/dev-python/types-urllib3/metadata.xml @@ -0,0 +1,12 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/python/typeshed/issues + types-urllib3 + + diff --git a/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild new file mode 100644 index 0000000000..b96a6633a3 --- /dev/null +++ b/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Typing stubs for urllib3" +HOMEPAGE=" + https://pypi.org/project/types-urllib3/ + https://github.com/python/typeshed/tree/master/stubs/urllib3 +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64"