diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/daff | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/daff')
| -rw-r--r-- | dev-python/daff/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/daff/daff-1.4.2.ebuild | 19 | ||||
| -rw-r--r-- | dev-python/daff/metadata.xml | 24 |
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-python/daff/Manifest b/dev-python/daff/Manifest new file mode 100644 index 000000000000..5e78a404ad20 --- /dev/null +++ b/dev-python/daff/Manifest @@ -0,0 +1 @@ +DIST daff-1.4.2.tar.gz 148251 BLAKE2B 020ff58bdb5003dc715441a1debb9b384f53652da6dffa7df039b26dc7aa1e22012fa75ba3310f810835632df7e3e9b3cd202deb348f2e404c6e5b3db661b472 SHA512 6b096db5688b261a6a81c9e341a9697ffbe91aba5e02c1244fd97e4a7645349486676203e8c6a4e5b694644e96baea896b9c295b25287e5e93bcd194bbc98e90 diff --git a/dev-python/daff/daff-1.4.2.ebuild b/dev-python/daff/daff-1.4.2.ebuild new file mode 100644 index 000000000000..23ee6b842c65 --- /dev/null +++ b/dev-python/daff/daff-1.4.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="The daff can produce and apply tabular diffs" +HOMEPAGE="https://github.com/paulfitz/daff" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~x86" + +python_test() { + "${EPYTHON}" test/test_example.py || die +} diff --git a/dev-python/daff/metadata.xml b/dev-python/daff/metadata.xml new file mode 100644 index 000000000000..6703e6e3e5f3 --- /dev/null +++ b/dev-python/daff/metadata.xml @@ -0,0 +1,24 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "https://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> + <maintainer> + <name>Paul Fitzpatrick</name> + <email>paul@robotrebuilt.com</email> + </maintainer> + <bugs-to>https://github.com/paulfitz/daff/issues</bugs-to> + </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> |
