dev-python/safety: treeclean

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
Oz Tiram
2025-05-08 22:19:08 +02:00
parent 6301754bad
commit ca357b211e
3 changed files with 0 additions and 58 deletions

View File

@@ -1 +0,0 @@
DIST safety-3.4.0.tar.gz 266285 BLAKE2B 4675c124a792464c4d7a1f848b81a8b038a671be27a62841109d7039ad3e13813ec4ba2597b0fdd85e48513fe40d8c2453def1434a47cd5d7cd9827254e54064 SHA512 c71ce6d0009dac450d3f0de6da338ca3f385e54327902083a4b5d8fb70d4a88cde01bee0fe378238e33326e259a4b09e0a61a8b7a8192068d786863d8374822a

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<name>Oz Tiram</name>
<email>oz.tiram@gmail.com</email>
</maintainer>
<maintainer type="project" proxied="proxy">
<name>Proxy Maintainers</name>
<email>proxy-maint@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="pypi">safety</remote-id>
<remote-id type="github">pyupio/safety</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,41 +0,0 @@
# Copyright 2025
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_11 python3_12 )
DISTUTILS_USE_PEP517="hatchling"
inherit distutils-r1 pypi
DESCRIPTION="Scan dependencies for known vulnerabilities and licenses."
HOMEPAGE="https://safetycli.com"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-python/authlib-1.2.0[${PYTHON_USEDEP}]
>=dev-python/click-8.0.2[${PYTHON_USEDEP}]
>=dev-python/dparse-0.6.4[${PYTHON_USEDEP}]
>=dev-python/filelock-3.16.1[${PYTHON_USEDEP}]
>=dev-python/jinja2-3.1.0[${PYTHON_USEDEP}]
>=dev-python/marshmallow-3.15.0[${PYTHON_USEDEP}]
>=dev-python/packaging-21.0[${PYTHON_USEDEP}]
>=dev-python/psutil-6.1.0[${PYTHON_USEDEP}]
>=dev-python/pydantic-2.6.0[${PYTHON_USEDEP}]
<dev-python/pydantic-2.10.7[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/httpx[${PYTHON_USEDEP}]
dev-python/tenacity[${PYTHON_USEDEP}]
~dev-python/safety-schemas-0.0.14[${PYTHON_USEDEP}]
>=dev-python/setuptools-65.5.1[${PYTHON_USEDEP}]
>=dev-python/typer-0.12.1[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.7.1[${PYTHON_USEDEP}]
>=dev-python/nltk-3.9[${PYTHON_USEDEP}]
dev-python/tomlkit[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"