summaryrefslogtreecommitdiff
path: root/dev-python/daff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/daff')
-rw-r--r--dev-python/daff/Manifest1
-rw-r--r--dev-python/daff/daff-1.4.2.ebuild19
-rw-r--r--dev-python/daff/metadata.xml24
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/daff/Manifest b/dev-python/daff/Manifest
deleted file mode 100644
index 5e78a404ad20..000000000000
--- a/dev-python/daff/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 23ee6b842c65..000000000000
--- a/dev-python/daff/daff-1.4.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
deleted file mode 100644
index 6703e6e3e5f3..000000000000
--- a/dev-python/daff/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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>