Gentoo Archives: gentoo-commits

From: Rui Huang <vowstar@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/
Date: Wed, 09 Jun 2021 15:35:29
Message-Id: 1623252884.74fe291c4cba7f08a639be4bc76101d7f63c15d5.vowstar@gentoo
1 commit: 74fe291c4cba7f08a639be4bc76101d7f63c15d5
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 9 15:34:44 2021 +0000
4 Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
5 CommitDate: Wed Jun 9 15:34:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74fe291c
7
8 dev-python/daff: new package
9
10 The daff can produce and apply tabular diffs
11
12 Package-Manager: Portage-3.0.19, Repoman-3.0.3
13 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
14
15 dev-python/daff/Manifest | 1 +
16 dev-python/daff/daff-1.3.46.ebuild | 16 ++++++++++++++++
17 dev-python/daff/metadata.xml | 19 +++++++++++++++++++
18 3 files changed, 36 insertions(+)
19
20 diff --git a/dev-python/daff/Manifest b/dev-python/daff/Manifest
21 new file mode 100644
22 index 000000000..b5b119679
23 --- /dev/null
24 +++ b/dev-python/daff/Manifest
25 @@ -0,0 +1 @@
26 +DIST daff-1.3.46.tar.gz 149820 BLAKE2B e79083fbdbbb975d0f81f5c932a58788925e0376e82c6c284e39596319e4498375e6e548a3ee8a9b383b1e38b0564fcd3247eb51f03519cb779899b21f29de35 SHA512 b43b6c737fd68663fd15366d8024f5190bc35e52ce6b8f3d64f8c538c544c21a1e9cdb691e4673eed4958be37cbf9590863a1029fec7d08062156adaaf28103f
27
28 diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
29 new file mode 100644
30 index 000000000..e761b2ccb
31 --- /dev/null
32 +++ b/dev-python/daff/daff-1.3.46.ebuild
33 @@ -0,0 +1,16 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="The daff can produce and apply tabular diffs"
44 +HOMEPAGE="https://github.com/paulfitz/daff"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~riscv"
50
51 diff --git a/dev-python/daff/metadata.xml b/dev-python/daff/metadata.xml
52 new file mode 100644
53 index 000000000..3e2e0fe7f
54 --- /dev/null
55 +++ b/dev-python/daff/metadata.xml
56 @@ -0,0 +1,19 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <maintainer type="person">
61 + <email>vowstar@×××××.com</email>
62 + <name>Huang Rui</name>
63 + </maintainer>
64 + <upstream>
65 + <remote-id type="pypi">daff</remote-id>
66 + <remote-id type="github">paulfitz/daff</remote-id>
67 + </upstream>
68 + <longdescription lang="en">
69 + daff: data diff. daff can produce and apply tabular diffs.
70 + This is a library for comparing tables, producing a summary of their
71 + differences, and using such a summary as a patch file. It is optimized for
72 + comparing tables that share a common origin, in other words multiple
73 + versions of the "same" table.
74 + </longdescription>
75 +</pkgmetadata>