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 1A3B8159C9B for ; Fri, 2 Aug 2024 05:46:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B48E2BC02B; Fri, 2 Aug 2024 05:46:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FF812BC02B for ; Fri, 2 Aug 2024 05:46: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70D3833BF03 for ; Fri, 2 Aug 2024 05:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D30431732 for ; Fri, 2 Aug 2024 05:46:23 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1722577565.17646d78bb42d7626583a2df97722d36868eb5ff.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/wraps/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/wraps/wraps-0.13.0.ebuild dev-python/wraps/wraps-0.2.0.ebuild X-VCS-Directories: dev-python/wraps/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 17646d78bb42d7626583a2df97722d36868eb5ff X-VCS-Branch: master Date: Fri, 2 Aug 2024 05:46:23 +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: 5a410dc3-a984-444c-9d0a-f580584605df X-Archives-Hash: 1f61e92c266ea131029fb2e6ed28ceb9 commit: 17646d78bb42d7626583a2df97722d36868eb5ff Author: Horea Christian chymera eu> AuthorDate: Fri Aug 2 05:46:05 2024 +0000 Commit: Horea Christian gmail com> CommitDate: Fri Aug 2 05:46:05 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17646d78 dev-python/wraps: version and PYTHON_COMPAT bump Signed-off-by: Horea Christian chymera.eu> dev-python/wraps/{wraps-0.2.0.ebuild => wraps-0.13.0.ebuild} | 6 +----- dev-python/wraps/wraps-0.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/wraps/wraps-0.2.0.ebuild b/dev-python/wraps/wraps-0.13.0.ebuild similarity index 84% copy from dev-python/wraps/wraps-0.2.0.ebuild copy to dev-python/wraps/wraps-0.13.0.ebuild index b06b511cd..bed0a104e 100644 --- a/dev-python/wraps/wraps-0.2.0.ebuild +++ b/dev-python/wraps/wraps-0.13.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION=" Meaningful and safe wrapping types. " @@ -21,8 +21,4 @@ RDEPEND=" >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}] " -PATCHES=( - "${FILESDIR}/${PN}-0.1.0-poetry_groups.patch" -) - distutils_enable_tests pytest diff --git a/dev-python/wraps/wraps-0.2.0.ebuild b/dev-python/wraps/wraps-0.2.0.ebuild index b06b511cd..dd2a9b24f 100644 --- a/dev-python/wraps/wraps-0.2.0.ebuild +++ b/dev-python/wraps/wraps-0.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION=" Meaningful and safe wrapping types. "