mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/types-paramiko: add 2.8.16
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST types-paramiko-2.7.3.tar.gz 18616 BLAKE2B 0259c2fd7d6f051e377fa27332012cf0defa1968d02b7f7d33720f41e5991fc27c898717411ad8cb9c3583724d7aa269d99ff569dd6f0fdda0039b6a8e6a2860 SHA512 d63f6ddd993b0ccf55e5fbbcbe0e5770a467c9681ded16db19b6eeabf4f3e83a6515e86ba6f72144cae7bb5c9860cf4849223e114b5150bc1c59ee223fd9cead
|
||||
DIST types-paramiko-2.8.16.tar.gz 19948 BLAKE2B 9230c958b3644d8f2b5e644fa24fac065577d3b4ce3b7adc71f8aff00a932f4fd146b83333f8d867dec8941b753cd9676bb63b357d5ba7880861e9f1ffbb1946 SHA512 5e79cf930f281315c0996f46fa7c78612680da3d737cf650b0980d2cf97a825c9956afe1f20c398c200f52edf28a722505b25518f01f865dc652cafe5ed7e83b
|
||||
|
||||
21
dev-python/types-paramiko/types-paramiko-2.8.16.ebuild
Normal file
21
dev-python/types-paramiko/types-paramiko-2.8.16.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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 paramiko"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/types-paramiko/
|
||||
https://github.com/python/typeshed/tree/master/stubs/paramiko
|
||||
"
|
||||
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}]"
|
||||
Reference in New Issue
Block a user