dev-python: drop dnsdumpster (unused deps)

This commit is contained in:
Yury Martynov 2020-02-12 09:58:01 +03:00
parent 56209e4a10
commit 6ac98a4576
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 0 additions and 22 deletions

View file

@ -1 +0,0 @@
DIST dnsdumpster-0.5.tar.gz 15404 BLAKE2B b93207eb1fb622ead1bb5989cc1963a6677ff2284641bb3ef5a968671cf4210238ce68c13026e75c2fb8c981380ff753eb34ff1057ff38362c7774b801e7d0ab SHA512 f43bf11854793c802ce78f24edda1275d503332180a81e0c86f372eb403ee1b24791b9b7bd3d102f80d49b055f9b71c3c5ed9a6bcc1a8aa0d934a98025bafd1f

View file

@ -1,21 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Python API for dnsdumpster.com"
HOMEPAGE="https://github.com/PaulSec/API-dnsdumpster.com"
SRC_URI="https://github.com/PaulSec/API-dnsdumpster.com/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
S="${WORKDIR}/API-${PN}.com-${PV}"