summaryrefslogtreecommitdiff
path: root/dev-python/ujson
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-python/ujson
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-python/ujson')
-rw-r--r--dev-python/ujson/Manifest4
-rw-r--r--dev-python/ujson/ujson-5.1.0.ebuild29
-rw-r--r--dev-python/ujson/ujson-5.2.0-r1.ebuild2
3 files changed, 2 insertions, 33 deletions
diff --git a/dev-python/ujson/Manifest b/dev-python/ujson/Manifest
index 0d0aaaaa75d0..4555fb780a71 100644
--- a/dev-python/ujson/Manifest
+++ b/dev-python/ujson/Manifest
@@ -1,5 +1,3 @@
-DIST ujson-5.1.0.tar.gz 7128147 BLAKE2B edd5b944e98790f3b98c4e2dbeebd1bb058c7b10e07d7919d3354cc2bcc1c8398b5bea08d27cdad438f2aa4a5d340da377ca9ef9b4b03b3d5b0e3053787ee618 SHA512 8988696918402f9e540e878eeafb2d29ed2819d4fa6ca801251a0411981eab2663eb16599a37ffa531e2e036706bd27cb1467bac17c33579e010d106da488951
DIST ujson-5.2.0.tar.gz 7135591 BLAKE2B 1207e1eae65f859018bbb7a868c2b2010c0e4b41214ea63c1aef00a41600f69e941a1a02d22f1702f3974a3f12e90a731717681e6e9a9e782fc49716b4b13cef SHA512 c0ef90bdaa2d5e02109ea3e01288ff9ab4e4bd865ea0a33d915de2878cb13a04f24fe278f86582e042b430e6b20077f2b337d6a4349777a803e9725666952fd6
-EBUILD ujson-5.1.0.ebuild 700 BLAKE2B 8623a8cf255d688321437699fdfb60b67025747fc1db44bee130c57f9fc0e94ba9b0b9fdd5d8e2a806c8c9b1f62d28c7bc975476d2f86cba0b6e3b9c5a7a84f7 SHA512 8033e0b4a6dfcc82dd5e4268147ef22c5237a0f2f58abe108ea72e645790b788b92bfba8ee6e543842d7bb943da650fcb157b2610056982c61845b71f47a61f1
-EBUILD ujson-5.2.0-r1.ebuild 829 BLAKE2B 39332063a9b9818930ebde7fbd5723696c1abbbc089c1c1289ce12a61863435f41d69c53088b4e71d37dd101717cd41e3a72583ae0b6948083ab760bb5092444 SHA512 245e46b6ed61a9b3e39ca0817c68801eedfade481eb7838245538eddc97d60d64ada021b200054a1182654252ff2fbb8d9c5bba0a31529cdb3c7d5f2e81ed6ae
+EBUILD ujson-5.2.0-r1.ebuild 825 BLAKE2B f90044fcc282e40cc78e7f042693349bca92d3e61a1ff49e1ffb8a03b1723b862eb62aaa680b6feb98622f5fc40ea33870afd69779a11e53127b4acec69d291a SHA512 2d228a0b483c039844e0f562c40dcd2eb64d8fc8e63da9d3a5c4e888f179d2a31bb84e6f9d2bf0e557feef1341f0c2291a1858e00ceb650c8a25b328427138a9
MISC metadata.xml 494 BLAKE2B 8e20150926d62643e7ff2110cba22313db0c0e3112290ce08302d57103aa35c42a56921d0b46e0acca2ef83756eb4f7384f23ddb06fe41ef6c4a28921f11ec33 SHA512 d9c0a59f916b84d50e51a21152c1815fea90a909dc9bd44ea620b2a33ca6a92ee237aafe29debcc9d1a2bf63c84112300845309eb0ab1265e5d2b0c05dd313f0
diff --git a/dev-python/ujson/ujson-5.1.0.ebuild b/dev-python/ujson/ujson-5.1.0.ebuild
deleted file mode 100644
index 206d0e56c7c5..000000000000
--- a/dev-python/ujson/ujson-5.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? ( dev-python/pytz[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # Don't manually strip files
- sed -e '/extra_link_args/s/strip_flags/\[\]/' -i setup.py || die
-
- distutils-r1_src_prepare
-}
diff --git a/dev-python/ujson/ujson-5.2.0-r1.ebuild b/dev-python/ujson/ujson-5.2.0-r1.ebuild
index 9f40e7878480..f0755a0c8f37 100644
--- a/dev-python/ujson/ujson-5.2.0-r1.ebuild
+++ b/dev-python/ujson/ujson-5.2.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
DEPEND="
dev-libs/double-conversion:=