From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABBE815ACFD for ; Tue, 2 May 2023 03:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD78AE07F2; Tue, 2 May 2023 03:14:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97A7FE07F2 for ; Tue, 2 May 2023 03:14:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAADF3413A3 for ; Tue, 2 May 2023 03:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16621A61 for ; Tue, 2 May 2023 03:14:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1682996660.cd1a78085c89e686c3ece9e7f09f6bef40421fb7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asyncstdlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asyncstdlib/Manifest dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild X-VCS-Directories: dev-python/asyncstdlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cd1a78085c89e686c3ece9e7f09f6bef40421fb7 X-VCS-Branch: master Date: Tue, 2 May 2023 03:14:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57785439-d715-4aac-acad-2cb8bfbe1240 X-Archives-Hash: 63282d66f7610101ed7fe775c8ff2b9a commit: cd1a78085c89e686c3ece9e7f09f6bef40421fb7 Author: Michał Górny gentoo org> AuthorDate: Tue May 2 02:52:22 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 2 03:04:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1a7808 dev-python/asyncstdlib: Bump to 3.10.7 Signed-off-by: Michał Górny gentoo.org> dev-python/asyncstdlib/Manifest | 1 + dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest index f43c2a836130..f6096ce5e7c3 100644 --- a/dev-python/asyncstdlib/Manifest +++ b/dev-python/asyncstdlib/Manifest @@ -1 +1,2 @@ DIST asyncstdlib-3.10.6.gh.tar.gz 56335 BLAKE2B 15b33e90454c2b1f9ca8ddd9c71db74af1541e26af59c1a5a8b6240ec7b9e5db06f0455c778de39ff6cce1e87db41403fbc1b8965da0764f8215c4dd6bfa8e17 SHA512 e8b8b72f7d59593876f6701632d4b4839bf6110134b8dc62a33f665c52528a94f53ac6c43195520c2902e66f68b379cf7d9258e29fb25c69ae2fa98cfe4b10a6 +DIST asyncstdlib-3.10.7.tar.gz 43529 BLAKE2B 70a0dcc36ade591a98666c7872844a14aba039b435af65818a9de37bd958dfef46fb143e1f00e43cdba3eb742ae291ad6f4c544f3f0c491f81cca8c5ddd0149b SHA512 7cd02d95aea28ec56436078df72f523463370b54ed2d7a9b91fcbf6665db6fb89693769aa99f6529f9a930bb1932c9fcb72a2adac494c2528a12e1c054f4fb1b diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild new file mode 100644 index 000000000000..bf284fdc944c --- /dev/null +++ b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="The missing async toolbox" +HOMEPAGE=" + https://github.com/maxfischer2781/asyncstdlib/ + https://pypi.org/project/asyncstdlib/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest