summaryrefslogtreecommitdiff
path: root/dev-python/unidiff
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/unidiff
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/unidiff')
-rw-r--r--dev-python/unidiff/Manifest1
-rw-r--r--dev-python/unidiff/metadata.xml17
-rw-r--r--dev-python/unidiff/unidiff-0.7.5.ebuild21
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest
deleted file mode 100644
index 35e73a1877aa..000000000000
--- a/dev-python/unidiff/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST unidiff-0.7.5.tar.gz 20931 BLAKE2B b43ff383fdc52f2d2973a42a8178eeae46b2e73919dc4e79166fe100b3d3cc8a47c1a55f76f1f4b49d5c175eea3949e750b7c4ddea716e8f1d6faa34109cdc81 SHA512 bcb8c234643ecaf7d8227b57f90fbc546851b5e3abe84d74b33570bf3399b9be756b4dca9f1506b69e9401e724bfd9892c5deac515160685e5399bfe555716a3
diff --git a/dev-python/unidiff/metadata.xml b/dev-python/unidiff/metadata.xml
deleted file mode 100644
index 6cfa6e58554c..000000000000
--- a/dev-python/unidiff/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <maintainer>
- <email>mbordese@gmail.com</email>
- <name>Matias Bordese</name>
- </maintainer>
- <remote-id type="pypi">unidiff</remote-id>
- <remote-id type="github">matiasb/python-unidiff</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/unidiff/unidiff-0.7.5.ebuild b/dev-python/unidiff/unidiff-0.7.5.ebuild
deleted file mode 100644
index 75b9912639cb..000000000000
--- a/dev-python/unidiff/unidiff-0.7.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Unified diff parsing/metadata extraction library"
-HOMEPAGE="
- https://github.com/matiasb/python-unidiff/
- https://pypi.org/project/unidiff/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
-
-distutils_enable_tests pytest