Skip to content

Commit

Permalink
vulners: 1.5.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
linxon committed Apr 24, 2019
1 parent 4e386b7 commit 453a610
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/vulners/Manifest
@@ -1 +1,2 @@
DIST vulners-1.4.6.tar.gz 25058 BLAKE2B c21a3858b28997e53c68562073c43e0f3283b134b5ff0475ec5b56566ebdb1f19fdfe8049bff7de29d5089fd3f1573bb9f10c5aaeecb59b5f1924520b71ca244 SHA512 4c5d2dbd6db2fc0a63ff299f3905b90f650f8d1306cc82a38fe8863739dff71fbef486833dce19e6ec3a23af73e67c9cbd89de33fb01ea932dfdabbbd335e63a
DIST vulners-1.5.0.tar.gz 25657 BLAKE2B 05f45f3963c1ac125b506577237c9a3f6dc02a128cc81a1ff30c171a4a79644d3554f5dfb03ad6b1957634e1113f6f7207035e1be193feab536a54c2ad7feaa3 SHA512 c45c7cf05b66aec2f1c5f5b23af03304846ccc0ab52de651b884dada451823de1058703359b79f4524dbc6e4b35aee49e3972bee6ef1b1dac56d5da9b2ce9963
23 changes: 23 additions & 0 deletions dev-python/vulners/vulners-1.5.0.ebuild
@@ -0,0 +1,23 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )

inherit distutils-r1

DESCRIPTION="Python API wrapper for the Vulners Database"
HOMEPAGE="https://github.com/vulnersCom/api"
SRC_URI="https://github.com/vulnersCom/api/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"

LICENSE="GPL-3"
SLOT="0"
IUSE=""

S="${WORKDIR}/api-${PV}"

RDEPEND="${PYTHON_DEPS}
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]"

0 comments on commit 453a610

Please sign in to comment.