summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-31 22:49:16 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-31 22:53:31 +0200
commit1c0748525135aee0c7063f838cc82482e5d8f021 (patch)
tree3d1f0701bad92e30499f504518e85f92d3ce9676 /net-analyzer/python-gvm/python-gvm-1.1.0.ebuild
parentnet-analyzer/prelude-correlator: Remove old (diff)
downloadgentoo-1c0748525135aee0c7063f838cc82482e5d8f021.tar.gz
gentoo-1c0748525135aee0c7063f838cc82482e5d8f021.tar.bz2
gentoo-1c0748525135aee0c7063f838cc82482e5d8f021.zip
net-analyzer/python-gvm: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/python-gvm/python-gvm-1.1.0.ebuild')
-rw-r--r--net-analyzer/python-gvm/python-gvm-1.1.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild
deleted file mode 100644
index 88f993c947ee..000000000000
--- a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="Greenbone Vulnerability Management Python Library"
-HOMEPAGE="https://www.greenbone.net/en/"
-SRC_URI="https://github.com/greenbone/python-gvm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/defusedxml[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/paramiko[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- distutils-r1_python_prepare_all
- # Exlude tests & docs to fix build issue
- sed \
- -e "s/packages=find_packages(exclude=.*/packages=find_packages(exclude=['tests*', 'docs']),/g" \
- -i "${S}"/setup.py || die
-}