summaryrefslogtreecommitdiff
path: root/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-26 21:30:06 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-26 21:34:56 +0100
commit75ddc095581ff13b51661d52a9367e353b219325 (patch)
tree83ad2a363e7bde72fd7174346f97de2e62f76620 /dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
parentccd7d8c5e28974c7069a0b8dcdaf208bd13a17a2 (diff)
downloadgentoo-75ddc095581ff13b51661d52a9367e353b219325.tar.gz
gentoo-75ddc095581ff13b51661d52a9367e353b219325.tar.bz2
gentoo-75ddc095581ff13b51661d52a9367e353b219325.zip
dev-python/diff-match-patch: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/diff-match-patch/diff-match-patch-20121119.ebuild')
-rw-r--r--dev-python/diff-match-patch/diff-match-patch-20121119.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
deleted file mode 100644
index 4fee9e26e1ff5..0000000000000
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Diff, match and patch algorithms for plain text"
-HOMEPAGE="https://pypi.org/project/diff-match-patch/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
- esetup.py test
-}