mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/safety-schemas: new package, add 0.0.14
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
1
dev-python/safety-schemas/Manifest
Normal file
1
dev-python/safety-schemas/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST safety_schemas-0.0.14.tar.gz 53216 BLAKE2B 50680713a2530275fa2e093fa426cce12cd9ed1f469c27d8d8a4eec0d663c411e71af35f932c9ff4c86bbc00ee78a0b8cc77c50e42fc59848fb1b1da07bc3dad SHA512 47a4bc3cafff9cc8292898eac278d08f08b07c13f12cf55e97ef8b269aea02072483882e11152b339784595e24ebb3861d8818120f6712d2ec4805d3e770be4e
|
||||
15
dev-python/safety-schemas/metadata.xml
Normal file
15
dev-python/safety-schemas/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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="no">
|
||||
<name>Proxy Maintainers</name>
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">safety-schemas</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
28
dev-python/safety-schemas/safety-schemas-0.0.14.ebuild
Normal file
28
dev-python/safety-schemas/safety-schemas-0.0.14.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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}"
|
||||
Reference in New Issue
Block a user