summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-14 06:06:40 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-14 06:06:40 +0100
commit77b9c6bb08db43c4c921df8a8bce9114d7a4397c (patch)
tree0ccfdf06c3e976266367fb7cec8127c0a6ac6246 /dev-python/unidiff
parentdev-python/uncertainties: Remove old (diff)
downloadgentoo-77b9c6bb08db43c4c921df8a8bce9114d7a4397c.tar.gz
gentoo-77b9c6bb08db43c4c921df8a8bce9114d7a4397c.tar.bz2
gentoo-77b9c6bb08db43c4c921df8a8bce9114d7a4397c.zip
dev-python/unidiff: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unidiff')
-rw-r--r--dev-python/unidiff/Manifest1
-rw-r--r--dev-python/unidiff/unidiff-0.7.3.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest
index 320ea2cc930e..000ec869c866 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.3.tar.gz 19897 BLAKE2B bc29b912855955de08fdbc186bdf9edf63a0a622262f36a54160f2c61e6604a40d093d43261101864c209e4d2cd5c1db0e48d0dd76174b02a71f89199e00e31d SHA512 451bc765532329c0963961afd15e061e3bcbd85a16cb799310ae0fd34b534f6222514ed4825f90c5ae9ea1b3b0e11a8e169b7991ba9ed82c33325ccb3b10a3b0
diff --git a/dev-python/unidiff/unidiff-0.7.3.ebuild b/dev-python/unidiff/unidiff-0.7.3.ebuild
deleted file mode 100644
index 66c1699a2b3e..000000000000
--- a/dev-python/unidiff/unidiff-0.7.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Unified diff parsing/metadata extraction library"
-HOMEPAGE="https://github.com/matiasb/python-unidiff
- https://pypi.org/project/unidiff/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-distutils_enable_tests unittest