mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
29 lines
608 B
Bash
29 lines
608 B
Bash
# 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="Schemas for Safety tools"
|
|
|
|
HOMEPAGE="https://pypi.org/project/safety-schemas/"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
DEPEND="
|
|
<dev-python/pydantic-2.11[${PYTHON_USEDEP}]
|
|
>=dev-python/dparse-0.6.4[${PYTHON_USEDEP}]
|
|
>=dev-python/ruamel-yaml-0.17.21[${PYTHON_USEDEP}]
|
|
>=dev-python/packaging-21.0[${PYTHON_USEDEP}]
|
|
>=dev-python/typing-extensions-4.7.1[${PYTHON_USEDEP}]
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|