add jsonpath-ng-1.5.1

This commit is contained in:
Andreas Billmeier 2020-08-01 10:37:23 +02:00 committed by Andreas Billmeier
parent f331842f2c
commit 55c9e2871c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -12,6 +12,7 @@
* bump aioazuredevops-1.3.5
* bump bond-api-0.1.8
* update aiofiles>=0.4.0 dep for androidtv
* add jsonpath-ng-1.5.1
2020-07-29 homeassistant-0.113.2
* update homeassistant-0.113.2

View File

@ -0,0 +1,3 @@
DIST jsonpath-ng-1.5.1.tar.gz 30784 BLAKE2B 9f0073cb73779703616358a2436e5d90a65d30d91e8a32a1fd845bd76096f8d9f9316d62cb95917cd8e511c54ca86fa3a1ab2cd930e6df48aecb1359f53dec40 SHA512 f4dbff37d50b4b6e4d68bc79b78f8abc8bd760acfa3b176429ec751fd48cf72fe8d922fefffabaf0106d9df0dd08c0c15c725861a0bd3ecc21e1e0d514f246c4
EBUILD jsonpath-ng-1.5.1.ebuild 934 BLAKE2B 2973b7076a080d700855e3b9a55d840cac99af6e7b775dc64e9f24d0da43178611d6c32c92f40d3f313bbd81c2fbeb01a8c74de2a474cd91a7d45edef4433b11 SHA512 414d20e1afb24304d70969a04fbaa2c4bf1a3ba9e5591f20336ec57a2e58e3ac4f0f540f43aeac6b10eceea9d0c9a8d59688c902e050e31c6769f6014ec05c56
MISC metadata.xml 455 BLAKE2B 99adb52005d15f364bde074c8417943e3398bce14120797b0bd93049dcd68faf271ca73adef5b4a9a2533fa14162705b40bffbfd0b077a33b49df8f511cb6025 SHA512 ab18660e2ba65e9cb194294083146d1266f2e3649b32272be88c0d8b688fdf377c6a5e32341d48225b6baebe17084b9c369ff00c0ae285c230714dbe3f3ab03c

View File

@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{5..8} )
inherit distutils-r1
DESCRIPTION="A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming."
HOMEPAGE="https://github.com/h2non/jsonpath-ng https://pypi.org/project/jsonpath-ng/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/ply[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">jsonpath-ng</remote-id>
<maintainer status="unknown">
<email>tomas@aparicio.me</email>
<name>Tomas Aparicio</name>
</maintainer>
</upstream>
</pkgmetadata>