pentoo-overlay/dev-python/vulndb/vulndb-0.0.19.ebuild
2016-01-10 04:38:03 -06:00

24 lines
517 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python SDK to access the vulnerability database"
HOMEPAGE="https://github.com/vulndb/python-sdk/"
SRC_URI="https://pypi.python.org/packages/source/v/vulndb/vulndb-0.0.19.tar.gz"
LICENSE="BSD-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-python/nose
dev-python/pylint
>=dev-python/setuptools-git-1.1
"
RDEPEND="${DEPEND}"