From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/
Date: Fri, 2 Sep 2022 15:18:04 +0000 (UTC) [thread overview]
Message-ID: <1662131828.e3c331fefc0ffd90be24de6d9f33aede5346a7ff.arthurzam@gentoo> (raw)
commit: e3c331fefc0ffd90be24de6d9f33aede5346a7ff
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 2 14:53:40 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 15:17:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c331fe
dev-python/jsonschema-spec: new package, add 0.1.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/jsonschema-spec/Manifest | 1 +
.../jsonschema-spec/jsonschema-spec-0.1.1.ebuild | 36 ++++++++++++++++++++++
dev-python/jsonschema-spec/metadata.xml | 13 ++++++++
3 files changed, 50 insertions(+)
diff --git a/dev-python/jsonschema-spec/Manifest b/dev-python/jsonschema-spec/Manifest
new file mode 100644
index 000000000000..738a8b87f272
--- /dev/null
+++ b/dev-python/jsonschema-spec/Manifest
@@ -0,0 +1 @@
+DIST jsonschema-spec-0.1.1.gh.tar.gz 21747 BLAKE2B 441f34c62da2d22699379035e20f2ed78a974413ea9c2f80b753cc2b41d978351c69aaa50750139e622d075c4c3979dc43b888bea111a0f4b31fa9d37822a1fa SHA512 b1bdd03c6fc022877d0801d859abe0dd19e066afe2a1eab6c650a8741a50473e74945ddde429508e5dccf379a84b25fbd60c49fdc310aa770bed52b63e60e397
diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.1.ebuild b/dev-python/jsonschema-spec/jsonschema-spec-0.1.1.ebuild
new file mode 100644
index 000000000000..fd24a7a9a068
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+ https://pypi.org/project/jsonschema-spec/
+ https://github.com/p1c2u/jsonschema-spec
+"
+SRC_URI="
+ https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
+ dev-python/pathable[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+ dev-python/pathable[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ sed -e '/--cov/d' -i pyproject.toml || die
+ distutils-r1_src_prepare
+}
diff --git a/dev-python/jsonschema-spec/metadata.xml b/dev-python/jsonschema-spec/metadata.xml
new file mode 100644
index 000000000000..1559254c1a65
--- /dev/null
+++ b/dev-python/jsonschema-spec/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">jsonschema-spec</remote-id>
+ <remote-id type="github">p1c2u/jsonschema-spec</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2022-09-02 15:18 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-02 15:18 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-02 17:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema-spec/ Arthur Zamarin
2022-09-02 19:30 Jakov Smolić
2022-09-03 21:39 Jakov Smolić
2022-09-16 6:36 Arthur Zamarin
2022-09-16 6:36 Arthur Zamarin
2022-09-22 10:29 Michał Górny
2022-10-08 12:26 Sam James
2022-10-08 12:26 Sam James
2022-10-08 15:15 Michał Górny
2023-02-01 13:18 Michał Górny
2023-03-03 18:50 Arthur Zamarin
2023-03-03 19:16 Michał Górny
2023-03-17 13:33 Michał Górny
2023-04-16 17:10 Arthur Zamarin
2023-04-16 18:56 Michał Górny
2023-06-11 5:18 Michał Górny
2023-06-12 11:37 Michał Górny
2023-06-12 15:44 Michał Górny
2023-06-13 4:30 Michał Górny
2023-06-13 5:12 Michał Górny
2023-06-13 9:04 Yixun Lan
2023-06-16 4:05 Michał Górny
2023-07-09 3:26 Michał Górny
2023-07-09 4:37 Sam James
2023-07-09 12:48 Michał Górny
2023-08-13 6:37 Joonas Niilola
2023-08-13 16:08 Arthur Zamarin
2023-08-13 16:10 Arthur Zamarin
2023-08-17 8:36 Michał Górny
2023-09-10 5:27 WANG Xuerui
2023-09-14 5:27 WANG Xuerui
2023-09-16 22:58 Sam James
2023-09-17 5:07 Arthur Zamarin
2023-09-17 5:07 Arthur Zamarin
2023-09-17 5:07 Arthur Zamarin
2023-09-17 5:15 Arthur Zamarin
2023-09-17 11:29 Michał Górny
2023-10-24 17:51 Michał Górny
2023-11-09 21:12 Arthur Zamarin
2024-02-08 16:12 Michał Górny
2024-06-12 19:32 Michał Górny
2025-02-28 13:18 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1662131828.e3c331fefc0ffd90be24de6d9f33aede5346a7ff.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox