diff options
author | 2021-06-09 23:34:44 +0800 | |
---|---|---|
committer | 2021-06-09 23:34:44 +0800 | |
commit | 74fe291c4cba7f08a639be4bc76101d7f63c15d5 (patch) | |
tree | d429dd42abd431b0d282935294622a3b1e478ac8 /dev-python/daff | |
parent | profiles/updates/2Q-2021: move geographiclib to sci-geosciences/ (diff) | |
download | guru-74fe291c4cba7f08a639be4bc76101d7f63c15d5.tar.gz guru-74fe291c4cba7f08a639be4bc76101d7f63c15d5.tar.bz2 guru-74fe291c4cba7f08a639be4bc76101d7f63c15d5.zip |
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 <vowstar@gmail.com>
Diffstat (limited to 'dev-python/daff')
-rw-r--r-- | dev-python/daff/Manifest | 1 | ||||
-rw-r--r-- | dev-python/daff/daff-1.3.46.ebuild | 16 | ||||
-rw-r--r-- | dev-python/daff/metadata.xml | 19 |
3 files changed, 36 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>vowstar@gmail.com</email> + <name>Huang Rui</name> + </maintainer> + <upstream> + <remote-id type="pypi">daff</remote-id> + <remote-id type="github">paulfitz/daff</remote-id> + </upstream> + <longdescription lang="en"> + 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. + </longdescription> +</pkgmetadata> |