From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC9E8139695 for ; Tue, 14 Mar 2017 09:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9695E0C78; Tue, 14 Mar 2017 09:28:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84BAFE0C44 for ; Tue, 14 Mar 2017 09:28:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C84133BEDB for ; Tue, 14 Mar 2017 09:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B167867C2 for ; Tue, 14 Mar 2017 09:28:41 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1489483708.bab879356fcf2e0fb745ae78bcf4dab0c7c05add.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jmespath/Manifest dev-python/jmespath/jmespath-0.9.2.ebuild X-VCS-Directories: dev-python/jmespath/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bab879356fcf2e0fb745ae78bcf4dab0c7c05add X-VCS-Branch: master Date: Tue, 14 Mar 2017 09:28:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: de5de87a-bb9b-4c61-9177-0fe0032a85b4 X-Archives-Hash: 781338385525cb084d99b35ad92efcc8 commit: bab879356fcf2e0fb745ae78bcf4dab0c7c05add Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 14 08:52:01 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 14 09:28:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab87935 dev-python/jmespath: Bump to 0.9.2. Add python 3.6 pypy/3 support. Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-python/jmespath/Manifest | 1 + dev-python/jmespath/jmespath-0.9.2.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/jmespath/Manifest b/dev-python/jmespath/Manifest index b31eddc0d4e..27259bc03f4 100644 --- a/dev-python/jmespath/Manifest +++ b/dev-python/jmespath/Manifest @@ -1,2 +1,3 @@ DIST jmespath-0.9.0.tar.gz 20855 SHA256 08dfaa06d4397f283a01e57089f3360e3b52b5b9da91a70e1fd91e9f0cdd3d3d SHA512 c3a707bde5e529554638255a6a6dcf49591ec7573e28d84d34b3c1b8f84d13289ab054818f88b72ac8aee0f1af6ae830cb661f027e90efe9fb9edb4dcf5128c9 WHIRLPOOL f2b8e5d65068add24d3e3d7a272fbc67f439baadd0863ca90ce21db9f62913de9d64df43763c2cdb3549aeedc56bf7aac4cfd40756bdf013a8184d5c3d72b8ac DIST jmespath-0.9.1.tar.gz 22701 SHA256 e72d02de23c1814322f7c0dcffb46716271f9b52b129aace0ab6f5a0450d5f02 SHA512 aa81157dc9b0cb0cfda40551f492379a72a62dd2ff052b0ff8cb2b950a0c8118920c498287b40cd83a38e8ad5216c517ea541954d87cac4ea861b64cff580036 WHIRLPOOL f2e5eca1b9a1ace8f0a2519b3a1e3effb35ff81765a1ace614b6ce17667ec984b2d628e1d7f2f89068b0b51f52f00c6c554da856fe36e426ac3492cb13849891 +DIST jmespath-0.9.2.tar.gz 22773 SHA256 54c441e2e08b23f12d7fa7d8e6761768c47c969e6aed10eead57505ba760aee9 SHA512 8363c234955d35d292ef27630a98d13c68e9f22d19892c44c68796eaa9c12d0a11921cfdbf9b517b2956b82943ae0b9dafc9a4b756bf0f15c4c6b1e3fe4efe1f WHIRLPOOL 64b9e1c8045b0e42f7cfa1c818f0733a283661f2f8910b1d05f4ef7395c892638f48b6114e989954ee8ab432aa1e2bdccef35c00a54ac9ecdc776be2a1f6832b diff --git a/dev-python/jmespath/jmespath-0.9.2.ebuild b/dev-python/jmespath/jmespath-0.9.2.ebuild new file mode 100644 index 00000000000..2280da92103 --- /dev/null +++ b/dev-python/jmespath/jmespath-0.9.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) + +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=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" +RDEPEND="" + +python_test() { + nosetests || die +}