diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-28 17:03:02 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-28 21:13:18 +0100 |
commit | fe295b044d37037366edfadb2a1a15fad6d0138c (patch) | |
tree | 5a4b8a4148cd850903d1028e850b832f47128144 /dev-python/jmespath | |
parent | ros-meta/robot_model: Bump to 1.12.7. (diff) | |
download | gentoo-fe295b044d37037366edfadb2a1a15fad6d0138c.tar.gz gentoo-fe295b044d37037366edfadb2a1a15fad6d0138c.tar.bz2 gentoo-fe295b044d37037366edfadb2a1a15fad6d0138c.zip |
dev-python/jmespath: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/jmespath')
-rw-r--r-- | dev-python/jmespath/Manifest | 2 | ||||
-rw-r--r-- | dev-python/jmespath/jmespath-0.5.0.ebuild | 26 | ||||
-rw-r--r-- | dev-python/jmespath/jmespath-0.7.1.ebuild | 26 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-python/jmespath/Manifest b/dev-python/jmespath/Manifest index c3c59093319e..b12c13d16d25 100644 --- a/dev-python/jmespath/Manifest +++ b/dev-python/jmespath/Manifest @@ -1,3 +1 @@ -DIST jmespath-0.5.0.tar.gz 18175 SHA256 c3243fb93f914df1852cc3699115c87982009860290b60910c1b2715bec238c2 SHA512 7ea11fa1f011585065a53a8b5286bab0c2422b1c553e89f1c3d543c3018d7d532d44b021e2654a1cd32e4bfbc384897b35f35a30b9b7439e9834135428bc9647 WHIRLPOOL fd1aa83c7a224b7f9d8bea513e83fb2e3ee54656c8661a1b36b1db1c24b0c59ea3de9adaf64cf17d1dfeffd333aa8895dd3ce8f8ec9e6f53e4260ec283d1da51 -DIST jmespath-0.7.1.tar.gz 19696 SHA256 cd5a12ee3dfa470283a020a35e69e83b0700d44fe413014fd35ad5584c5f5fd1 SHA512 66f3e1bd084c090c8a2bb11ecf873066464834b515a421e1c832b1de26e8de8ea875d9ec3e9bf471c1a2170b102206f2b9e59ec09bba1bbecb278e2713f2446f WHIRLPOOL a571e8f83ca57e9742e819a5154f77f483ef96984ffe04dcaed3629c0a63b8094bfa18526c06688981a626a52fd96f95b777ec5f8209f0db60a5adaeb2ff3eaf DIST jmespath-0.9.0.tar.gz 20855 SHA256 08dfaa06d4397f283a01e57089f3360e3b52b5b9da91a70e1fd91e9f0cdd3d3d SHA512 c3a707bde5e529554638255a6a6dcf49591ec7573e28d84d34b3c1b8f84d13289ab054818f88b72ac8aee0f1af6ae830cb661f027e90efe9fb9edb4dcf5128c9 WHIRLPOOL f2b8e5d65068add24d3e3d7a272fbc67f439baadd0863ca90ce21db9f62913de9d64df43763c2cdb3549aeedc56bf7aac4cfd40756bdf013a8184d5c3d72b8ac diff --git a/dev-python/jmespath/jmespath-0.5.0.ebuild b/dev-python/jmespath/jmespath-0.5.0.ebuild deleted file mode 100644 index b2633e21a4e2..000000000000 --- a/dev-python/jmespath/jmespath-0.5.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="JSON Matching Expressions" -HOMEPAGE="https://github.com/boto/jmespath https://pypi.python.org/pypi/jmespath" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="test" - -DEPEND=" - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" -RDEPEND="" - -python_test() { - nosetests || die -} diff --git a/dev-python/jmespath/jmespath-0.7.1.ebuild b/dev-python/jmespath/jmespath-0.7.1.ebuild deleted file mode 100644 index f30e34988631..000000000000 --- a/dev-python/jmespath/jmespath-0.7.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="JSON Matching Expressions" -HOMEPAGE="https://github.com/boto/jmespath https://pypi.python.org/pypi/jmespath" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND=" - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" -RDEPEND="" - -python_test() { - nosetests || die -} |