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 B2A0415800A for ; Fri, 21 Jul 2023 07:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA62DE08ED; Fri, 21 Jul 2023 07:25:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE7E3E08ED for ; Fri, 21 Jul 2023 07:25:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CD81335CE9 for ; Fri, 21 Jul 2023 07:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAC74B9E for ; Fri, 21 Jul 2023 07:25:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1689924329.7b8a232686410f3d6899ac72e51e659509c27ef9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/overrides/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/overrides/Manifest dev-python/overrides/metadata.xml dev-python/overrides/overrides-7.3.1.ebuild X-VCS-Directories: dev-python/overrides/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7b8a232686410f3d6899ac72e51e659509c27ef9 X-VCS-Branch: master Date: Fri, 21 Jul 2023 07:25:37 +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: 473ca4c2-1031-43e0-8d90-a4b3d1a75641 X-Archives-Hash: b63660532258484c61651b5695131736 commit: 7b8a232686410f3d6899ac72e51e659509c27ef9 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Jul 21 07:21:01 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jul 21 07:25:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8a2326 dev-python/overrides: new package, add 7.3.1 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/overrides/Manifest | 1 + dev-python/overrides/metadata.xml | 13 +++++++++++++ dev-python/overrides/overrides-7.3.1.ebuild | 21 +++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/overrides/Manifest b/dev-python/overrides/Manifest new file mode 100644 index 000000000000..586474b1809d --- /dev/null +++ b/dev-python/overrides/Manifest @@ -0,0 +1 @@ +DIST overrides-7.3.1.tar.gz 24766 BLAKE2B c7fc2e22b7ded0208befd483e76b0bdb444f2d2891f6b2fe4751a81c47164b2cd3a51b7d71ec03401629d4427393553aed1146d2ef60ffe966fd502bd84e824e SHA512 94a8a581dfdacc047937824ffb8afae81d92998ec796e44c4ae05778f2b9d381517e37c2c4591a1c118b091f96bd91554aaef65d0372b2fef04f6ee225e10922 diff --git a/dev-python/overrides/metadata.xml b/dev-python/overrides/metadata.xml new file mode 100644 index 000000000000..5f4962551bfb --- /dev/null +++ b/dev-python/overrides/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + overrides + mkorpela/overrides + + diff --git a/dev-python/overrides/overrides-7.3.1.ebuild b/dev-python/overrides/overrides-7.3.1.ebuild new file mode 100644 index 000000000000..1f1ba9b915f5 --- /dev/null +++ b/dev-python/overrides/overrides-7.3.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A decorator to automatically detect mismatch when overriding a method." +HOMEPAGE=" + https://pypi.org/project/overrides/ + https://github.com/mkorpela/overrides +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest