dev-python: drop unused deps

This commit is contained in:
Yury Martynov 2020-03-02 10:35:03 +03:00
parent 33d8e23ab8
commit 716efa5ba7
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
4 changed files with 0 additions and 50 deletions

View file

@ -1,25 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 git-r3
DESCRIPTION="Fast multi-keyword search engine for text strings"
HOMEPAGE="https://github.com/scoder/acora"
SRC_URI=""
EGIT_REPO_URI="https://github.com/scoder/acora.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/acora"
S="${WORKDIR}/${PN}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"

View file

@ -1 +0,0 @@
DIST backcall-0.1.0.tar.gz 9690 BLAKE2B 975944b508a4488cd78620b2f6efa8b0ebd7404966db5a53e409000c11641c979abb269289d3e570d01dc50961c881fe80ebbc2c6b79a01ce563d4e3f855af63 SHA512 359c483fbc8998fc2420daee2a6af7566c47fb03f64e465aa226589a2f98a4b219ab5e5b90e5f677087827a1ac658c02ec3062e9ffe9ac1ebfd9db3bb40339cd

View file

@ -1,23 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Backwards compatible callback APIs"
HOMEPAGE="https://github.com/takluyver/backcall"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -330,7 +330,6 @@ dev-python/pylnk3
~dev-python/javalang-0.12.0
#~dev-util/frida-tools-1.2.3
~dev-python/backcall-0.1.0
# required by pwntools (argument)
=dev-python/intervaltree-3.0*