public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue,  3 Aug 2021 08:52:30 +0000 (UTC)	[thread overview]
Message-ID: <1627980745.befe3f31d7f2bef85b5f81b1db4b5439cb1e8e2a.mgorny@gentoo> (raw)

commit:     befe3f31d7f2bef85b5f81b1db4b5439cb1e8e2a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 06:17:44 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 08:52:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befe3f31

dev-python/gast: Bump to 0.5.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/gast/Manifest          |  1 +
 dev-python/gast/gast-0.5.2.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
index 0f9e6ded9e8..bc330c82a89 100644
--- a/dev-python/gast/Manifest
+++ b/dev-python/gast/Manifest
@@ -1,2 +1,3 @@
 DIST gast-0.5.0.tar.gz 14933 BLAKE2B 5d70d832d69185227e574a4bf88752e1dff43ef0e3e78a1de8ac7ab96218530d37a6dd0a3e6e4bf1fe8e11afe98b8d87722bfc2d6c8b68d8ac4905f335c2b85a SHA512 31c204587b3abcde61ce7343bef8439fab7e36c46de17eb2e02138e3d709f8f70e24c2c5d045044ef06e42119a50566c881d293c1c815743655354e72304701d
 DIST gast-0.5.1.tar.gz 14094 BLAKE2B e58e989198991fac1036363f7d1f7aa831263f0a9e5e616470fb6b7732b2bd39b9ce71cfd97b990bc29c3b9a978c56b90e375ec3d4a9b3c6692f44fd36d9309b SHA512 955154d273e97bdb80528bf17bc060e6266c524218d81469ed99e09d099cfa320af5c8384f8cc51d22be254578221e068d7a2e2bd3f0279cb65d40a4eead7766
+DIST gast-0.5.2.tar.gz 14222 BLAKE2B b251f9aa54d8bdba318f0c8aa7fe97221615a22b7dec8da99b15078ce0f482ac8ec931b9c0acba3a405f2ab3c820a1c578ab93583f9f84740571dd85a3fcb45d SHA512 2a06245ba93f2c0715f662e32e0865732828deb672bc70c3d70a4969c8a2e4c518354a4a63760eddeba53932d4f8bf0ae0ffab64f1a1ad3b20d5b2d18285cd6a

diff --git a/dev-python/gast/gast-0.5.2.ebuild b/dev-python/gast/gast-0.5.2.ebuild
new file mode 100644
index 00000000000..f25219967d3
--- /dev/null
+++ b/dev-python/gast/gast-0.5.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"
+HOMEPAGE="https://pypi.org/project/gast/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	test? ( dev-python/astunparse[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest


             reply	other threads:[~2021-08-03  8:52 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-03  8:52 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-28  5:19 Michał Górny
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-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=1627980745.befe3f31d7f2bef85b5f81b1db4b5439cb1e8e2a.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