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 6A2191592ED for ; Fri, 28 Jun 2024 05:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0C6A2BC020; Fri, 28 Jun 2024 05:19:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 98141E2ADC for ; Fri, 28 Jun 2024 05:19:58 +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 B6C72335D63 for ; Fri, 28 Jun 2024 05:19:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DE951D81 for ; Fri, 28 Jun 2024 05:19:56 +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: <1719551986.ac8c14990e509f09d8fd4387ef22c66f82a9917e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beniget/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beniget/Manifest dev-python/beniget/beniget-0.4.2.ebuild X-VCS-Directories: dev-python/beniget/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac8c14990e509f09d8fd4387ef22c66f82a9917e X-VCS-Branch: master Date: Fri, 28 Jun 2024 05:19:56 +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: 47e128cd-362d-405b-8e3c-80dbe4899d6a X-Archives-Hash: dcbf84291589297a98e1bd0168b41e27 commit: ac8c14990e509f09d8fd4387ef22c66f82a9917e Author: Michał Górny gentoo org> AuthorDate: Fri Jun 28 04:29:24 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 28 05:19:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8c1499 dev-python/beniget: Bump to 0.4.2 Signed-off-by: Michał Górny gentoo.org> dev-python/beniget/Manifest | 1 + dev-python/beniget/beniget-0.4.2.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-python/beniget/Manifest b/dev-python/beniget/Manifest index 27414332761c..ea3fb6edef81 100644 --- a/dev-python/beniget/Manifest +++ b/dev-python/beniget/Manifest @@ -1 +1,2 @@ DIST beniget-0.4.1.gh.tar.gz 16353 BLAKE2B ef7de5eb15b59de10c56057b22e718ca7284d251a98ff1f8dbe31bad2e1bc7ca3c22c2794b1cae8b4c5fdf2a4b91ac6f9a3a0bef3c3aef51fbe6a93341333e31 SHA512 bd2b7beda41953be9b4052b539ae9812a370702874602175bfca66deebbc569515b9a59c750dc4898a6cb9f4a1d49f8ff15c1288035aaf72940cdd439eaace43 +DIST beniget-0.4.2.tar.gz 42379 BLAKE2B e1fd1380fa15cd7f345d5d27007cd5c794264d034799672dde92449376b325063d69d83bdfbefb59e714b98333d1c7254b741db452b04d9ce213a876eda399b8 SHA512 a478b06f5c2676c535326ac609d19a9a4409f7e5625666d2408ce0bf3ce4131bbf22765d4d411bfe0d14a63da244456b48e1c88cb8e3364ad4463c5c5da62a0a diff --git a/dev-python/beniget/beniget-0.4.2.ebuild b/dev-python/beniget/beniget-0.4.2.ebuild new file mode 100644 index 000000000000..e5a878b3b7bf --- /dev/null +++ b/dev-python/beniget/beniget-0.4.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( pypy3 python3_{10..13} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 pypi + +DESCRIPTION="Extract semantic information about static Python code" +HOMEPAGE=" + https://pypi.org/project/beniget/ + https://github.com/serge-sans-paille/beniget/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" + +RDEPEND=" + >=dev-python/gast-0.5.0[${PYTHON_USEDEP}] + dev-python/ordered-set[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest + +src_prepare() { + distutils-r1_src_prepare + + # https://github.com/serge-sans-paille/beniget/issues/104 + rm beniget/beniget_std.py || die +}