summaryrefslogtreecommitdiff
path: root/dev-python/asteval
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-24 14:55:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-24 14:55:44 +0100
commitb83b16e0f6c963583f6323fe1bb12ecbd11d6f81 (patch)
treed67748047921162af2742c3e1255e3f1421f769b /dev-python/asteval
parent76617568771869151cb2a3f71939719c15dd47a2 (diff)
gentoo auto-resync : 24:07:2023 - 14:55:44
Diffstat (limited to 'dev-python/asteval')
-rw-r--r--dev-python/asteval/Manifest4
-rw-r--r--dev-python/asteval/asteval-0.9.29.ebuild36
-rw-r--r--dev-python/asteval/asteval-0.9.30.ebuild36
3 files changed, 0 insertions, 76 deletions
diff --git a/dev-python/asteval/Manifest b/dev-python/asteval/Manifest
index de11edd4b755..175d0e9d5562 100644
--- a/dev-python/asteval/Manifest
+++ b/dev-python/asteval/Manifest
@@ -1,7 +1,3 @@
-DIST asteval-0.9.29.gh.tar.gz 40010 BLAKE2B 1e2570afefc4ca0abd2a19d3498479a947e1634a550bd14f2efe813e00f3ec37b9f0e417616878a087a110d92474a626ba9b2972f8585f528fa492b99b758f03 SHA512 5afd7fe5349b5611112fc15a980f435e359c5fd81ece77041aed84566703f4621ac360dda2f133f0342a8eefe755820f7544fd5eb8195462cc05281ed0eba5dc
-DIST asteval-0.9.30.gh.tar.gz 43185 BLAKE2B e25e22eef482877c9a5373a8f5e67d3abbe3e31d44015c4d23731da0b7346c41a92a204da7c71e28ecee6d571d5bdba2c56662ae798d17c08a1569170bc78dd0 SHA512 aebc9e9e6b2b071f52df9aae9b85acf92b16e0559f93603e1e7393e17ae789db6253db767d214e9b391020f8a295017fa37d5630eeadb00fdc823b38018e76ab
DIST asteval-0.9.31.gh.tar.gz 54667 BLAKE2B 9bb4ac81118d5fdf2b7437cb64a571e91f44e34ea17ab9eb55201f9edf7c18e7736b7dbdaf2bdac3e83e28c55fe3f869f01ac3ab9d41b15c043de52227c064f8 SHA512 af70363eba0a08dd91d05faf2ac83020f9e89b927dba8752e5bf00ad3b887cf7b57cdf4c64b231d484d55796a9d203af4fb9860ceac3dbd5d8855baf7ffb1417
-EBUILD asteval-0.9.29.ebuild 693 BLAKE2B 1184846d94d967aea832a16717c021aaf5381ef795cb00e277ac69a2ac669e0f3c4e948e5789ebc943d3bc809fe57b8b783afd4e3d301aa2049aa07fc05ef7e1 SHA512 5d74a63ddb98f850a77d58cf0202c000c38760c4884a9db9f92551d1d44978db754d26374666f4fb9e55cefed54da356647780011a2f1d8e839399c0fd16e1c5
-EBUILD asteval-0.9.30.ebuild 694 BLAKE2B 09b73c5bd27a3e22acbacd5f00cb9ba31babda95b2056d150b6764999ea99034ac3fb5e504404ee62a3eaeaa91bbb0e8deb913b578968ed7d474d150ef57f1ad SHA512 100d43a6d64027bd8ab1a229f4e8ebbe81545f3198a0882f426e1d806b0cb14a81d495708a2dc7ae1828fd35a6c2d7bfc98201e14edc0891197bd7abf0c8caac
EBUILD asteval-0.9.31.ebuild 694 BLAKE2B 09b73c5bd27a3e22acbacd5f00cb9ba31babda95b2056d150b6764999ea99034ac3fb5e504404ee62a3eaeaa91bbb0e8deb913b578968ed7d474d150ef57f1ad SHA512 100d43a6d64027bd8ab1a229f4e8ebbe81545f3198a0882f426e1d806b0cb14a81d495708a2dc7ae1828fd35a6c2d7bfc98201e14edc0891197bd7abf0c8caac
MISC metadata.xml 444 BLAKE2B 4e94bb38294deffce8effd2d4faf797d2721aebd5326fdf103ebd0f57bf4a7fce4b5afc2b75241f271d6d8330faa5e830b35e5e13e7fab60e50fd30ffcf1d516 SHA512 8cfb1554f6905e1771c69cc1be2be3d1e4e104c198367e344559a9e1353c68cff99d80543ac0d0c0fd4a55f67dfed6da0682c5651ff7862ce7583928811e78fc
diff --git a/dev-python/asteval/asteval-0.9.29.ebuild b/dev-python/asteval/asteval-0.9.29.ebuild
deleted file mode 100644
index f79129b573db..000000000000
--- a/dev-python/asteval/asteval-0.9.29.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..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=
-}
diff --git a/dev-python/asteval/asteval-0.9.30.ebuild b/dev-python/asteval/asteval-0.9.30.ebuild
deleted file mode 100644
index 9ce6c80225a3..000000000000
--- a/dev-python/asteval/asteval-0.9.30.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 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://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=
-}