From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asteval/
Date: Thu, 8 Jul 2021 12:34:39 +0000 (UTC) [thread overview]
Message-ID: <1625747194.e6cf2cb4f0e3adc308544fe20f0a1014ef1642ce.pacho@gentoo> (raw)
commit: e6cf2cb4f0e3adc308544fe20f0a1014ef1642ce
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 12:26:34 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 12:26:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cf2cb4
dev-python/asteval: Drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-python/asteval/Manifest | 4 ----
dev-python/asteval/asteval-0.9.21.ebuild | 17 -----------------
dev-python/asteval/asteval-0.9.22.ebuild | 17 -----------------
dev-python/asteval/asteval-0.9.23.ebuild | 17 -----------------
dev-python/asteval/asteval-0.9.24.ebuild | 17 -----------------
5 files changed, 72 deletions(-)
diff --git a/dev-python/asteval/Manifest b/dev-python/asteval/Manifest
index 086ac200a28..c717992768e 100644
--- a/dev-python/asteval/Manifest
+++ b/dev-python/asteval/Manifest
@@ -1,5 +1 @@
-DIST asteval-0.9.21.tar.gz 54203 BLAKE2B c5232b41cc73184f4a9d21e257d4c517662e7a7e5c6beed0d0a1f46572310263b5370ea455f2d0640410cecd7e3b8a7686a56931fa61c3294a57a2e5ea984336 SHA512 b2930963641486f208c629300f70e41924aa59bd9c64f767ed5a4db0a39e79c02a02fed48eb0e113fb6e3fc594973c9d0afa56d768ac627758a096b1c4fe6030
-DIST asteval-0.9.22.tar.gz 55120 BLAKE2B 5712e72f69e3d48df6a6ac33e3bf87517525efb3907cb954d5a4427b4d41aac5bdfbf71376967633d36574a845c40bbeb391d2ef0a2deef280235c468732e80d SHA512 0c6e0d1273fd9794828e006c56d243e2afbf336314dad9ccc95f40b790851460beb42400defbf4ee09eb7d65532b499a762b4b19c3102bbe6d2553a3a6debb37
-DIST asteval-0.9.23.tar.gz 55239 BLAKE2B 447599078a877784c35b7bdb96f81382139f8a93d72e660658386867b0eb37e04a22ac7ba9d6afbef1a55d35ca38a63fef60e1e1382e9740694b1e94ddcc7e7b SHA512 b2755b4dbefff1e481558f886cc5724d9a6a953b145736afab237e16f7718d48d1f8f98a0b7355c5e871f8ed0862b60bd6a4d99554a5e0fd0875f9cfdfcbce55
-DIST asteval-0.9.24.tar.gz 39523 BLAKE2B c0bfecf7b74e07d32e2117bb68d0480bff4037f7ce9891352d10b29f765e3922d0f60eae66e0091e35d55a32bc6199b5949292477cd2a8b73fd3ea80ff8babaf SHA512 1bedd09aef521cf63d98a55861b983233bca297fbf4a38a1522b68808593447156748698b653a3b82451d953ada2694c3dc1520efc4ff8c6f26607645b539af6
DIST asteval-0.9.25.tar.gz 39473 BLAKE2B c726cc4499b71534e981eb344f424af897fb397a9b60be9a1635598a354805b77429b14939f653a7c37a1ad16f26673b718e9caf796a8f06b535cc468496c385 SHA512 16601ebd84a1f6fb48c51279c9d3ae513d0b98c0407d0301bddda941b04951eeca041ccf6f6801bad194b9d3f719044efef446cd91444ea07ebab4d8b763c81f
diff --git a/dev-python/asteval/asteval-0.9.21.ebuild b/dev-python/asteval/asteval-0.9.21.ebuild
deleted file mode 100644
index e3e5e94c950..00000000000
--- a/dev-python/asteval/asteval-0.9.21.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
diff --git a/dev-python/asteval/asteval-0.9.22.ebuild b/dev-python/asteval/asteval-0.9.22.ebuild
deleted file mode 100644
index 9b942b30058..00000000000
--- a/dev-python/asteval/asteval-0.9.22.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-distutils_enable_tests pytest
diff --git a/dev-python/asteval/asteval-0.9.23.ebuild b/dev-python/asteval/asteval-0.9.23.ebuild
deleted file mode 100644
index 9b942b30058..00000000000
--- a/dev-python/asteval/asteval-0.9.23.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-distutils_enable_tests pytest
diff --git a/dev-python/asteval/asteval-0.9.24.ebuild b/dev-python/asteval/asteval-0.9.24.ebuild
deleted file mode 100644
index e44fd6fbb18..00000000000
--- a/dev-python/asteval/asteval-0.9.24.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-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="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-distutils_enable_tests pytest
next reply other threads:[~2021-07-08 12:34 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-08 12:34 Pacho Ramos [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-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-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=1625747194.e6cf2cb4f0e3adc308544fe20f0a1014ef1642ce.pacho@gentoo \
--to=pacho@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