commit:     17ec583f84eed9584b1e73e138f417964a5cc256
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 20:08:19 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 20:22:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ec583f

dev-python/jsonpointer: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jsonpointer/Manifest                |  1 -
 dev-python/jsonpointer/jsonpointer-1.10.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/dev-python/jsonpointer/Manifest b/dev-python/jsonpointer/Manifest
index eb75991d155..fcaf0117e11 100644
--- a/dev-python/jsonpointer/Manifest
+++ b/dev-python/jsonpointer/Manifest
@@ -1,2 +1 @@
-DIST jsonpointer-1.10.tar.gz 7577 BLAKE2B 
b4472cd9ead51fe75f2e53690d4c0378cb6b5dccae240bc1bf264bff9df15bdfab379b1043221e66074e08c3393ecf729e4f95721fcb324fe8b710cd49d7f064
 SHA512 
b2df5f19b14b670825b18f7da4ca50b089beb2ccbb1c69acfc904eed82b5315ad19940b4aaa8f8504c2fc7d477778d65e31f492dd30ee8b5ba95ccfd0eaeb9b1
 DIST jsonpointer-2.0.tar.gz 8699 BLAKE2B 
7b52955aa691a1bba327df6674704503b009101d0dd94587620a684ca9310128e3afcc62cedabd92106deffc3a6a3434a72123fc804224ae68ade8751462bf14
 SHA512 
e8e2b03c12c3fc5f65816fc71d1c07135ef74a0c912286f5b8bef2d9e21b8ae6e766d1aa2104b3eeb0e53928034321f25b203386ac3f5641b54b0641f6a08137

diff --git a/dev-python/jsonpointer/jsonpointer-1.10.ebuild 
b/dev-python/jsonpointer/jsonpointer-1.10.ebuild
deleted file mode 100644
index 08366cf2baf..00000000000
--- a/dev-python/jsonpointer/jsonpointer-1.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Identify specific nodes in a JSON document (according to draft 
08)"
-HOMEPAGE="https://github.com/stefankoegl/python-json-pointer 
https://pypi.org/project/jsonpointer/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-       "${PYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
-}

Reply via email to