jmespath-0.9.4 replaced
This commit is contained in:
parent
2b9be53f91
commit
14b5927e9f
@ -1,3 +1,3 @@
|
||||
DIST jmespath-0.9.4.tar.gz 22940 BLAKE2B 7b84945ec8bcee11f20538f78066b58e8cff3915c0c3d8303b9117a5c19004b522ebe98a3fabcdb0cb2c52bf7249fba03463e6867440ac12a4a3dc387f885d82 SHA512 173ec36708f93f72fece049b71846a226010c00498ab51e58bee26a09cc73cf96a062df215d3737eb266e689c2ecf7a2be95b009ed74ad122f6739d4379466c6
|
||||
EBUILD jmespath-0.9.4.ebuild 699 BLAKE2B 9670f5b9b480d2b5f9f362502d569a2ac8ab227d5d0310b031c2c53e93238e2b73f88bbc79ac2148c44c1213fba5fcd71b24f34d67d19154cdd1d17ffdf4b321 SHA512 9c23afa70f2468aada76c9b1c26af27070561405486016a6d32f669efbf722efda5ab2dc8be431428b320f43434af4856edc11044d41ab475e793918b0d45ba6
|
||||
MISC metadata.xml 460 BLAKE2B 11e08ea5af2a7a0589132b40bd39b3adcc19af3b468d395e3cdca3bf4fd8e92bccb66561863fe691557c3e60ae240894baf0cc274c605c833d3b28fb43a02c27 SHA512 b534a58ce0ccaccd30bc047e9973325cc4eac40fc033981704318aaf314bdf9b5ca48c4f5015be2949a94e45448f60d644c8176c4b813335ec7d580db0dec5f1
|
||||
EBUILD jmespath-0.9.4.ebuild 597 BLAKE2B 92f2f0cfe715dac2eadead47fd00822914d63a0c5b4ff035b36b91663e20e2a29a461cca807aa1357daf2b889d91bcc6158fc26248f841c07fc990d49030de5b SHA512 0f180b87baba1159397b02fd5c2758dcac16d9b0c397fc514a295b725090d1d0b0f30413825f2143a9e1e0d3ba91463ab4407a48ee6b85001dd5850fff0cd0ec
|
||||
MISC metadata.xml 570 BLAKE2B a6d5d0e838a59de2031b7df52ac683dbc5a7d692ed96a6334bafc5e76d0018f32990913a49539e7d093f195f548ef4ab55e8cdc93c1fa1779d87140336e40a8e SHA512 dc7e96be59813dd79d3492c619d3080c0858711b948843a12a2b9043b853b99885b780b130425ed0f437d2f51139e0024c3f37623cc7c4794e86568995bea36b
|
||||
|
@ -1,30 +1,26 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="JSON Matching Expressions"
|
||||
HOMEPAGE="https://github.com/jmespath/jmespath.py https://pypi.org/project/jmespath/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/boto/jmespath https://pypi.org/project/jmespath/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
test? ( dev-python/nose[${PYTHON_USEDEP}] )
|
||||
"
|
||||
RDEPEND=""
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
nosetests || die
|
||||
}
|
||||
|
@ -1,16 +1,17 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
<maintainer type="person">
|
||||
<email>aballier@gentoo.org</email>
|
||||
<name>Alexis Ballier</name>
|
||||
<description>Python team can take the package if they wish.</description>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">jmespath</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>js@jamesls.com</email>
|
||||
<name>James Saryerwinnie</name>
|
||||
</maintainer>
|
||||
<remote-id type="github">boto/jmespath</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user