summaryrefslogtreecommitdiff
path: root/dev-python/unidiff
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-16 19:25:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-16 19:25:16 +0000
commit79a31323451038e0452003af29d2240edd194c4f (patch)
tree75a791aa2e895d221f82f4b1de83978c36aaa9a2 /dev-python/unidiff
parent43e1dc69f85f5ed897e5e803d319da4b3186e2fc (diff)
downloadbaldeagleos-repo-79a31323451038e0452003af29d2240edd194c4f.tar.gz
baldeagleos-repo-79a31323451038e0452003af29d2240edd194c4f.tar.xz
baldeagleos-repo-79a31323451038e0452003af29d2240edd194c4f.zip
Adding metadata
Diffstat (limited to 'dev-python/unidiff')
-rw-r--r--dev-python/unidiff/Manifest1
-rw-r--r--dev-python/unidiff/unidiff-0.7.4.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest
index aa15204ce4c7..35e73a1877aa 100644
--- a/dev-python/unidiff/Manifest
+++ b/dev-python/unidiff/Manifest
@@ -1,2 +1 @@
-DIST python-unidiff-0.7.4.gh.tar.gz 17582 BLAKE2B 9b674d5b1bc434464c5b7b08b4b6527e1394633abcc6211b9f459fde545fef1c6418ad84dbe9cf7a3a308deeb2221749f50f25458306046f2930d0fcc3af9526 SHA512 b8e1d8165efcc5788707432c3c3236d97ec86ae577ff3dd7ec405809dbaef3153a835572844f7ef2a4d5d2c9b60dee586717e4cf0acf4db8049ab7c5af178a07
DIST unidiff-0.7.5.tar.gz 20931 BLAKE2B b43ff383fdc52f2d2973a42a8178eeae46b2e73919dc4e79166fe100b3d3cc8a47c1a55f76f1f4b49d5c175eea3949e750b7c4ddea716e8f1d6faa34109cdc81 SHA512 bcb8c234643ecaf7d8227b57f90fbc546851b5e3abe84d74b33570bf3399b9be756b4dca9f1506b69e9401e724bfd9892c5deac515160685e5399bfe555716a3
diff --git a/dev-python/unidiff/unidiff-0.7.4.ebuild b/dev-python/unidiff/unidiff-0.7.4.ebuild
deleted file mode 100644
index d6104ff910c8..000000000000
--- a/dev-python/unidiff/unidiff-0.7.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-
-inherit distutils-r1
-
-# TODO: rename when the old version is gone?
-MY_P=python-${P}
-DESCRIPTION="Unified diff parsing/metadata extraction library"
-HOMEPAGE="
- https://github.com/matiasb/python-unidiff/
- https://pypi.org/project/unidiff/
-"
-SRC_URI="
- https://github.com/matiasb/python-unidiff/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-distutils_enable_tests unittest