From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31F331382C5 for ; Fri, 12 Feb 2021 09:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E6CAE09C3; Fri, 12 Feb 2021 09:09:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56438E09C3 for ; Fri, 12 Feb 2021 09:09:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15016341048 for ; Fri, 12 Feb 2021 09:09:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C6244C4 for ; Fri, 12 Feb 2021 09:09:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1613120984.ff22d5989e739c383689aa12b1a2d87077315968.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asteval/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asteval/Manifest dev-python/asteval/asteval-0.9.22.ebuild X-VCS-Directories: dev-python/asteval/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ff22d5989e739c383689aa12b1a2d87077315968 X-VCS-Branch: master Date: Fri, 12 Feb 2021 09:09:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18f976a0-b819-4245-bfe0-7950eaf2e920 X-Archives-Hash: 28f0a18bd9f2eb0dfc7776e04e96b581 commit: ff22d5989e739c383689aa12b1a2d87077315968 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 12 08:17:45 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 12 09:09:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff22d598 dev-python/asteval: Bump to 0.9.22 Signed-off-by: Michał Górny gentoo.org> dev-python/asteval/Manifest | 1 + dev-python/asteval/asteval-0.9.22.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/asteval/Manifest b/dev-python/asteval/Manifest index 8069410e728..efef88ff0c2 100644 --- a/dev-python/asteval/Manifest +++ b/dev-python/asteval/Manifest @@ -1 +1,2 @@ DIST asteval-0.9.21.tar.gz 54203 BLAKE2B c5232b41cc73184f4a9d21e257d4c517662e7a7e5c6beed0d0a1f46572310263b5370ea455f2d0640410cecd7e3b8a7686a56931fa61c3294a57a2e5ea984336 SHA512 b2930963641486f208c629300f70e41924aa59bd9c64f767ed5a4db0a39e79c02a02fed48eb0e113fb6e3fc594973c9d0afa56d768ac627758a096b1c4fe6030 +DIST asteval-0.9.22.tar.gz 55120 BLAKE2B 5712e72f69e3d48df6a6ac33e3bf87517525efb3907cb954d5a4427b4d41aac5bdfbf71376967633d36574a845c40bbeb391d2ef0a2deef280235c468732e80d SHA512 0c6e0d1273fd9794828e006c56d243e2afbf336314dad9ccc95f40b790851460beb42400defbf4ee09eb7d65532b499a762b4b19c3102bbe6d2553a3a6debb37 diff --git a/dev-python/asteval/asteval-0.9.22.ebuild b/dev-python/asteval/asteval-0.9.22.ebuild new file mode 100644 index 00000000000..e3e5e94c950 --- /dev/null +++ b/dev-python/asteval/asteval-0.9.22.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +DESCRIPTION="Evaluator of Python expression using ast module" +HOMEPAGE="https://newville.github.io/asteval/ https://github.com/newville/asteval" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +distutils_enable_tests pytest