vulners-3.1.6.ebuild

This commit is contained in:
Anton Bolshakov 2026-02-22 18:08:52 +08:00
parent 14fdfacda5
commit 92d75561a0
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 13 additions and 9 deletions

View file

@ -1 +1 @@
DIST vulners-1.5.5.tar.gz 27193 BLAKE2B 4e4388f7e0f5fc5eb4e332651e0dbca39895cbd5c707ef398ec1650fceb3655888b51e224f8e3c4e6fec8754065bd26d6f11000805457c4fd9a2617fa273f056 SHA512 32bca0e212b19bcdf25afd235b02e51bd7ae4a961b1df790bc3df828fce4c2953956bc945016604abf40481fa5e44ef205ead385b1839285a9d0654266531922
DIST vulners-3.1.6.tar.gz 26265 BLAKE2B 06c0a1e85f3b7c4b1496dc5e598de20b9ca0027b8205e81325c06ae100efb6b4a2adb2a85033a917abe95534b4747526594a273152edf2ecc6bc957f1e0c2c89 SHA512 09ec62467608195c1f1763569566c5c5195f7a488cc913ad08255ea477e813c9e5e674071a641ac9a16b8a15b8f6dc3582f6d570b737df0ce8a041c0221aa4c2

View file

@ -5,4 +5,8 @@
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
<upstream>
<remote-id type="github">vulnersCom/api</remote-id>
<remote-id type="pypi">vulners</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,22 +1,22 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python API wrapper for the Vulners Database"
HOMEPAGE="https://github.com/vulnersCom/api"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="amd64 ~arm ~x86"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm ~x86"
RDEPEND="${PYTHON_DEPS}
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]"
>=dev-python/httpx-0.28.1[${PYTHON_USEDEP}]
>=dev-python/orjson-3.10.18[${PYTHON_USEDEP}]
>=dev-python/pydantic-2.11.4[${PYTHON_USEDEP}]
"