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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B53331382C5 for ; Wed, 9 Jun 2021 15:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED197E070D; Wed, 9 Jun 2021 15:35:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF789E070D for ; Wed, 9 Jun 2021 15:35:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D9E5335D19 for ; Wed, 9 Jun 2021 15:35:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A250927E for ; Wed, 9 Jun 2021 15:35:25 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1623252884.74fe291c4cba7f08a639be4bc76101d7f63c15d5.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/daff/Manifest dev-python/daff/daff-1.3.46.ebuild dev-python/daff/metadata.xml X-VCS-Directories: dev-python/daff/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 74fe291c4cba7f08a639be4bc76101d7f63c15d5 X-VCS-Branch: dev Date: Wed, 9 Jun 2021 15:35:25 +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: 373dc298-96dc-4bd4-a82a-1cb741c64f17 X-Archives-Hash: 3c3d6ecfcf7c49d468028afaf64a9574 commit: 74fe291c4cba7f08a639be4bc76101d7f63c15d5 Author: Huang Rui gmail com> AuthorDate: Wed Jun 9 15:34:44 2021 +0000 Commit: Rui Huang gmail com> CommitDate: Wed Jun 9 15:34:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74fe291c dev-python/daff: new package The daff can produce and apply tabular diffs Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Huang Rui gmail.com> dev-python/daff/Manifest | 1 + dev-python/daff/daff-1.3.46.ebuild | 16 ++++++++++++++++ dev-python/daff/metadata.xml | 19 +++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-python/daff/Manifest b/dev-python/daff/Manifest new file mode 100644 index 000000000..b5b119679 --- /dev/null +++ b/dev-python/daff/Manifest @@ -0,0 +1 @@ +DIST daff-1.3.46.tar.gz 149820 BLAKE2B e79083fbdbbb975d0f81f5c932a58788925e0376e82c6c284e39596319e4498375e6e548a3ee8a9b383b1e38b0564fcd3247eb51f03519cb779899b21f29de35 SHA512 b43b6c737fd68663fd15366d8024f5190bc35e52ce6b8f3d64f8c538c544c21a1e9cdb691e4673eed4958be37cbf9590863a1029fec7d08062156adaaf28103f diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild new file mode 100644 index 000000000..e761b2ccb --- /dev/null +++ b/dev-python/daff/daff-1.3.46.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="The daff can produce and apply tabular diffs" +HOMEPAGE="https://github.com/paulfitz/daff" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~riscv" diff --git a/dev-python/daff/metadata.xml b/dev-python/daff/metadata.xml new file mode 100644 index 000000000..3e2e0fe7f --- /dev/null +++ b/dev-python/daff/metadata.xml @@ -0,0 +1,19 @@ + + + + + vowstar@gmail.com + Huang Rui + + + daff + paulfitz/daff + + + daff: data diff. daff can produce and apply tabular diffs. + This is a library for comparing tables, producing a summary of their + differences, and using such a summary as a patch file. It is optimized for + comparing tables that share a common origin, in other words multiple + versions of the "same" table. + +