From 8e177c64be6657eefb6d7c256bdfdae9eeadb6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 30 Nov 2025 05:52:31 +0100 Subject: [PATCH] dev-python/gast: Bump to 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/gast/Manifest | 1 + dev-python/gast/gast-0.7.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dev-python/gast/gast-0.7.0.ebuild diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest index 3e8fb7a78b4dc..41576fbc6d19d 100644 --- a/dev-python/gast/Manifest +++ b/dev-python/gast/Manifest @@ -1 +1,2 @@ DIST gast-0.6.0.tar.gz 27708 BLAKE2B d3084eee3d3b2665d8435450f0b7fad7979656c1d5e2fc474ea25918005ebd70dddc0e6b955c6bd7ab4cdedd3aa2547bbf8daacc47846313196508150e18c896 SHA512 a482d0ca489781b57c119169a9bc502a84ead352ed5c4edc078907e8baa4f9abd379ee01df9cad9565a33fa1d0f363bea7b5c17b7d3cf6d600ef96018b97191b +DIST gast-0.7.0.tar.gz 33630 BLAKE2B 54657229d77eae84480c7f33e894fbd012880c3e9c31ee784654618da7aa7a9536eb1237bada6aa999cb4a2c14fff517c9cec80291e7e4ab20128d94c80d01aa SHA512 ee7c17f3f890edf8e32845bee9b616cd0ed4a0b235833b11ce6716f15675a03fc835b2df1ac6417d5332e2c162ade0fdc0533914c014537ab0526f98dd7339aa diff --git a/dev-python/gast/gast-0.7.0.ebuild b/dev-python/gast/gast-0.7.0.ebuild new file mode 100644 index 0000000000000..48ba04080d77a --- /dev/null +++ b/dev-python/gast/gast-0.7.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)" +HOMEPAGE=" + https://github.com/serge-sans-paille/gast/ + https://pypi.org/project/gast/ +" + +LICENSE="BSD PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" + +distutils_enable_tests unittest