diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-07 01:42:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-07 01:42:27 +0000 |
| commit | 1be0fb66ba5800690940ae50caae34886becb6d2 (patch) | |
| tree | cc25edc6b9b677e75173b4ef42b512eb16991874 /dev-python/jschema_to_python | |
| parent | 14176abc3efdac10ec64b5ca283112d1e78a2cc0 (diff) | |
| download | baldeagleos-repo-1be0fb66ba5800690940ae50caae34886becb6d2.tar.gz baldeagleos-repo-1be0fb66ba5800690940ae50caae34886becb6d2.tar.xz baldeagleos-repo-1be0fb66ba5800690940ae50caae34886becb6d2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/jschema_to_python')
| -rw-r--r-- | dev-python/jschema_to_python/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild | 26 | ||||
| -rw-r--r-- | dev-python/jschema_to_python/metadata.xml | 12 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/jschema_to_python/Manifest b/dev-python/jschema_to_python/Manifest new file mode 100644 index 000000000000..da7796f56a79 --- /dev/null +++ b/dev-python/jschema_to_python/Manifest @@ -0,0 +1 @@ +DIST jschema_to_python-1.2.3.tar.gz 10061 BLAKE2B e6d16ce5950cf787bc2073c5470c304f8d10bf97fdcc53f4ec2dd00f7cc5d6ec1308ef0813ef3eaf5b98a5cd018b43f3ca30abba441c5b1cb9a02783aa596f22 SHA512 e7e37612573e2f5cf96df6fe7206ecf31c83993e40877b0587df2a42ef2f2ae192e4f8442d40cdfb728c27fca880ae5bb427935fa7b0bbd9fadbb9a643c3c1f0 diff --git a/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild b/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild new file mode 100644 index 000000000000..234bf8681163 --- /dev/null +++ b/dev-python/jschema_to_python/jschema_to_python-1.2.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +inherit distutils-r1 + +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/" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +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..d05a4b0137af --- /dev/null +++ b/dev-python/jschema_to_python/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="pypi">jschema-to-python</remote-id> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file |
