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 A120A158090 for ; Fri, 20 May 2022 09:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A82AE0909; Fri, 20 May 2022 09:13:20 +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 68C12E0909 for ; Fri, 20 May 2022 09:13:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 626D13414BB for ; Fri, 20 May 2022 09:13:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0342477 for ; Fri, 20 May 2022 09:13:17 +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: <1653037981.2853509b84654276ab9f23b67763b70cdc3c4fe9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydiffx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydiffx/Manifest dev-python/pydiffx/metadata.xml dev-python/pydiffx/pydiffx-1.0.1.ebuild X-VCS-Directories: dev-python/pydiffx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2853509b84654276ab9f23b67763b70cdc3c4fe9 X-VCS-Branch: master Date: Fri, 20 May 2022 09:13:17 +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: be054ae5-83f0-441d-be6a-d82a697db857 X-Archives-Hash: 79dbabe180d2bb44c3573be87d7e7ab4 commit: 2853509b84654276ab9f23b67763b70cdc3c4fe9 Author: Michał Górny gentoo org> AuthorDate: Fri May 20 09:12:44 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 20 09:13:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2853509b dev-python/pydiffx: New package, v1.0.1 Requested by graaff, for dev-util/rbtools. Signed-off-by: Michał Górny gentoo.org> dev-python/pydiffx/Manifest | 1 + dev-python/pydiffx/metadata.xml | 13 ++++++++++++ dev-python/pydiffx/pydiffx-1.0.1.ebuild | 37 +++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/dev-python/pydiffx/Manifest b/dev-python/pydiffx/Manifest new file mode 100644 index 000000000000..623c2c5b1c61 --- /dev/null +++ b/dev-python/pydiffx/Manifest @@ -0,0 +1 @@ +DIST diffx-pydiffx-release-1.0.1.tar.gz 82838 BLAKE2B 80ac477ff6b72dd089f134afc988251b20f7675e05c429e12238800145ed70f57acca835ddfdd77a2b22e53767b77d741537aad02f93bdefcee06a44965c7904 SHA512 dcb6b9dad321c5bec940d13dcf64853587c4e7636d34ea3ac4bc2b54df8915e1ac9804932034c069fcfba5f10f05972cc7dc46ba0d37c2e08c684bcbb2c2409e diff --git a/dev-python/pydiffx/metadata.xml b/dev-python/pydiffx/metadata.xml new file mode 100644 index 000000000000..f0d405500367 --- /dev/null +++ b/dev-python/pydiffx/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + beanbaginc/diffx + pydiffx + + diff --git a/dev-python/pydiffx/pydiffx-1.0.1.ebuild b/dev-python/pydiffx/pydiffx-1.0.1.ebuild new file mode 100644 index 000000000000..baa4b006060e --- /dev/null +++ b/dev-python/pydiffx/pydiffx-1.0.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +MY_P=diffx-pydiffx-release-${PV} +DESCRIPTION="Python module for reading and writing DiffX files" +HOMEPAGE=" + https://diffx.org/pydiffx/ + https://github.com/beanbaginc/diffx/ + https://pypi.org/project/pydiffx/ +" +SRC_URI=" + https://github.com/beanbaginc/diffx/archive/pydiffx/release-${PV}.tar.gz + -> ${MY_P}.tar.gz +" +S=${WORKDIR}/${MY_P}/python + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/kgb[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest