From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4FFD15800A for ; Mon, 12 Jun 2023 15:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A6EBE08C3; Mon, 12 Jun 2023 15:44:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3AA6E08AE for ; Mon, 12 Jun 2023 15:44:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3181341318 for ; Mon, 12 Jun 2023 15:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5542FA90 for ; Mon, 12 Jun 2023 15:44:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1686584678.795d80c01e67318904e18fc7dec3cf87e73e4c99.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/referencing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/referencing/Manifest dev-python/referencing/metadata.xml dev-python/referencing/referencing-0.29.0.ebuild X-VCS-Directories: dev-python/referencing/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 795d80c01e67318904e18fc7dec3cf87e73e4c99 X-VCS-Branch: master Date: Mon, 12 Jun 2023 15:44:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe3d89bd-66b1-4505-bcbb-bc58b62f4c27 X-Archives-Hash: a90f095de479dc4ffe358988a581595d commit: 795d80c01e67318904e18fc7dec3cf87e73e4c99 Author: Michał Górny gentoo org> AuthorDate: Mon Jun 12 15:27:15 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 12 15:44:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795d80c0 dev-python/referencing: New package, v0.29.0 New dependency for dev-python/jsonschema-spec version bump. Signed-off-by: Michał Górny gentoo.org> dev-python/referencing/Manifest | 2 ++ dev-python/referencing/metadata.xml | 13 +++++++ dev-python/referencing/referencing-0.29.0.ebuild | 46 ++++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/dev-python/referencing/Manifest b/dev-python/referencing/Manifest new file mode 100644 index 000000000000..092da275291f --- /dev/null +++ b/dev-python/referencing/Manifest @@ -0,0 +1,2 @@ +DIST referencing-0.29.0.tar.gz 34963 BLAKE2B 88fa71124eeb8dd83b62e4f42299acaa55af33265dd474594efb7f71d522b276e8ed0a12dfa5822c9cc1c42acc0fd21d74400ef866c127bbdab85f9d03bfee96 SHA512 69b20b89e65fa58524aeb1bd38305edefcf61d65f785a090b21bcbd48524be45ae39dd7e3d70f403948b27fdb7e43660b7bd2a438ad26f397f5ca2021dd087e2 +DIST referencing-suite-f6fa54deec2ba3ae7326e6c292b2d7c4c20e9eb4.gh.tar.gz 18311 BLAKE2B 69f6a3059842f6ff3438760240126a2033d5287ba6daaff5f9d72e7eee8eb8ac3c72fb0be92c5daf33bf06a54621332c7042e6c8cf11ddbd328e347c9315e224 SHA512 9a7a9c9f8f75391a1589751a83ba5c8153ac41de20ecb2f02fc230ec94b313619bdcf58c5aab580f7825555df68a6d5626b77a92b958b77ebf1fdc16a0b87dd0 diff --git a/dev-python/referencing/metadata.xml b/dev-python/referencing/metadata.xml new file mode 100644 index 000000000000..74e528f33147 --- /dev/null +++ b/dev-python/referencing/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + python-jsonschema/referencing + referencing + + diff --git a/dev-python/referencing/referencing-0.29.0.ebuild b/dev-python/referencing/referencing-0.29.0.ebuild new file mode 100644 index 000000000000..9350b4f52960 --- /dev/null +++ b/dev-python/referencing/referencing-0.29.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +SUITE_COMMIT=f6fa54deec2ba3ae7326e6c292b2d7c4c20e9eb4 +SUITE_P=referencing-suite-${SUITE_COMMIT} + +DESCRIPTION="Cross-specification JSON referencing (JSON Schema, OpenAPI...)" +HOMEPAGE=" + https://github.com/python-jsonschema/referencing/ + https://pypi.org/project/referencing/ +" +SRC_URI+=" + test? ( + https://github.com/python-jsonschema/referencing-suite/archive/${SUITE_COMMIT}.tar.gz + -> ${SUITE_P}.gh.tar.gz + ) +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}] + >=dev-python/rpds-py-0.7.0[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-subtests[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + local -x REFERENCING_SUITE=${WORKDIR}/${SUITE_P} + epytest +}