From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gast/
Date: Fri, 28 Jun 2024 05:19:56 +0000 (UTC) [thread overview]
Message-ID: <1719551987.9e1d8b4ee96c566f3f58653361628a8ce2a2bc06.mgorny@gentoo> (raw)
commit: 9e1d8b4ee96c566f3f58653361628a8ce2a2bc06
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 04:30:55 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 05:19:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1d8b4e
dev-python/gast: Bump to 0.6.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gast/Manifest | 1 +
dev-python/gast/gast-0.6.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
index 658674ff93ee..1265eb6f7115 100644
--- a/dev-python/gast/Manifest
+++ b/dev-python/gast/Manifest
@@ -1,2 +1,3 @@
DIST gast-0.5.4.tar.gz 25346 BLAKE2B c7161737367c2a3335d9e51af1dc09934ea16694d497cb151ed713b3372666456b5dcc2c595294c7162035af29d454bad5c8fb677030de9235c52d5ff8a3f05b SHA512 a288e2ecc15af2a5d50cb34979995f936e88cdaa4427f809b69015cb6ba98eaffd7ea9eff2dc61dae6f6c2d7d9c5cc6e3e9a5565bd7b1dd308cd39f56087c67d
DIST gast-0.5.5.tar.gz 26733 BLAKE2B bc309969ace97920b7278fb329ecaa050090df3b9624d70350ce16bb090dbb0f4474407c34457abc2d1b8e728671c0e886ec46b2c94237b678575be34d593e98 SHA512 7325c9096f99f43e2d791f39acd7e655724e23c9cd93a838ae703377eedd23190af0f52ae07330323b90ef95bdcf6d032d39030823749557fecd9d00321a4163
+DIST gast-0.6.0.tar.gz 27708 BLAKE2B d3084eee3d3b2665d8435450f0b7fad7979656c1d5e2fc474ea25918005ebd70dddc0e6b955c6bd7ab4cdedd3aa2547bbf8daacc47846313196508150e18c896 SHA512 a482d0ca489781b57c119169a9bc502a84ead352ed5c4edc078907e8baa4f9abd379ee01df9cad9565a33fa1d0f363bea7b5c17b7d3cf6d600ef96018b97191b
diff --git a/dev-python/gast/gast-0.6.0.ebuild b/dev-python/gast/gast-0.6.0.ebuild
new file mode 100644
index 000000000000..4747a4e751f1
--- /dev/null
+++ b/dev-python/gast/gast-0.6.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+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 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+distutils_enable_tests unittest
next reply other threads:[~2024-06-28 5:20 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-28 5:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/gast/ Michał Górny
2024-07-13 9:48 Michał Górny
2024-07-13 9:36 Arthur Zamarin
2024-07-13 7:27 Arthur Zamarin
2024-06-26 2:09 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-24 18:59 Michał Górny
2024-01-20 21:19 Jason Zaman
2023-11-17 20:39 Michał Górny
2023-10-24 21:11 Michał Górny
2023-06-26 13:14 Sam James
2023-04-30 3:55 Michał Górny
2023-04-30 3:55 Michał Górny
2023-03-16 3:50 Michał Górny
2022-11-14 9:24 Arthur Zamarin
2022-10-09 16:10 Sam James
2022-06-27 19:26 Arthur Zamarin
2022-06-27 19:20 Arthur Zamarin
2022-05-28 9:47 Andrew Ammerlaan
2022-03-18 10:31 Arthur Zamarin
2021-12-23 22:43 Sam James
2021-12-19 11:08 Sam James
2021-12-18 15:39 Michał Górny
2021-11-26 6:36 Sam James
2021-11-20 15:35 Arthur Zamarin
2021-11-17 22:47 Sam James
2021-11-14 8:01 Michał Górny
2021-11-05 18:09 Sam James
2021-11-05 18:01 Sam James
2021-10-19 0:12 Sam James
2021-10-08 7:45 Marek Szuba
2021-10-04 17:44 Sam James
2021-08-26 8:24 Michał Górny
2021-08-26 4:41 Agostino Sarubbo
2021-08-25 17:29 Michał Górny
2021-08-03 8:52 Michał Górny
2021-07-26 5:21 Michał Górny
2021-07-26 0:43 Sam James
2021-07-25 1:04 Sam James
2021-07-24 8:23 Michał Górny
2021-06-29 6:05 Michał Górny
2021-06-21 10:50 Michał Górny
2021-06-21 10:11 Michał Górny
2021-06-21 10:00 Michał Górny
2021-06-21 10:00 Michał Górny
2021-06-21 10:00 Michał Górny
2020-12-02 20:27 Michał Górny
2020-12-02 16:46 Mikle Kolyada
2020-12-02 16:46 Mikle Kolyada
2020-09-25 11:30 Benda XU
2020-03-29 2:26 Jason Zaman
2020-02-05 14:05 Michał Górny
2019-04-29 14:24 Jason Zaman
2019-04-29 14:24 Jason Zaman
2019-02-18 13:54 Jason Zaman
2018-09-28 10:24 Jason Zaman
2018-09-21 17:51 Jason Zaman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1719551987.9e1d8b4ee96c566f3f58653361628a8ce2a2bc06.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox