public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fastjsonschema/
Date: Thu,  6 May 2021 08:21:56 +0000 (UTC)	[thread overview]
Message-ID: <1620289312.c756115e6687f4895ea14b4078178afa3eabb843.mgorny@gentoo> (raw)

commit:     c756115e6687f4895ea14b4078178afa3eabb843
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 08:06:19 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  6 08:21:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c756115e

dev-python/fastjsonschema: Bump to 2.15.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fastjsonschema/Manifest                 |  1 +
 .../fastjsonschema/fastjsonschema-2.15.1.ebuild    | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/fastjsonschema/Manifest b/dev-python/fastjsonschema/Manifest
index 2ee6693707d..6ce7bcdbe12 100644
--- a/dev-python/fastjsonschema/Manifest
+++ b/dev-python/fastjsonschema/Manifest
@@ -1 +1,2 @@
 DIST python-fastjsonschema-2.15.0.tar.gz 35225 BLAKE2B 43b5dce109b0b25db4906b13223ede61b9f9eee9acb05b207d3cd11e0cc1d3740674c4e29709ce55dca8b4964643942be0959267d0228a71ff8fb535ccc5de17 SHA512 3323c085e79e1a465e807ef972ecd3f09811e232a36abc16d6b2e3e2ac5cc343edf2610e18d18b64fdd555d640c0ef1dd3417e268b5c62738f82680a404a300a
+DIST python-fastjsonschema-2.15.1.tar.gz 35384 BLAKE2B 89b9be7a9dcb8b22634dcfb54abec7b5709805b7087558af93b4cbca3c71a0b876956060aac0d0e7f4467db1bb38e6a587025c1c219613a661fb0d9e656b81e0 SHA512 7eb4d512eac03e258d670f6d448c5aeb74e20f892a08fa84a0412fd9c99cdc6412d4daa74bc09f9fe933a973a81227dae36125766e64f3c5b01106435ca5d70f

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild b/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
new file mode 100644
index 00000000000..a14b649f59d
--- /dev/null
+++ b/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1
+
+MY_P=python-${P}
+DESCRIPTION="Fast JSON schema validator for Python"
+HOMEPAGE="https://github.com/horejsek/python-fastjsonschema/"
+SRC_URI="
+	https://github.com/horejsek/python-fastjsonschema/archive/v${PV}.tar.gz
+		-> ${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+	rm -r tests/benchmarks || die
+}


             reply	other threads:[~2021-05-06  8:22 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-06  8:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06  6:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/fastjsonschema/ Sam James
2024-06-16  5:21 Michał Górny
2024-05-09 17:32 Michał Górny
2024-01-13 10:04 Michał Górny
2024-01-13  9:36 Arthur Zamarin
2023-12-29  4:38 Michał Górny
2023-11-29 10:07 Michał Górny
2023-11-29  9:59 Michał Górny
2023-11-15  5:55 Michał Górny
2023-11-02  5:37 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-10-31 19:12 Michał Górny
2023-10-01 18:07 Arthur Zamarin
2023-08-24 12:47 Michał Górny
2023-07-23  6:53 Michał Górny
2023-06-27 11:52 Michał Górny
2023-06-27  5:19 Jakov Smolić
2023-05-31 16:05 Michał Górny
2023-05-22 18:36 Michał Górny
2023-05-22  5:53 Michał Górny
2023-03-30 15:48 Michał Górny
2023-03-30 15:34 Arthur Zamarin
2023-02-26  4:57 Michał Górny
2023-02-26  4:57 Michał Górny
2022-10-22 15:53 Michał Górny
2022-10-22 15:49 Arthur Zamarin
2022-09-22  7:45 Michał Górny
2022-09-19 18:35 Arthur Zamarin
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:47 Sam James
2022-07-18  7:54 Michał Górny
2022-05-25  9:07 Andrew Ammerlaan
2022-03-15 14:05 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-02-26 17:59 Michał Górny
2022-02-14  8:35 Matt Turner
2022-01-30 11:33 James Le Cuirot
2022-01-10  4:58 Michał Górny
2021-11-18  8:10 Sam James
2021-11-14 20:35 Sam James
2021-11-14  3:43 Sam James
2021-09-26 17:52 Sam James
2021-09-08 16:19 Sam James
2021-09-06  0:18 Sam James
2021-08-10  5:00 Sam James
2021-07-12  6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-06-20  1:55 Sam James
2021-06-20  1:45 Sam James
2021-06-05 21:08 Michał Górny
2021-05-06  8:21 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:44 Sam James
2021-03-07  8:30 Michał Górny
2021-02-02  8:39 Michał Górny
2020-11-18  6:53 Agostino Sarubbo
2020-11-17 19:17 Agostino Sarubbo
2020-11-15  5:19 Sam James
2020-10-11 17:48 Sam James
2020-10-11 14:49 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=1620289312.c756115e6687f4895ea14b4078178afa3eabb843.mgorny@gentoo \
    --to=mgorny@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