summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-16 15:28:14 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-16 15:28:14 +0200
commitd7e75ac686c81a47774f9a61f5fb48f9657abd21 (patch)
treedb7cb0a7900950209a23d0e98afd3a4a85d7c764 /dev-python/unidiff/unidiff-0.7.2.ebuild
parentdev-python/ubelt: Remove old (diff)
downloadgentoo-d7e75ac686c81a47774f9a61f5fb48f9657abd21.tar.gz
gentoo-d7e75ac686c81a47774f9a61f5fb48f9657abd21.tar.bz2
gentoo-d7e75ac686c81a47774f9a61f5fb48f9657abd21.zip
dev-python/unidiff: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unidiff/unidiff-0.7.2.ebuild')
-rw-r--r--dev-python/unidiff/unidiff-0.7.2.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/unidiff/unidiff-0.7.2.ebuild b/dev-python/unidiff/unidiff-0.7.2.ebuild
deleted file mode 100644
index 8e71a14fe537..000000000000
--- a/dev-python/unidiff/unidiff-0.7.2.ebuild
+++ /dev/null
@@ -1,19 +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..10} )
-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