mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
vulners: drop 1.5.2 — deprecated API
This commit is contained in:
parent
a285bbdb5a
commit
fb6ee367ec
2 changed files with 0 additions and 25 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST vulners-1.5.2.tar.gz 26025 BLAKE2B f6079bcba996a552a5766b0b51eab7ca0a2fb269f81563a8363ec86b9304a1bb984abc6e8d6adeddd8086d8fa6879f7dca648547cc087b7c858c25001e5310a5 SHA512 01ce337cb930cf6820fdf3c6bb9595504c9182127b8ab8baee1457d38735a4283739da0168b07d49ff9db55615225ca38ed7793b1d9ca2847b01be9583f4f539
|
||||
DIST vulners-1.5.4.tar.gz 27166 BLAKE2B 8c2e53d876f5895513128a2fa7919c1e80a7b599a68f84241d9c6a9adf9da18137f3e09491680f6067a4f2fe41376b2740a2fa07d7195b0cd7f8527185fd4d85 SHA512 490ec29157c76d04d34d9c865d2004df43ed9c0c0d55d96d53f6f2abbdaa6341b84e3d93f0cb6790a8a393d8455fa5e4cfcfc7cd67ed6589548a5ca508d03bec
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
# 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}]"
|
||||
Loading…
Reference in a new issue