diff options
| author | Michał Górny <mgorny@gentoo.org> | 2022-06-18 06:30:16 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-06-18 08:47:03 +0200 |
| commit | 6f3879326ff842bf67bf02cea369a4c87386ff1a (patch) | |
| tree | 16505a16af1ffcbf57030a28b8b767e9f000db33 /dev-python | |
| parent | dabe4aae905043bccd66e8fb85979b8d9775121c (diff) | |
| download | gentoo-6f3879326ff842bf67bf02cea369a4c87386ff1a.tar.gz gentoo-6f3879326ff842bf67bf02cea369a4c87386ff1a.tar.bz2 gentoo-6f3879326ff842bf67bf02cea369a4c87386ff1a.zip | |
dev-python/jmespath: Bump to 1.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/jmespath/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/jmespath/jmespath-1.0.1.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/jmespath/Manifest b/dev-python/jmespath/Manifest index 6d407b1301df..c783c9560f7e 100644 --- a/dev-python/jmespath/Manifest +++ b/dev-python/jmespath/Manifest @@ -1 +1,2 @@ DIST jmespath.py-1.0.0.gh.tar.gz 80829 BLAKE2B dcd5e61ef846c5bcd9ac59480f909b05310dbe785c21e97c81981db90d104d17a3319f766b8926e8c8e3ae8b0e2164051d5312c74fa9c16979d802aafd286654 SHA512 d55ea1c4041e1a5043b3e3b7efcd1e561b92a394e3facbe96b069ff6a9a11c20553e62cfbc5fea966670c71376f9f9ccc24d8905f253e0f1d96dd7a588cc3e44 +DIST jmespath.py-1.0.1.gh.tar.gz 80936 BLAKE2B 9dfcdf4a8359d0e7c5f333e349d12e5c438693cf81b64df1a8a3b7211304ee228e9579be528a9b35ee0e4289539a5b4e214fcb9cb42d2b3fdbdd2e1a83975bc2 SHA512 c1676a4b7565d25c2948569005c503a0ca33908de6ed16536767da2c00c634e4ee345bcaf88a01bf6cd2996aaf722faaedff80061ab65ee77e5bc0f494f86a70 diff --git a/dev-python/jmespath/jmespath-1.0.1.ebuild b/dev-python/jmespath/jmespath-1.0.1.ebuild new file mode 100644 index 000000000000..194bb64200d5 --- /dev/null +++ b/dev-python/jmespath/jmespath-1.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +MY_P=jmespath.py-${PV} +DESCRIPTION="JSON Matching Expressions" +HOMEPAGE=" + https://github.com/jmespath/jmespath.py/ + https://pypi.org/project/jmespath/ +" +SRC_URI=" + https://github.com/jmespath/jmespath.py/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + +EPYTEST_IGNORE=( + # fuzzing tests, they take forever + extra/test_hypothesis.py +) + +distutils_enable_tests pytest |
