vulners: drop deprecated 1.5.0

This commit is contained in:
Yury Martynov 2019-10-08 01:33:54 +03:00
parent 95aa4e0e6a
commit 0734bd33cc
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 0 additions and 25 deletions

View file

@ -1,2 +1 @@
DIST vulners-1.5.0.tar.gz 25657 BLAKE2B 05f45f3963c1ac125b506577237c9a3f6dc02a128cc81a1ff30c171a4a79644d3554f5dfb03ad6b1957634e1113f6f7207035e1be193feab536a54c2ad7feaa3 SHA512 c45c7cf05b66aec2f1c5f5b23af03304846ccc0ab52de651b884dada451823de1058703359b79f4524dbc6e4b35aee49e3972bee6ef1b1dac56d5da9b2ce9963
DIST vulners-1.5.2.tar.gz 26025 BLAKE2B f6079bcba996a552a5766b0b51eab7ca0a2fb269f81563a8363ec86b9304a1bb984abc6e8d6adeddd8086d8fa6879f7dca648547cc087b7c858c25001e5310a5 SHA512 01ce337cb930cf6820fdf3c6bb9595504c9182127b8ab8baee1457d38735a4283739da0168b07d49ff9db55615225ca38ed7793b1d9ca2847b01be9583f4f539

View file

@ -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}]"