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 E7A03158094 for ; Sat, 9 Jul 2022 08:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E07A7E0BD0; Sat, 9 Jul 2022 08:16:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 775DFE0BD2 for ; Sat, 9 Jul 2022 08:16:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26AA4340D50 for ; Sat, 9 Jul 2022 08:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7455E52F 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: <1657354552.2ad7fe7579ecf08c2cfe974631a081454cd99c4b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/signedjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/signedjson/Manifest dev-python/signedjson/metadata.xml dev-python/signedjson/signedjson-1.1.4.ebuild X-VCS-Directories: dev-python/signedjson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ad7fe7579ecf08c2cfe974631a081454cd99c4b 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: 741f8a30-403e-48ff-bbca-a514ce2e61ed X-Archives-Hash: ce0a7f78837724534070ddb5f709302f commit: 2ad7fe7579ecf08c2cfe974631a081454cd99c4b 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:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad7fe75 dev-python/signedjson: new package, add 1.1.4 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> dev-python/signedjson/Manifest | 1 + dev-python/signedjson/metadata.xml | 16 ++++++++++++ dev-python/signedjson/signedjson-1.1.4.ebuild | 35 +++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-python/signedjson/Manifest b/dev-python/signedjson/Manifest new file mode 100644 index 000000000000..6354a03b4e7f --- /dev/null +++ b/dev-python/signedjson/Manifest @@ -0,0 +1 @@ +DIST signedjson-1.1.4.gh.tar.gz 12714 BLAKE2B 854f28074b82490bbeb6a0a0b3528d608b2ff6f5ff3cb52c913525b81f483afa6b4c8423dc25d9adaa3c3a9f269ec54409af0e7f8b5ddf3903e33a9b00c0dac8 SHA512 8928b9ecf1d6a9291a07bc3270ef57a824267ad45c114cfb720fc4db36415301f6bee26db9bb447e0051d3366c5471f718f37238bdd841bd06e73f5841f13ed6 diff --git a/dev-python/signedjson/metadata.xml b/dev-python/signedjson/metadata.xml new file mode 100644 index 000000000000..d52dc8df1afc --- /dev/null +++ b/dev-python/signedjson/metadata.xml @@ -0,0 +1,16 @@ + + + + + arkamar@atlas.cz + Petr Vaněk + + + proxy-maint@gentoo.org + Proxy Maintainers + + + signedjson + matrix-org/python-signedjson + + diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild b/dev-python/signedjson/signedjson-1.1.4.ebuild new file mode 100644 index 000000000000..e3119b96c7d6 --- /dev/null +++ b/dev-python/signedjson/signedjson-1.1.4.ebuild @@ -0,0 +1,35 @@ +# 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="Signs JSON objects with ED25519 signatures." +HOMEPAGE=" + https://github.com/matrix-org/python-signedjson + https://pypi.python.org/pypi/signedjson +" +SRC_URI="https://github.com/matrix-org/python-signedjson//archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +S="${WORKDIR}/python-${P}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/canonicaljson[${PYTHON_USEDEP}] + dev-python/pynacl[${PYTHON_USEDEP}] + dev-python/unpaddedbase64[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/importlib_metadata[${PYTHON_USEDEP}] + ' python3_9) +" + +distutils_enable_tests unittest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}