diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-03-27 21:08:19 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-03-27 21:22:25 +0100 |
| commit | 17ec583f84eed9584b1e73e138f417964a5cc256 (patch) | |
| tree | d148ed55aefbe064f4a5cea2c99e82453e6c00ee /dev-python/jsonpointer/jsonpointer-1.10.ebuild | |
| parent | 437b147d0648c5b881df88fe70de62a7e327dd0a (diff) | |
| download | gentoo-17ec583f84eed9584b1e73e138f417964a5cc256.tar.gz gentoo-17ec583f84eed9584b1e73e138f417964a5cc256.tar.bz2 gentoo-17ec583f84eed9584b1e73e138f417964a5cc256.zip | |
dev-python/jsonpointer: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonpointer/jsonpointer-1.10.ebuild')
| -rw-r--r-- | dev-python/jsonpointer/jsonpointer-1.10.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/jsonpointer/jsonpointer-1.10.ebuild b/dev-python/jsonpointer/jsonpointer-1.10.ebuild deleted file mode 100644 index 08366cf2baf7..000000000000 --- 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}" -} |
