From 9c572b23bc56215e9d24d375ddd293982c07dc08 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 24 Oct 2023 08:38:03 +0100 Subject: gentoo auto-resync : 24:10:2023 - 08:38:03 --- dev-python/jschema-to-python/Manifest | 3 +++ .../jschema-to-python-1.2.3-r1.ebuild | 30 ++++++++++++++++++++++ dev-python/jschema-to-python/metadata.xml | 12 +++++++++ 3 files changed, 45 insertions(+) create mode 100644 dev-python/jschema-to-python/Manifest create mode 100644 dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild create mode 100644 dev-python/jschema-to-python/metadata.xml (limited to 'dev-python/jschema-to-python') diff --git a/dev-python/jschema-to-python/Manifest b/dev-python/jschema-to-python/Manifest new file mode 100644 index 000000000000..39b66bf5f9ec --- /dev/null +++ b/dev-python/jschema-to-python/Manifest @@ -0,0 +1,3 @@ +DIST jschema_to_python-1.2.3.tar.gz 10061 BLAKE2B e6d16ce5950cf787bc2073c5470c304f8d10bf97fdcc53f4ec2dd00f7cc5d6ec1308ef0813ef3eaf5b98a5cd018b43f3ca30abba441c5b1cb9a02783aa596f22 SHA512 e7e37612573e2f5cf96df6fe7206ecf31c83993e40877b0587df2a42ef2f2ae192e4f8442d40cdfb728c27fca880ae5bb427935fa7b0bbd9fadbb9a643c3c1f0 +EBUILD jschema-to-python-1.2.3-r1.ebuild 660 BLAKE2B d9c59b9ff77ba0f58d4fecf9a72ca95d231ba40f549a4ab7c0131a2d052bfaa5847e6027bf53e003bc42b05c139f8b573fe4422137ccc87c96839eeea7d9188b SHA512 fb046b65d0e1addb48ef897c7142f4959489fbc36ea2645b59c188e1f2cb0c1b855ab7d400966524e85ef1e804a393bd8300981cf6beacea0f36b42e7b71c59d +MISC metadata.xml 390 BLAKE2B a58571973b73ec3b26585f7c5cb74b154641c233c69c98994f2681b095201b65720db0a261239997ed820a0a2320c541ef4afadf37ea37cb29eb1f201c7a4973 SHA512 8daf722689f93c63525df31433a257bf2cd6b0be36e15ecf2fe71aadbbdf1d772b1be7f96b6c9d03f1db8d035c514a99ec7ed4e3e1790216b6b7755d991883c9 diff --git a/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild new file mode 100644 index 000000000000..d123bb88d2c1 --- /dev/null +++ b/dev-python/jschema-to-python/jschema-to-python-1.2.3-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 pypi + +DESCRIPTION="Generate source code for Python classes from a JSON schema" +HOMEPAGE=" + https://pypi.org/project/jschema-to-python/ + https://github.com/microsoft/jschema-to-python/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" + +RDEPEND=" + dev-python/attrs[${PYTHON_USEDEP}] + dev-python/jsonpickle[${PYTHON_USEDEP}] + dev-python/pbr[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/pbr[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/jschema-to-python/metadata.xml b/dev-python/jschema-to-python/metadata.xml new file mode 100644 index 000000000000..61b1962fbb79 --- /dev/null +++ b/dev-python/jschema-to-python/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + jschema-to-python + microsoft/jschema-to-python + + -- cgit v1.2.3