diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 21:30:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 21:34:56 +0100 |
commit | 75ddc095581ff13b51661d52a9367e353b219325 (patch) | |
tree | 83ad2a363e7bde72fd7174346f97de2e62f76620 /dev-python/diff-match-patch | |
parent | dev-python/diff-match-patch: Stabilize 20181111 ALLARCHES (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/diff-match-patch/Manifest | 1 | ||||
-rw-r--r-- | dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/diff-match-patch/Manifest b/dev-python/diff-match-patch/Manifest index 06b4f7187b99..6278567ccc5d 100644 --- a/dev-python/diff-match-patch/Manifest +++ b/dev-python/diff-match-patch/Manifest @@ -1,2 +1 @@ -DIST diff-match-patch-20121119.tar.gz 54113 BLAKE2B 0fcfa46f02f92af0e31ded7c51c651574104fb4d7d70082873981138579b12231dea0eee417614981a96f7ceaa50b288fefdbc21dca687451095dcdc34fe32f8 SHA512 3daff80a6043a0413c515125a21839d9fa1d71f7e2441f4870ebefed35f1accea711814ad231c65de0e3468bbd01402c977fc063ab120b7d9f0e04ef555a8207 DIST diff-match-patch-20181111.tar.gz 58554 BLAKE2B 2a74294bb9ac88447cdea794a9c3b44d705d93f7e0777d5e5ece4a306f43df47458a4ba0ec8b16624862a6e4540a605695c3a83ee7dad7749b22210ebe65705a SHA512 9b21726b9c0e350553533c14dd86cca823c6f98ab642e7166cf9348952a57b62bcb0576e3d6a3b76655ea1bcc8cef3fe7f33ffb068b5a4bfb4b4b521042484e6 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 4fee9e26e1ff..000000000000 --- 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 -} |