diff options
author | Sebastian Pipping <sping@gentoo.org> | 2021-11-22 17:42:41 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2021-11-22 17:42:41 +0100 |
commit | e456cf5a8c4e742f5c66537a4f4cc93b962af81f (patch) | |
tree | b29dd792bb5bd8a643e871571cffa830a5076bd2 /dev-python | |
parent | app-text/opensp: Drop 1.5.2-r3 (diff) | |
download | gentoo-e456cf5a8c4e742f5c66537a4f4cc93b962af81f.tar.gz gentoo-e456cf5a8c4e742f5c66537a4f4cc93b962af81f.tar.bz2 gentoo-e456cf5a8c4e742f5c66537a4f4cc93b962af81f.zip |
dev-python/ujson: 4.3.0
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ujson/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ujson/ujson-4.3.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/ujson/Manifest b/dev-python/ujson/Manifest index dcd817865795..41526044101d 100644 --- a/dev-python/ujson/Manifest +++ b/dev-python/ujson/Manifest @@ -1 +1,2 @@ DIST ujson-4.2.0.tar.gz 7129419 BLAKE2B 478ff6a3de9603478e9b747935ebc966f980dc832252974dda444b2ccb53878b3565ebdf7e8c223c687304d5f95607027d0652956d1f804cf2d80df6ce19be1a SHA512 894316eeeafe80eb3328958f4336c1989c9591caf84de5a9442f9d028c85f67d08e7c295e74f5828abc93ad56ffa2d12b98ebe0ecf4bca27ae37642fbffe47e4 +DIST ujson-4.3.0.tar.gz 7129405 BLAKE2B 434a686d319415391910c2d8358b97b27221fe8ec725394c066126e9f0b05f8624db6fd2b372add7d3629733f108e8a0d4b840328499aadf43dda3397e07aef9 SHA512 62a84562a95dbbd0825c9c961f8b769c908201c56a1981bb22809f11e7330f68a1c5fa86c182a6c7823a4d780b1afba186b6203be88eb0ec30a4e2f99e51062e diff --git a/dev-python/ujson/ujson-4.3.0.ebuild b/dev-python/ujson/ujson-4.3.0.ebuild new file mode 100644 index 000000000000..3d2e889a9b9d --- /dev/null +++ b/dev-python/ujson/ujson-4.3.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Ultra fast JSON encoder and decoder for Python" +HOMEPAGE="https://pypi.org/project/ujson/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( dev-python/pytz[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests pytest |