mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-24 09:02:48 +01:00
24 lines
517 B
Bash
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}"
|