mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
vulners: 1.4.6, just ask for it https://github.com/pentoo/pentoo-overlay/pull/432
This commit is contained in:
parent
adcfca8597
commit
c67e9552f7
2 changed files with 5 additions and 15 deletions
|
|
@ -1 +1 @@
|
|||
DIST vulners-1.4.6_p20190320.tar.gz 25068 BLAKE2B 030a36e490f042e3eff037a1b805332fd5945e565a3eea5cf4e0f6c4197eb3d1ef0de62d58838f254887c0ea5aeefae9a3140e9d4ab06dea9aca82221f6beb91 SHA512 621eef278e4165969d801376cdd5af5e996131dc86c55a21c36384e60ba9a5dd8531637bf11ee269209e2b3f74e7197641feb2f7b8c223f5adcd7caaedd3ffa5
|
||||
DIST vulners-1.4.6.tar.gz 25058 BLAKE2B c21a3858b28997e53c68562073c43e0f3283b134b5ff0475ec5b56566ebdb1f19fdfe8049bff7de29d5089fd3f1573bb9f10c5aaeecb59b5f1924520b71ca244 SHA512 4c5d2dbd6db2fc0a63ff299f3905b90f650f8d1306cc82a38fe8863739dff71fbef486833dce19e6ec3a23af73e67c9cbd89de33fb01ea932dfdabbbd335e63a
|
||||
|
|
|
|||
|
|
@ -8,25 +8,15 @@ inherit distutils-r1
|
|||
|
||||
DESCRIPTION="Python API wrapper for the Vulners Database"
|
||||
HOMEPAGE="https://github.com/vulnersCom/api"
|
||||
SRC_URI=""
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/vulnersCom/api"
|
||||
KEYWORDS=""
|
||||
else
|
||||
#snapshot
|
||||
HASH_COMMIT="0442fec132d78ef4e829b1c229728b2395261f09"
|
||||
SRC_URI="https://github.com/vulnersCom/api/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/vulnersCom/api/archive/${PV}-Release.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
S="${WORKDIR}/api-${HASH_COMMIT}"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/api-${PV}-Release"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue