commit:     311ad3e1fd7f0cc02cd55190d0b29e113109fc10
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 05:04:03 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 06:58:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311ad3e1

dev-python/asteval: Remove old

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

 dev-python/asteval/Manifest              |  1 -
 dev-python/asteval/asteval-0.9.32.ebuild | 36 --------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/asteval/Manifest b/dev-python/asteval/Manifest
index 0cdc6fd849e3..eed5bfe5def7 100644
--- a/dev-python/asteval/Manifest
+++ b/dev-python/asteval/Manifest
@@ -1,2 +1 @@
-DIST asteval-0.9.32.gh.tar.gz 54542 BLAKE2B 
367c25c6099538e7457aa17a7224bb3112558a7183f948dcec01fe5cb6ef689e9fc6ef34a1c45cd668c84b8d7647e55c15457d34f5aeb5885b03515730ad03d1
 SHA512 
b8975cedff0680c4581b1a2053b4d7f55cd0fa6e970dfc65c21047f9c919c2fd44ff0a747e1a1cf97ddb69212f564e8d2d1dc705f864563f21684c68c98b5a8c
 DIST asteval-0.9.33.gh.tar.gz 54562 BLAKE2B 
d9745db2625da974ab51fe01150caf314772a92774c9cc5cb656811edfc80754e1708a296df461812dae949a208f3afd8acd0dff55612ab6d470f03c7035a6dc
 SHA512 
fe817a5f8f208a06f1bf9521ccdda852ecb21cb8a15e2496c9acbc16a2260cd363205d02d34b2296d76a21755a5470d999448ee788dfec4d66ac8f0062d5c40d

diff --git a/dev-python/asteval/asteval-0.9.32.ebuild 
b/dev-python/asteval/asteval-0.9.32.ebuild
deleted file mode 100644
index 5162e3ac4666..000000000000
--- a/dev-python/asteval/asteval-0.9.32.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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..13} )
-
-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=
-}

Reply via email to