public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/asyncssh/
Date: Mon,  6 Mar 2023 13:38:24 +0000 (UTC)	[thread overview]
Message-ID: <1678008609.e2e10f839c1cda746647a220b527c674aa826060.flow@gentoo> (raw)

commit:     e2e10f839c1cda746647a220b527c674aa826060
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Mar  5 09:22:17 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 09:30:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2e10f83

dev-python/asyncssh: add 2.13.1, drop old

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/asyncssh/Manifest               |  3 +-
 dev-python/asyncssh/asyncssh-2.10.1.ebuild | 55 ------------------------------
 dev-python/asyncssh/asyncssh-2.11.0.ebuild | 55 ------------------------------
 dev-python/asyncssh/asyncssh-2.13.1.ebuild | 49 ++++++++++++++++++++++++++
 4 files changed, 50 insertions(+), 112 deletions(-)

diff --git a/dev-python/asyncssh/Manifest b/dev-python/asyncssh/Manifest
index 8421cacba..d319313e4 100644
--- a/dev-python/asyncssh/Manifest
+++ b/dev-python/asyncssh/Manifest
@@ -1,2 +1 @@
-DIST asyncssh-2.10.1.tar.gz 483000 BLAKE2B a588d671b3afe9f77f15974578f27e9001e8138284e4313d8188766c66e81942a8d37598ba79af4971c11f900fa7009311c20c86fce0e058d1fdeeec72c9320a SHA512 adaf68f2e4209e9bf91c2018298a281dab490d723bda9d6f7db892aa43e796e38ff904cf39f56c8b545439ca71c89b419e53521f323cb753cf7a2290beb04e12
-DIST asyncssh-2.11.0.tar.gz 482916 BLAKE2B fd410771d4032996b4a75c0cf7250f481a8e5f5498f6a4c31227468eff3dba8f4936c2711e11aadbf313989e395ee679d11b0a28646735f1868bd81680c3f3e3 SHA512 d9736d0d9e486c4a062fbf493d28f2c5b1074baa32879430750115a686600fa97c947ea34b47a1d9962cc44cc32ce6b31fdb0baa455fbde9b63660c5b8454810
+DIST asyncssh-2.13.1.tar.gz 497376 BLAKE2B 6f7dc62e27d2588dc8d21dcbf99520f3dae1f0f02e808c62d08fba7989d6099927fa36daddda4bf584010bbd40f02919905aefa7b90596a2183d685a0ad5806c SHA512 0c027283681a24058dbe18bad5289488d65d5ebecdda34f38ad63a6d84b54fd457475ada9ab7269925ced5eacbd22f27fea739ace99bd83ca9ce8f9b2d5f0714

diff --git a/dev-python/asyncssh/asyncssh-2.10.1.ebuild b/dev-python/asyncssh/asyncssh-2.10.1.ebuild
deleted file mode 100644
index c574e23a1..000000000
--- a/dev-python/asyncssh/asyncssh-2.10.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="sphinx"
-DOCS_DIR="docs"
-EPYTEST_DESELECT=(
-	tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded
-	tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_string
-	tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_tunnel
-) # network tests
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 docs optfeature
-
-DESCRIPTION="Asynchronous SSHv2 client and server library"
-HOMEPAGE="
-	https://asyncssh.timeheart.net
-	https://pypi.org/project/asyncssh/
-	https://github.com/ronf/asyncssh
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-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}]
-"
-DEPEND="${REDEPEND}"
-BDEPEND="
-	test? (
-		>=dev-python/bcrypt-3.1.3[${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}]
-	)
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-pkg_postinst() {
-	optfeature "support for OpenSSH private key encryption" dev-python/bcrypt
-	optfeature "support for key exchange and authentication with U2F/FIDO2 security keys" dev-python/fido2
-	optfeature "support for accessing PIV keys on PKCS#11 security tokens" dev-python/python-pkcs11
-	optfeature "support for GSSAPI key exchange and authentication on UNIX" dev-python/gssapi
-	optfeature "if you have a version of OpenSSL older than 1.1.1b installed and you want support for Curve25519 key exchange, Ed25519 keys and certificates, or the Chacha20-Poly1305 cipher" dev-python/libnacl
-	optfeature "support for UMAC cryptographic hashes" dev-python/libnettle
-	optfeature "support for X.509 certificate authentication" dev-python/pyopenssl
-}

diff --git a/dev-python/asyncssh/asyncssh-2.11.0.ebuild b/dev-python/asyncssh/asyncssh-2.11.0.ebuild
deleted file mode 100644
index c574e23a1..000000000
--- a/dev-python/asyncssh/asyncssh-2.11.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="sphinx"
-DOCS_DIR="docs"
-EPYTEST_DESELECT=(
-	tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded
-	tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_string
-	tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_tunnel
-) # network tests
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 docs optfeature
-
-DESCRIPTION="Asynchronous SSHv2 client and server library"
-HOMEPAGE="
-	https://asyncssh.timeheart.net
-	https://pypi.org/project/asyncssh/
-	https://github.com/ronf/asyncssh
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-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}]
-"
-DEPEND="${REDEPEND}"
-BDEPEND="
-	test? (
-		>=dev-python/bcrypt-3.1.3[${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}]
-	)
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-pkg_postinst() {
-	optfeature "support for OpenSSH private key encryption" dev-python/bcrypt
-	optfeature "support for key exchange and authentication with U2F/FIDO2 security keys" dev-python/fido2
-	optfeature "support for accessing PIV keys on PKCS#11 security tokens" dev-python/python-pkcs11
-	optfeature "support for GSSAPI key exchange and authentication on UNIX" dev-python/gssapi
-	optfeature "if you have a version of OpenSSL older than 1.1.1b installed and you want support for Curve25519 key exchange, Ed25519 keys and certificates, or the Chacha20-Poly1305 cipher" dev-python/libnacl
-	optfeature "support for UMAC cryptographic hashes" dev-python/libnettle
-	optfeature "support for X.509 certificate authentication" dev-python/pyopenssl
-}

diff --git a/dev-python/asyncssh/asyncssh-2.13.1.ebuild b/dev-python/asyncssh/asyncssh-2.13.1.ebuild
new file mode 100644
index 000000000..2383aaab9
--- /dev/null
+++ b/dev-python/asyncssh/asyncssh-2.13.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+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
+}


             reply	other threads:[~2023-03-06 13:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-06 13:38 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-28 15:38 [gentoo-commits] repo/proj/guru:master commit in: dev-python/asyncssh/ Arthur Zamarin
2022-04-21 17:46 Arthur Zamarin
2022-03-29  0:23 Ronny Gutbrod
2022-03-17 19:27 Ronny Gutbrod
2021-11-03 11:12 Andrew Ammerlaan
2021-11-03 11:12 Andrew Ammerlaan
2021-06-28 10:59 Florian Schmaus
2021-05-25 23:07 Haelwenn Monnier
2021-05-05  8:33 Andrew Ammerlaan
2020-12-27 12:48 Andrew Ammerlaan
2020-12-18 15:39 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-04 15:00 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1678008609.e2e10f839c1cda746647a220b527c674aa826060.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox