diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-07 16:00:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-07 16:00:22 +0100 |
commit | cf624ea26e77e45c462f926d651dbdb07f08e937 (patch) | |
tree | ce72e806ef5a2696e62b538f6f5b5754c4e3f550 /dev-python/stack_data | |
parent | dev-python/chardet: Remove old (diff) | |
download | gentoo-cf624ea26e77e45c462f926d651dbdb07f08e937.tar.gz gentoo-cf624ea26e77e45c462f926d651dbdb07f08e937.tar.bz2 gentoo-cf624ea26e77e45c462f926d651dbdb07f08e937.zip |
dev-python/stack_data: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/stack_data')
-rw-r--r-- | dev-python/stack_data/Manifest | 1 | ||||
-rw-r--r-- | dev-python/stack_data/stack_data-0.6.1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/stack_data/Manifest b/dev-python/stack_data/Manifest index 8d5a66dd371c..49fbecb4576b 100644 --- a/dev-python/stack_data/Manifest +++ b/dev-python/stack_data/Manifest @@ -1,2 +1 @@ -DIST stack_data-0.6.1.tar.gz 43747 BLAKE2B 50b8b69d30504035d210c8276be88339a3261c66ea948dc64456c39d982c920e211df5f85b7db8b9931d754b0e64d0ca3d26f9c3edad3652139095faa4f8a183 SHA512 8cb7621e2c922719081b448c452b51189e6b1d0bfb0bb0b39eebaf4f5dd9ed8812a23f71bd8cf0fdfe154bf183118626fe4e9aa06c2410ada3f7c1a5ddf4c80b DIST stack_data-0.6.2.tar.gz 44146 BLAKE2B 1344b48a597af3df3a00036412c513faa97824f183a4337566a1a8efafcb6ec6597cf5fad3c6d532e8df2173900bdf87d0071efc66a801bd93743a92619fb5dd SHA512 cdc623f8efc2fc4a968fd537c2147f4de90c0878554b3d3d741cf916ae549da8756d6ac943dbdee94721cc6a0c433d04d73e30bccee2b4ec1f5027efc3c9b90d diff --git a/dev-python/stack_data/stack_data-0.6.1.ebuild b/dev-python/stack_data/stack_data-0.6.1.ebuild deleted file mode 100644 index 3f77ce840ff5..000000000000 --- a/dev-python/stack_data/stack_data-0.6.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Extract data from Python tracebacks for informative displays" -HOMEPAGE=" - https://github.com/alexmojaki/stack_data/ - https://pypi.org/project/stack-data/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/asttokens-2.1.0[${PYTHON_USEDEP}] - >=dev-python/executing-1.2.0[${PYTHON_USEDEP}] - dev-python/pure_eval[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/cython[${PYTHON_USEDEP}] - dev-python/typeguard[${PYTHON_USEDEP}] - dev-python/littleutils[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |