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 0441D158089 for ; Thu, 26 Oct 2023 16:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49DB82BC03B; Thu, 26 Oct 2023 16:08:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2689E2BC02C for ; Thu, 26 Oct 2023 16:08:53 +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 3591F335C2A for ; Thu, 26 Oct 2023 16:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D917112A6 for ; Thu, 26 Oct 2023 16:08:50 +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: <1698336453.fdfd3e7236d10e53cc0c659b56359e793680b6fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/types-setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/types-setuptools/Manifest dev-python/types-setuptools/types-setuptools-68.2.0.0.ebuild X-VCS-Directories: dev-python/types-setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fdfd3e7236d10e53cc0c659b56359e793680b6fb X-VCS-Branch: master Date: Thu, 26 Oct 2023 16:08:50 +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: 7126b057-f44b-429f-8736-151da326ef9a X-Archives-Hash: d895217afc1b433941ebd1a78b5f1151 commit: fdfd3e7236d10e53cc0c659b56359e793680b6fb Author: Michał Górny gentoo org> AuthorDate: Thu Oct 26 16:07:33 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 26 16:07:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfd3e72 dev-python/types-setuptools: Bump to 68.2.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/types-setuptools/Manifest | 1 + .../types-setuptools/types-setuptools-68.2.0.0.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/types-setuptools/Manifest b/dev-python/types-setuptools/Manifest index 3ac3ce2b49b6..b8ac47323f28 100644 --- a/dev-python/types-setuptools/Manifest +++ b/dev-python/types-setuptools/Manifest @@ -1 +1,2 @@ DIST types-setuptools-68.1.0.1.tar.gz 32819 BLAKE2B 6e069253985c175721fd8b769fb497c89949ea40bbd68d22f951162f02b5dc929a6128dc9abe91c773f8a0f4966955ed77a556e1e9831a6455bc53729f7d1c13 SHA512 e68ee9ec3663a5916cdb2444496bc687a0e4ec897f355a33a716d4b5eff46addf0032dfe2d168695de4204002bc8b1087ca1cc4c32f4edd118d3b266c60c4f5c +DIST types-setuptools-68.2.0.0.tar.gz 32945 BLAKE2B 3d2c4667930917fc8c6dda89eb1948a9095db8734e5b03f2b3e994cc80af5c30a0504223445f8e7dba0aeb7ac312a8c6334b2eb10765f2c520c656e827257b95 SHA512 8095c0bca011de3450669aeede7040b8b2b706266257734df9adabf1cf41bce19df2d2fec2a9069841a220c2d06f5ecd78937224b1495b92b6f5c2698ecbfd97 diff --git a/dev-python/types-setuptools/types-setuptools-68.2.0.0.ebuild b/dev-python/types-setuptools/types-setuptools-68.2.0.0.ebuild new file mode 100644 index 000000000000..54d60b9b2471 --- /dev/null +++ b/dev-python/types-setuptools/types-setuptools-68.2.0.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for setuptools" +HOMEPAGE="https://pypi.org/project/types-setuptools/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"