From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asteval/
Date: Tue, 8 Nov 2022 05:55:36 +0000 (UTC) [thread overview]
Message-ID: <1667886933.bbae9a3975b6c9a559b2f8972e634bacb6549ded.mgorny@gentoo> (raw)
commit: bbae9a3975b6c9a559b2f8972e634bacb6549ded
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 8 05:33:19 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 8 05:55:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbae9a39
dev-python/asteval: Bump to 0.9.28
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/asteval/Manifest | 1 +
dev-python/asteval/asteval-0.9.28.ebuild | 36 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/asteval/Manifest b/dev-python/asteval/Manifest
index 0df41c9175cd..30f440ae81e5 100644
--- a/dev-python/asteval/Manifest
+++ b/dev-python/asteval/Manifest
@@ -1 +1,2 @@
DIST asteval-0.9.27.tar.gz 41789 BLAKE2B 6db628dfc90479b605370e6cd4c3eb27a6fdabd2422016aab200ddb217fc5459df77ae99397145511600ae4a79e259c9e7c75c3be50bf5201e08915a76ca5571 SHA512 b56fb81f1055ab66868084edb89775ec87f40ee45563531bf4661ee65656e777b388856e691740af60b4a3891e872683768ac590a78fda2fed9173e613aa7263
+DIST asteval-0.9.28.gh.tar.gz 39784 BLAKE2B 99c74b7d9f01de07dc568a5276852e66dd6c520c45af91b9471bc6f9485ac50bc20bc96df804188a610bac01e8e34534e8bb157784afd6b1799ca97280e4c5ed SHA512 108652594a0eaaf009b8652ced9000ef7454d8f33fe844e74fb1dd78a2ead42a60d5ba68845c8d9c9d8570a70b5958519a6350d77c66257a7fa18de23802c3b0
diff --git a/dev-python/asteval/asteval-0.9.28.ebuild b/dev-python/asteval/asteval-0.9.28.ebuild
new file mode 100644
index 000000000000..f2a91b2237be
--- /dev/null
+++ b/dev-python/asteval/asteval-0.9.28.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Evaluator of Python expression using ast module"
+HOMEPAGE="
+ https://newville.github.io/asteval/
+ https://github.com/newville/asteval/
+ https://pypi.org/project/asteval/
+"
+SRC_URI="
+ https://github.com/newville/asteval/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_test() {
+ epytest -o addopts=
+}
next reply other threads:[~2022-11-08 5:55 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-08 5:55 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-20 5:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/asteval/ Michał Górny
2024-09-30 4:04 Michał Górny
2024-09-30 4:04 Michał Górny
2024-09-15 2:22 Michał Górny
2024-09-13 13:47 Michał Górny
2024-09-13 13:47 Michał Górny
2024-08-02 4:50 Michał Górny
2024-08-02 4:50 Michał Górny
2024-07-12 2:33 Michał Górny
2024-07-05 18:03 Pacho Ramos
2024-07-02 6:58 Michał Górny
2024-07-02 6:58 Michał Górny
2024-05-24 4:03 Michał Górny
2024-05-17 14:31 Michał Górny
2024-05-17 14:26 Michał Górny
2024-03-04 6:31 Michał Górny
2023-07-24 11:30 Michał Górny
2023-07-17 7:34 Michał Górny
2023-06-19 4:58 Michał Górny
2023-06-19 4:58 Michał Górny
2023-02-12 4:43 Michał Górny
2023-02-12 4:43 Michał Górny
2022-11-14 4:34 Michał Górny
2022-06-16 8:04 Michał Górny
2022-05-25 7:12 Michał Górny
2022-05-18 10:47 Andrew Ammerlaan
2022-05-16 12:55 Michał Górny
2022-01-16 18:05 Arthur Zamarin
2021-07-08 12:34 Pacho Ramos
2021-06-22 16:25 Pacho Ramos
2021-06-22 5:54 Michał Górny
2021-02-27 8:09 Michał Górny
2021-02-14 14:58 Pacho Ramos
2021-02-12 9:09 Michał Górny
2021-02-12 9:09 Michał Górny
2021-01-22 21:56 Pacho Ramos
2021-01-22 21:56 Pacho Ramos
2020-06-07 10:45 Pacho Ramos
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=1667886933.bbae9a3975b6c9a559b2f8972e634bacb6549ded.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