summaryrefslogtreecommitdiff
path: root/dev-python/asyncssh
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
commit4387175f6b4a0d6a696cddfd00ad161d53fbc214 (patch)
treea3eaf07b9f03508b22670a755eea0dabf2e7123c /dev-python/asyncssh
parent5696b060dbdb11e5b2236c4f3310c311484c1611 (diff)
downloadbaldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip
Adding metadata
Diffstat (limited to 'dev-python/asyncssh')
-rw-r--r--dev-python/asyncssh/Manifest1
-rw-r--r--dev-python/asyncssh/asyncssh-2.13.1.ebuild49
-rw-r--r--dev-python/asyncssh/metadata.xml56
3 files changed, 0 insertions, 106 deletions
diff --git a/dev-python/asyncssh/Manifest b/dev-python/asyncssh/Manifest
deleted file mode 100644
index d319313e46b0..000000000000
--- a/dev-python/asyncssh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST asyncssh-2.13.1.tar.gz 497376 BLAKE2B 6f7dc62e27d2588dc8d21dcbf99520f3dae1f0f02e808c62d08fba7989d6099927fa36daddda4bf584010bbd40f02919905aefa7b90596a2183d685a0ad5806c SHA512 0c027283681a24058dbe18bad5289488d65d5ebecdda34f38ad63a6d84b54fd457475ada9ab7269925ced5eacbd22f27fea739ace99bd83ca9ce8f9b2d5f0714
diff --git a/dev-python/asyncssh/asyncssh-2.13.1.ebuild b/dev-python/asyncssh/asyncssh-2.13.1.ebuild
deleted file mode 100644
index 5cee296ac1f1..000000000000
--- a/dev-python/asyncssh/asyncssh-2.13.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Asynchronous SSHv2 client and server library"
-HOMEPAGE="
- https://asyncssh.timeheart.net
- https://pypi.org/project/asyncssh/
- https://github.com/ronf/asyncssh
-"
-
-LICENSE="ECL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/cryptography-3.1[${PYTHON_USEDEP}]
- >=dev-python/typing-extensions-3.6[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/aiofiles[${PYTHON_USEDEP}]
- >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
- >=dev-python/fido2-0.9.2[${PYTHON_USEDEP}]
- >=dev-python/gssapi-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/libnacl-1.4.2[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-17.0.0[${PYTHON_USEDEP}]
- >=dev-python/python-pkcs11-0.7.0[${PYTHON_USEDEP}]
- dev-python/uvloop[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs
-
-pkg_postinst() {
- optfeature "OpenSSH private key encryption support" dev-python/bcrypt
- optfeature "key exchange and authentication with U2F/FIDO2 security keys support" dev-python/fido2
- optfeature "accessing PIV keys on PKCS#11 security tokens support" dev-python/python-pkcs11
- optfeature "GSSAPI key exchange and authentication support" dev-python/gssapi
- optfeature "UMAC cryptographic hashes support" dev-python/libnettle
- optfeature "X.509 certificate authentication support" dev-python/pyopenssl
-}
diff --git a/dev-python/asyncssh/metadata.xml b/dev-python/asyncssh/metadata.xml
deleted file mode 100644
index a0c84f34b973..000000000000
--- a/dev-python/asyncssh/metadata.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- <description>co-maintainers welcome</description>
- </maintainer>
- <longdescription lang="en">
-AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework.
-
-Features
-
-Full support for SSHv2, SFTP, and SCP client and server functions
-Shell, command, and subsystem channels
-Environment variables, terminal type, and window size
-Direct and forwarded TCP/IP channels
-OpenSSH-compatible direct and forwarded UNIX domain socket channels
-Local and remote TCP/IP port forwarding
-Local and remote UNIX domain socket forwarding
-Dynamic TCP/IP port forwarding via SOCKS
-X11 forwarding support on both the client and the server
-SFTP protocol version 3 with OpenSSH extensions
-SCP protocol support, including third-party remote to remote copies
-Multiple simultaneous sessions on a single SSH connection
-Multiple SSH connections in a single event loop
-Byte and string based I/O with settable encoding
-A variety of key exchange, encryption, and MAC algorithms
-Support for gzip compression
-Including OpenSSH variant to delay compression until after auth
-User and host-based public key, password, and keyboard-interactive authentication methods
-Many types and formats of public keys and certificates
-Including OpenSSH-compatible support for U2F and FIDO2 security keys
-Including PKCS#11 support for accessing PIV security tokens
-Including support for X.509 certificates as defined in RFC 6187
-Support for accessing keys managed by ssh-agent on UNIX systems
-Including agent forwarding support on both the client and the server
-Support for accessing keys managed by PuTTY's Pageant agent on Windows
-Support for accessing host keys via OpenSSH's ssh-keysign
-OpenSSH-style known_hosts file support
-OpenSSH-style authorized_keys file support
-Partial support for OpenSSH-style configuration files
-Compatibility with OpenSSH "Encrypt then MAC" option for better security
-Time and byte-count based session key renegotiation
-Designed to be easy to extend to support new forms of key exchange, authentication, encryption, and compression algorithms
- </longdescription>
- <upstream>
- <maintainer status="unknown">
- <email>ronf@timeheart.net</email>
- <name>Ron Frederick</name>
- </maintainer>
- <bugs-to>https://github.com/ronf/asyncssh/issues</bugs-to>
- <doc>https://asyncssh.readthedocs.io</doc>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file