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 85E01158093 for ; Mon, 4 Jul 2022 12:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3438EE0A46; Mon, 4 Jul 2022 12:16:26 +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 0F536E08F3 for ; Mon, 4 Jul 2022 12:16:26 +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 2BDC23418F1 for ; Mon, 4 Jul 2022 12:16:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DCC352D for ; Mon, 4 Jul 2022 12:16:22 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1656936763.f52d3632be7b6d5ccdae97a8282e1decbfae1d9c.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stdlibs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/stdlibs/Manifest dev-python/stdlibs/stdlibs-2022.6.8.ebuild X-VCS-Directories: dev-python/stdlibs/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: f52d3632be7b6d5ccdae97a8282e1decbfae1d9c X-VCS-Branch: dev Date: Mon, 4 Jul 2022 12:16:22 +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: 1aa13084-2aa7-45e4-85cb-d8b42a938635 X-Archives-Hash: f075c92a14bd047c9b3b09e39b3f9370 commit: f52d3632be7b6d5ccdae97a8282e1decbfae1d9c Author: James Beddek posteo de> AuthorDate: Mon Jul 4 12:12:43 2022 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Jul 4 12:12:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f52d3632 dev-python/stdlibs: add 2022.6.8 Signed-off-by: James Beddek posteo.de> dev-python/stdlibs/Manifest | 1 + dev-python/stdlibs/stdlibs-2022.6.8.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/stdlibs/Manifest b/dev-python/stdlibs/Manifest index 4cea6d224..86d1c8fde 100644 --- a/dev-python/stdlibs/Manifest +++ b/dev-python/stdlibs/Manifest @@ -1 +1,2 @@ DIST stdlibs-2022.3.16.tar.gz 22314 BLAKE2B 568df82f9635007aa35509c20445d1554c6e3dd1ca13a727bd27932ddf0f2cd68fb21b74e40bf0fbf359932ef50e9d35f3cf64ae6f0eeecde9303a8c1726e16e SHA512 b59721730f85351271c346379bec23da504051426276f360627b2d0aa4eb56ed66640321f20362f158933928e8f3fa986b8b419bbd3c309a63101ecd46f92a0e +DIST stdlibs-2022.6.8.tar.gz 22510 BLAKE2B 4daa85811da7c9b2c206182c6a8f45738311d751519670a53d184c1524aa9d953ed85281a8da8ea95fe6f4ce3c23d8ffdf5866ebb5ca7a88d877505ff4719c97 SHA512 085e2186a8e4bdc78a50cd4628d8f8a30703e5fc0b2b5b6d3c3e2a7ebae6fe776a04ef5049475b1c1246824962ff2283908572140ee2a2e6343b93e378f3e9ff diff --git a/dev-python/stdlibs/stdlibs-2022.6.8.ebuild b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild new file mode 100644 index 000000000..c2f57f4a6 --- /dev/null +++ b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="What's in the Python stdlib" +HOMEPAGE="https://github.com/omnilib/stdlibs/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests unittest