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 E12C0158094 for ; Sat, 9 Jul 2022 08:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1F4EE0BC0; Sat, 9 Jul 2022 08:16:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8CCD5E0BBC for ; Sat, 9 Jul 2022 08:16:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEDB1340D4A for ; Sat, 9 Jul 2022 08:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11A1B3C7 for ; Sat, 9 Jul 2022 08:16:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657354550.61b85547962c4c22085046c394919f786a627bb7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/canonicaljson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/canonicaljson/Manifest dev-python/canonicaljson/canonicaljson-1.6.2.ebuild dev-python/canonicaljson/metadata.xml X-VCS-Directories: dev-python/canonicaljson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61b85547962c4c22085046c394919f786a627bb7 X-VCS-Branch: master Date: Sat, 9 Jul 2022 08:16:01 +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: e597cd40-ad77-4bdb-acc7-73cb3571e22a X-Archives-Hash: b5525245665e4409bd8720480c5c4bec commit: 61b85547962c4c22085046c394919f786a627bb7 Author: Petr Vaněk atlas cz> AuthorDate: Thu Jul 7 13:23:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 9 08:15:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b85547 dev-python/canonicaljson: new package, add 1.6.2 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> dev-python/canonicaljson/Manifest | 1 + .../canonicaljson/canonicaljson-1.6.2.ebuild | 26 ++++++++++++++++++++++ dev-python/canonicaljson/metadata.xml | 16 +++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/canonicaljson/Manifest b/dev-python/canonicaljson/Manifest new file mode 100644 index 000000000000..3dbfee5e72dd --- /dev/null +++ b/dev-python/canonicaljson/Manifest @@ -0,0 +1 @@ +DIST canonicaljson-1.6.2.gh.tar.gz 10311 BLAKE2B 7460b99d8e95b223e4d092ee4158c13b5b101d7001fe111fed021c15128d040ef657ee03dbfba14d2e3df0a61f82a072e171a87312f47f524baad1603c6e47bb SHA512 5dfcf76e80814e65b897e216e18cbe69b3f44e7676fe433cefdcfa15dc18a004dc7586c16bf95b7457cb8e9268dedf2e7b1b92247b7c65afef30888b1c89bde5 diff --git a/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild new file mode 100644 index 000000000000..6b5049ff9f14 --- /dev/null +++ b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Canonical JSON" +HOMEPAGE=" + https://github.com/matrix-org/python-canonicaljson + https://pypi.python.org/pypi/canonicaljson +" +SRC_URI="https://github.com/matrix-org/python-canonicaljson/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +S="${WORKDIR}/python-${P}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" + +distutils_enable_tests unittest diff --git a/dev-python/canonicaljson/metadata.xml b/dev-python/canonicaljson/metadata.xml new file mode 100644 index 000000000000..fdc79ac629ce --- /dev/null +++ b/dev-python/canonicaljson/metadata.xml @@ -0,0 +1,16 @@ + + + + + arkamar@atlas.cz + Petr Vaněk + + + proxy-maint@gentoo.org + Proxy Maintainers + + + canonicaljson + matrix-org/python-canonicaljson + +