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/asteval/
Date: Mon,  4 Mar 2024 06:31:30 +0000 (UTC)	[thread overview]
Message-ID: <1709533881.36b0dde030d9df212452c2711321cf620ac7a509.mgorny@gentoo> (raw)

commit:     36b0dde030d9df212452c2711321cf620ac7a509
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 06:23:50 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 06:31:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b0dde0

dev-python/asteval: Bump to 0.9.32

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

 dev-python/asteval/Manifest              |  1 +
 dev-python/asteval/asteval-0.9.32.ebuild | 36 ++++++++++++++++++++++++++++++++
 dev-python/asteval/metadata.xml          |  2 +-
 3 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/dev-python/asteval/Manifest b/dev-python/asteval/Manifest
index 87e55d9fc935..b161e448f2d4 100644
--- a/dev-python/asteval/Manifest
+++ b/dev-python/asteval/Manifest
@@ -1 +1,2 @@
 DIST asteval-0.9.31.gh.tar.gz 54667 BLAKE2B 9bb4ac81118d5fdf2b7437cb64a571e91f44e34ea17ab9eb55201f9edf7c18e7736b7dbdaf2bdac3e83e28c55fe3f869f01ac3ab9d41b15c043de52227c064f8 SHA512 af70363eba0a08dd91d05faf2ac83020f9e89b927dba8752e5bf00ad3b887cf7b57cdf4c64b231d484d55796a9d203af4fb9860ceac3dbd5d8855baf7ffb1417
+DIST asteval-0.9.32.gh.tar.gz 54542 BLAKE2B 367c25c6099538e7457aa17a7224bb3112558a7183f948dcec01fe5cb6ef689e9fc6ef34a1c45cd668c84b8d7647e55c15457d34f5aeb5885b03515730ad03d1 SHA512 b8975cedff0680c4581b1a2053b4d7f55cd0fa6e970dfc65c21047f9c919c2fd44ff0a747e1a1cf97ddb69212f564e8d2d1dc705f864563f21684c68c98b5a8c

diff --git a/dev-python/asteval/asteval-0.9.32.ebuild b/dev-python/asteval/asteval-0.9.32.ebuild
new file mode 100644
index 000000000000..db9c4073802e
--- /dev/null
+++ b/dev-python/asteval/asteval-0.9.32.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Evaluator of Python expression using ast module"
+HOMEPAGE="
+	https://lmfit.github.io/asteval/
+	https://github.com/lmfit/asteval/
+	https://pypi.org/project/asteval/
+"
+SRC_URI="
+	https://github.com/lmfit/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=
+}

diff --git a/dev-python/asteval/metadata.xml b/dev-python/asteval/metadata.xml
index 2a634211c954..b6cd0e636df0 100644
--- a/dev-python/asteval/metadata.xml
+++ b/dev-python/asteval/metadata.xml
@@ -9,7 +9,7 @@
 		<name>Python</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">newville/asteval</remote-id>
+		<remote-id type="github">lmfit/asteval</remote-id>
 		<remote-id type="pypi">asteval</remote-id>
 	</upstream>
 </pkgmetadata>


             reply	other threads:[~2024-03-04  6:31 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-04  6:31 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-30  4:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/asteval/ 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
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-11-08  5:55 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=1709533881.36b0dde030d9df212452c2711321cf620ac7a509.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