update demjson-2.2.4

This commit is contained in:
Andreas Billmeier 2021-06-12 17:31:52 +02:00 committed by Andreas Billmeier
parent 2fc927bd1a
commit 8940f53cec
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 8 additions and 5 deletions

View File

@ -86,6 +86,7 @@
* update zigpy-znp-0.5.1
* update zwave-js-server-python-0.26.1
* update backoff-1.10.0
* update demjson-2.2.4
2021-06-04
* cleanup PYTHON_COMPAT, remove unused Ebuilds (https://bugs.gentoo.org/793464)

View File

@ -1,3 +1,3 @@
DIST demjson-2.2.4.tar.gz 131457 BLAKE2B 2bd38a922d68c1a415e7258d7e1cc8b852c703df5cfcd2dbffb3936fb5b93950f2af56c0a8eb961868c1e478520bf8fc33855ecc704cd5f95e6e5b310ddb3b3d SHA512 d8a1cde062d0b062bdae29b6d79ad69fb9cc185428718a0009ccbed544ed37bd354fbb86edadb56bd98183ac8636b2edae322ed19aa5f07a7b6df668c7aa0029
EBUILD demjson-2.2.4.ebuild 744 BLAKE2B 8172dfd05634eb80322b5f260c9a1dc77282d59388330e687f80e6a2682d1143185bcdefcf8db925cbf34afa82defdad3a0d9f11c2f9184651f9c2133462491b SHA512 41c59071566eedf28c1dc8b99eec9baec7b322407f53af0e5452da13579d04cd4bc5a609de5eaab0cae0f769198fced15e1cf40436096b69b34cc68d15afb79a
EBUILD demjson-2.2.4.ebuild 793 BLAKE2B 9e7c5f2a8d3328331a879b7189edc78a8c8bd1c1d1ce2b416e854a050dc8cf1a01addbbb9e6825fafc9d5beb6489a4b97b151cf46366fb9385b3f34fe62302e9 SHA512 569ff798fb6284bdf92ff3e46b5babf244520c5487aae38fcb616866a964a3611334e87030c453a87c569454c5fccfe1fbfb54e4037179bba939d58c56b13ab9
MISC metadata.xml 456 BLAKE2B c19f98a47cbd91bf910b695d2aa1f8b62cecb51b43c61ba4a7a93b355ecc515ce5dbff1426e469aa2c8a7e63510e5b0e41b62193bd26bfbbc95adad33ffbe0c3 SHA512 3826f6115a2c63bebd33c7cd08f51c4de2b1659993c0147f2a43564fe3d02492942023e3c61784602e527eb7ef88a241d41b8057c56e7dd5a7804f97c9c375c5

View File

@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159"
HOMEPAGE="https://github.com/dmeranda/demjson https://pypi.org/project/demjson/"
HOMEPAGE="https://github.com/dmeranda/demjson/ http://deron.meranda.us/python/demjson/ https://pypi.org/project/demjson/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
@ -16,8 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=""
DEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]