summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-28 10:08:17 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-28 10:08:17 +0200
commit71f5dc0f94fffa3fad00250619f91184a390e02d (patch)
tree3921cee48552a23ecd9c2b0cb458281fce4083f8
parentdev-python/testresources: Remove old (diff)
downloadgentoo-71f5dc0f94fffa3fad00250619f91184a390e02d.tar.gz
gentoo-71f5dc0f94fffa3fad00250619f91184a390e02d.tar.bz2
gentoo-71f5dc0f94fffa3fad00250619f91184a390e02d.zip
dev-python/beniget: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/beniget/beniget-0.4.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/beniget/beniget-0.4.1.ebuild b/dev-python/beniget/beniget-0.4.1.ebuild
deleted file mode 100644
index 8d7b67ff331b..000000000000
--- a/dev-python/beniget/beniget-0.4.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Extract semantic information about static Python code"
-HOMEPAGE="
- https://pypi.org/project/beniget/
- https://github.com/serge-sans-paille/beniget/"
-SRC_URI="
- https://github.com/serge-sans-paille/beniget/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
-
-RDEPEND="=dev-python/gast-0.5*[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py