dev-python/types-paramiko: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-03 20:06:11 +02:00
parent af32745563
commit feca48108a
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST types-paramiko-2.7.0.tar.gz 18515 BLAKE2B 6fd7e8af6b28a1d01784e81ad7ed45e12cb7ceb2ddfd42476117662a8323ec76fd65a844900d5b61dd85b9b523639a8441e563f628f81fd18489f282da248126 SHA512 af05471d90505f22bf3aadb0c66af800088c924cae7ab999b4c5d82e4fb8140cc42068b7605f7e49380090ef74848275697f42ced451873dad5f564f64b23984

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/python/typeshed/issues</bugs-to>
<remote-id type="pypi">types-paramiko</remote-id>
<remote-id type="github">python/typeshed</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2021 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 paramiko"
HOMEPAGE="
https://pypi.org/project/types-paramiko
https://github.com/python/typeshed
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64"
RDEPEND=">=dev-python/cryptography-3.4.4[${PYTHON_USEDEP}]"