[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2024-05-12 Thread Michał Górny
commit: 5afaa74399f99dc92824df6fcad6eca72de4ee55
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 12 15:37:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 12 16:29:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afaa743

dev-python/simplejson: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/simplejson-3.19.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
index a014c1d7ed9b..78c4ef114cf0 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-11-06 Thread Michał Górny
commit: fd477900ddeabce9c18b05edab5126523af572de
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 10:09:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 10:09:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd477900

dev-python/simplejson: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 -
 dev-python/simplejson/simplejson-3.19.1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index ebbafe66cb22..070b48b4c162 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,2 +1 @@
-DIST simplejson-3.19.1.tar.gz 85207 BLAKE2B 
4c3d1d5de4292404e4497332fe57327ece1afcd9890b605d52a248764612da351b7c5afb36d4e1cdcb530f07b99b8d971124899b86e4b2f4005a66afcbb5
 SHA512 
a2239a932f43abe59da84fc3ba95eeaa6a720c929da79d8f4447603b8c770403c9cba0f008a66c20c5c8aa3255891b687336eef1db071171a2c8435563bbb1bd
 DIST simplejson-3.19.2.tar.gz 85311 BLAKE2B 
eecbe77c9612468a0ce52b165be9b4fc4b3d8bcca99621a2723c50fc0c89cdce981421ba71b85535f1c66b48b7178da37f117f9dec8a66cb6f3fe83e3d2d033e
 SHA512 
d92bf617e27b66d93a5d176d38c0c6ae228d1e43fdb8054cc9c2b50e3f340079c82dd3ec1af36c8d6380833d16e8eecdc8dd950bba953c195256b44b46c5

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
deleted file mode 100644
index a014c1d7ed9b..
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
-   https://github.com/simplejson/simplejson/
-   https://pypi.org/project/simplejson/
-"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="+native-extensions"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest
-
-src_configure() {
-   # native-extensions are always disabled on PyPy
-   # https://github.com/simplejson/simplejson/blob/master/setup.py#L121
-   export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
-   use native-extensions && export REQUIRE_SPEEDUPS=1
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-11-05 Thread Arthur Zamarin
commit: 29643bc25937485b1bc77c7f555835a2dc2dbe07
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov  6 07:09:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov  6 07:09:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29643bc2

dev-python/simplejson: Stabilize 3.19.2 ppc, #916938

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
index 5107314649fc..a014c1d7ed9b 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-11-05 Thread Sam James
commit: febc782211918a03d10cd4d898adf2b51a03158d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  5 20:06:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  5 20:06:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febc7822

dev-python/simplejson: Stabilize 3.19.2 ppc64, #916938

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
index 8f71f5db3088..6b43c928cc59 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-11-05 Thread Sam James
commit: 09efe4568862d0338dbb1dbbfd45230e63bcc274
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  5 20:06:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  5 20:06:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09efe456

dev-python/simplejson: Stabilize 3.19.2 x86, #916938

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
index 6b43c928cc59..5107314649fc 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-11-05 Thread Sam James
commit: 5b5bb6930c63f28048cd579e6500570b366b71e8
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  5 20:06:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  5 20:06:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5bb693

dev-python/simplejson: Stabilize 3.19.2 amd64, #916938

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
index 28b599b1a9a4..8f71f5db3088 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-11-05 Thread Arthur Zamarin
commit: 6713566c40a0110b54dc00ab83ead97852e58898
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov  5 19:24:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov  5 19:24:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6713566c

dev-python/simplejson: Stabilize 3.19.2 hppa, #916938

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
index 69755ec59fb8..f3d47b197b17 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-11-05 Thread Arthur Zamarin
commit: 6d0c6a13129ace8e576df616838fd998aab975bd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov  5 19:24:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov  5 19:24:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0c6a13

dev-python/simplejson: Stabilize 3.19.2 sparc, #916938

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
index f3d47b197b17..28b599b1a9a4 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-11-05 Thread Arthur Zamarin
commit: 87544aee2b9d99ad13d42dce0bd31892cb40109f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov  5 19:16:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov  5 19:16:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87544aee

dev-python/simplejson: Stabilize 3.19.2 arm, #916938

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
index aef08602ba2b..69755ec59fb8 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-11-05 Thread Arthur Zamarin
commit: e8586ae53dd2503923404b6c0ee66d9b34be5657
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov  5 19:09:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov  5 19:09:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8586ae5

dev-python/simplejson: Stabilize 3.19.2 arm64, #916938

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
index d74a8e138ad7..aef08602ba2b 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-10-06 Thread Michał Górny
commit: faec373a7a928318929bb67d5322fcfa4c8404ac
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 14:32:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 15:07:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faec373a

dev-python/simplejson: Bump to 3.19.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.19.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 251b7426a308..ebbafe66cb22 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1 +1,2 @@
 DIST simplejson-3.19.1.tar.gz 85207 BLAKE2B 
4c3d1d5de4292404e4497332fe57327ece1afcd9890b605d52a248764612da351b7c5afb36d4e1cdcb530f07b99b8d971124899b86e4b2f4005a66afcbb5
 SHA512 
a2239a932f43abe59da84fc3ba95eeaa6a720c929da79d8f4447603b8c770403c9cba0f008a66c20c5c8aa3255891b687336eef1db071171a2c8435563bbb1bd
+DIST simplejson-3.19.2.tar.gz 85311 BLAKE2B 
eecbe77c9612468a0ce52b165be9b4fc4b3d8bcca99621a2723c50fc0c89cdce981421ba71b85535f1c66b48b7178da37f117f9dec8a66cb6f3fe83e3d2d033e
 SHA512 
d92bf617e27b66d93a5d176d38c0c6ae228d1e43fdb8054cc9c2b50e3f340079c82dd3ec1af36c8d6380833d16e8eecdc8dd950bba953c195256b44b46c5

diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild 
b/dev-python/simplejson/simplejson-3.19.2.ebuild
new file mode 100644
index ..d74a8e138ad7
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="
+   https://github.com/simplejson/simplejson/
+   https://pypi.org/project/simplejson/
+"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="+native-extensions"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest
+
+src_configure() {
+   # native-extensions are always disabled on PyPy
+   # https://github.com/simplejson/simplejson/blob/master/setup.py#L121
+   export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
+   use native-extensions && export REQUIRE_SPEEDUPS=1
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-09-01 Thread Sam James
commit: c034c18853f510d292a132754623a9988ab7ef14
Author: Alfred Wingate  protonmail  com>
AuthorDate: Mon Aug  7 04:45:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  1 12:16:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c034c188

dev-python/simplejson: comment for native-extensions on pypy3

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index 3d2130d9f7c4..a014c1d7ed9b 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -25,6 +25,8 @@ DOCS=( README.rst CHANGES.txt )
 distutils_enable_tests unittest
 
 src_configure() {
+   # native-extensions are always disabled on PyPy
+   # https://github.com/simplejson/simplejson/blob/master/setup.py#L121
export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
use native-extensions && export REQUIRE_SPEEDUPS=1
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-06-03 Thread Michał Górny
commit: c8a9e4eb856c7bf29463b5efe3a1ca152cc750a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  4 04:53:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  4 04:58:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a9e4eb

dev-python/simplejson: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 -
 dev-python/simplejson/simplejson-3.18.4.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index f2b19d5bbbe1..251b7426a308 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,2 +1 @@
-DIST simplejson-3.18.4.tar.gz 83721 BLAKE2B 
fb9ea04402ba740a445751ff2be2f5f5c826e20f38289dcf9aa9c8abbaba4b59bf906c3378317818c77bcfa6ccc3fe76608651eac660683eeac61f5750099e3d
 SHA512 
6335389eb620c96d5c537cd335e20d4f112b86c0c463ceed4d8fa36c27bab8b00386b7995e40070bda5eed1fe5883a462579c7d09bdbc828c39537282669d0e4
 DIST simplejson-3.19.1.tar.gz 85207 BLAKE2B 
4c3d1d5de4292404e4497332fe57327ece1afcd9890b605d52a248764612da351b7c5afb36d4e1cdcb530f07b99b8d971124899b86e4b2f4005a66afcbb5
 SHA512 
a2239a932f43abe59da84fc3ba95eeaa6a720c929da79d8f4447603b8c770403c9cba0f008a66c20c5c8aa3255891b687336eef1db071171a2c8435563bbb1bd

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
deleted file mode 100644
index fcb83a588896..
--- a/dev-python/simplejson/simplejson-3.18.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
-   https://github.com/simplejson/simplejson/
-   https://pypi.org/project/simplejson/
-"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="+native-extensions"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest
-
-src_configure() {
-   export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
-   use native-extensions && export REQUIRE_SPEEDUPS=1
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-06-03 Thread Sam James
commit: 72314a90c3c81d5a8bed34235e794ed0bf68b66d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun  3 20:17:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun  3 20:17:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72314a90

dev-python/simplejson: Stabilize 3.19.1 amd64, #907797

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index b2dfd9b6d25d..3d2130d9f7c4 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-06-03 Thread Arthur Zamarin
commit: 6b6521338c31658a491c9bab49f8c89bf227cc48
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 19:46:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 19:46:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b652133

dev-python/simplejson: Stabilize 3.19.1 sparc, #907797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index bc163d80489b..b2dfd9b6d25d 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-06-03 Thread Arthur Zamarin
commit: c1704c8bfd6201a9b0ca710ac79d6068bf1d8c5c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 18:34:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 18:34:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1704c8b

dev-python/simplejson: Stabilize 3.19.1 x86, #907797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index 9ee87219f329..bc163d80489b 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-06-03 Thread Arthur Zamarin
commit: 2be7cac70e3c9cb10e727d941bb9cf58f525d54c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 18:26:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 18:26:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be7cac7

dev-python/simplejson: Stabilize 3.19.1 ppc, #907797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index 2231da3eb31a..9ee87219f329 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-06-03 Thread Arthur Zamarin
commit: fcf829c277e4013fbffb724b506606e1e8615e0d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 18:08:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 18:08:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf829c2

dev-python/simplejson: Stabilize 3.19.1 hppa, #907797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index ebb440f22de4..9a416c50526e 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-06-03 Thread Arthur Zamarin
commit: bdd076830470905e191751a7c4ede98dac8456aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 18:08:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 18:08:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd07683

dev-python/simplejson: Stabilize 3.19.1 arm, #907797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index 9a416c50526e..2231da3eb31a 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-06-03 Thread Arthur Zamarin
commit: 2e0cb6fc90207f62b934ce965c3de620c00a91ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 18:06:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 18:06:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0cb6fc

dev-python/simplejson: Stabilize 3.19.1 ppc64, #907797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index d825b4fda43c..ebb440f22de4 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-06-03 Thread Arthur Zamarin
commit: 6289230424b21d60016cb9c538715a191cd80791
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun  3 18:03:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun  3 18:03:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62892304

dev-python/simplejson: Stabilize 3.19.1 arm64, #907797

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index 8997886f2b97..d825b4fda43c 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-05-25 Thread Sam James
commit: 6bad29d2e7fe642bf499431b61497ef03df414e7
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu May 25 20:15:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 21:52:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bad29d2

dev-python/simplejson: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index 5e6f52f9a4d1..8997886f2b97 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-05-04 Thread Michał Górny
commit: 44d28eb4b305b0d965ea4a2e5efa096be1d2848a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:54:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  4 16:56:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d28eb4

dev-python/simplejson: Set DISTUTILS_EXT=1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/simplejson-3.19.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
index 8afcfa37c4ea..5e6f52f9a4d1 100644
--- a/dev-python/simplejson/simplejson-3.19.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-16 Thread Michał Górny
commit: 240bbfc27d3b7638f149234f915b37f3f103ca23
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 17 04:15:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 17 04:15:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240bbfc2

dev-python/simplejson: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 -
 dev-python/simplejson/simplejson-3.18.3.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index d70d013eebc9..f2b19d5bbbe1 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,3 +1,2 @@
-DIST simplejson-3.18.3.gh.tar.gz 81540 BLAKE2B 
bf6a162499b28a362638e19735f668571f88943ae396fb7f813d51ab0684caa8cb996a35deaf1d68adee2a812d685058e9e80d6f6e66604bbb7c704051b0b37f
 SHA512 
54223e08775ab6277722342084bf56684588dd9dda574428cb73b791d37d0b74decef6082268c0389cc4586a534a19e62ec5738fa9aee63f68e27fb465c8
 DIST simplejson-3.18.4.tar.gz 83721 BLAKE2B 
fb9ea04402ba740a445751ff2be2f5f5c826e20f38289dcf9aa9c8abbaba4b59bf906c3378317818c77bcfa6ccc3fe76608651eac660683eeac61f5750099e3d
 SHA512 
6335389eb620c96d5c537cd335e20d4f112b86c0c463ceed4d8fa36c27bab8b00386b7995e40070bda5eed1fe5883a462579c7d09bdbc828c39537282669d0e4
 DIST simplejson-3.19.1.tar.gz 85207 BLAKE2B 
4c3d1d5de4292404e4497332fe57327ece1afcd9890b605d52a248764612da351b7c5afb36d4e1cdcb530f07b99b8d971124899b86e4b2f4005a66afcbb5
 SHA512 
a2239a932f43abe59da84fc3ba95eeaa6a720c929da79d8f4447603b8c770403c9cba0f008a66c20c5c8aa3255891b687336eef1db071171a2c8435563bbb1bd

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
deleted file mode 100644
index ccff598446a2..
--- a/dev-python/simplejson/simplejson-3.18.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
-   https://github.com/simplejson/simplejson/
-   https://pypi.org/project/simplejson/
-"
-SRC_URI="
-   https://github.com/simplejson/simplejson/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="+native-extensions"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest
-
-src_configure() {
-   export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
-   use native-extensions && export REQUIRE_SPEEDUPS=1
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-16 Thread Sam James
commit: 570a3c9090935e9a7369825729a0677686495494
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 16 23:16:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 16 23:16:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570a3c90

dev-python/simplejson: Stabilize 3.18.4 x86, #904402

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
index 8284047249eb..fcb83a588896 100644
--- a/dev-python/simplejson/simplejson-3.18.4.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-16 Thread Arthur Zamarin
commit: f574c229575f1304a7a7e32f89f46a3fc45c500a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 16 17:04:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 16 17:04:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f574c229

dev-python/simplejson: Stabilize 3.18.4 amd64, #904402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
index 8b9c1312e9c3..8284047249eb 100644
--- a/dev-python/simplejson/simplejson-3.18.4.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-16 Thread Arthur Zamarin
commit: 925cdcd5c3ccbec7d88fb66f3af3e34e59ab1e76
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 16 16:38:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 16 16:38:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925cdcd5

dev-python/simplejson: Stabilize 3.18.4 hppa, #904402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
index a9585ae46d0f..8b9c1312e9c3 100644
--- a/dev-python/simplejson/simplejson-3.18.4.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-16 Thread Arthur Zamarin
commit: d6800c8afd439813a235a1e39bcd39080fc5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 16 16:35:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 16 16:35:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6800c8a

dev-python/simplejson: Stabilize 3.18.4 ppc, #904402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
index 8919892cfc1e..a9585ae46d0f 100644
--- a/dev-python/simplejson/simplejson-3.18.4.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-16 Thread Arthur Zamarin
commit: 7c0e9135b40cda4c6b812ba4364ef72b6138996e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 16 16:35:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 16 16:35:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0e9135

dev-python/simplejson: Stabilize 3.18.4 sparc, #904402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
index 2e89d7986464..8919892cfc1e 100644
--- a/dev-python/simplejson/simplejson-3.18.4.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-16 Thread Arthur Zamarin
commit: dc7992025e8a21d9b203cafba58a60468420
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 16 16:32:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 16 16:32:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc799202

dev-python/simplejson: Stabilize 3.18.4 arm64, #904402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
index 31b6a95ecb0e..2e89d7986464 100644
--- a/dev-python/simplejson/simplejson-3.18.4.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-16 Thread Arthur Zamarin
commit: 3b68587482c97c4d63c67be22b8b87682efe2b69
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 16 16:31:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 16 16:31:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b685874

dev-python/simplejson: Stabilize 3.18.4 ppc64, #904402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
index 8afcfa37c4ea..0b413c2341e5 100644
--- a/dev-python/simplejson/simplejson-3.18.4.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-16 Thread Arthur Zamarin
commit: bf8841363041101ae331bc2accc4d12d00f7fea6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 16 16:31:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 16 16:31:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf884136

dev-python/simplejson: Stabilize 3.18.4 arm, #904402

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
index 0b413c2341e5..31b6a95ecb0e 100644
--- a/dev-python/simplejson/simplejson-3.18.4.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-04-06 Thread Michał Górny
commit: 88e94dfe94b8bf48cfabff25771b8a6e4fafcda4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  7 03:37:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  7 04:18:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e94dfe

dev-python/simplejson: Bump to 3.19.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.19.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 3edfa3904273..d70d013eebc9 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,2 +1,3 @@
 DIST simplejson-3.18.3.gh.tar.gz 81540 BLAKE2B 
bf6a162499b28a362638e19735f668571f88943ae396fb7f813d51ab0684caa8cb996a35deaf1d68adee2a812d685058e9e80d6f6e66604bbb7c704051b0b37f
 SHA512 
54223e08775ab6277722342084bf56684588dd9dda574428cb73b791d37d0b74decef6082268c0389cc4586a534a19e62ec5738fa9aee63f68e27fb465c8
 DIST simplejson-3.18.4.tar.gz 83721 BLAKE2B 
fb9ea04402ba740a445751ff2be2f5f5c826e20f38289dcf9aa9c8abbaba4b59bf906c3378317818c77bcfa6ccc3fe76608651eac660683eeac61f5750099e3d
 SHA512 
6335389eb620c96d5c537cd335e20d4f112b86c0c463ceed4d8fa36c27bab8b00386b7995e40070bda5eed1fe5883a462579c7d09bdbc828c39537282669d0e4
+DIST simplejson-3.19.1.tar.gz 85207 BLAKE2B 
4c3d1d5de4292404e4497332fe57327ece1afcd9890b605d52a248764612da351b7c5afb36d4e1cdcb530f07b99b8d971124899b86e4b2f4005a66afcbb5
 SHA512 
a2239a932f43abe59da84fc3ba95eeaa6a720c929da79d8f4447603b8c770403c9cba0f008a66c20c5c8aa3255891b687336eef1db071171a2c8435563bbb1bd

diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild 
b/dev-python/simplejson/simplejson-3.19.1.ebuild
new file mode 100644
index ..8afcfa37c4ea
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.19.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="
+   https://github.com/simplejson/simplejson/
+   https://pypi.org/project/simplejson/
+"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="+native-extensions"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest
+
+src_configure() {
+   export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
+   use native-extensions && export REQUIRE_SPEEDUPS=1
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-15 Thread Michał Górny
commit: 6f19d7e13e9cd86564959199cfb8b2306ca6b556
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 06:26:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 15 06:52:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f19d7e1

dev-python/simplejson: Bump to 3.18.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.18.4.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 68ddae59b0a0..3edfa3904273 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1 +1,2 @@
 DIST simplejson-3.18.3.gh.tar.gz 81540 BLAKE2B 
bf6a162499b28a362638e19735f668571f88943ae396fb7f813d51ab0684caa8cb996a35deaf1d68adee2a812d685058e9e80d6f6e66604bbb7c704051b0b37f
 SHA512 
54223e08775ab6277722342084bf56684588dd9dda574428cb73b791d37d0b74decef6082268c0389cc4586a534a19e62ec5738fa9aee63f68e27fb465c8
+DIST simplejson-3.18.4.tar.gz 83721 BLAKE2B 
fb9ea04402ba740a445751ff2be2f5f5c826e20f38289dcf9aa9c8abbaba4b59bf906c3378317818c77bcfa6ccc3fe76608651eac660683eeac61f5750099e3d
 SHA512 
6335389eb620c96d5c537cd335e20d4f112b86c0c463ceed4d8fa36c27bab8b00386b7995e40070bda5eed1fe5883a462579c7d09bdbc828c39537282669d0e4

diff --git a/dev-python/simplejson/simplejson-3.18.4.ebuild 
b/dev-python/simplejson/simplejson-3.18.4.ebuild
new file mode 100644
index ..8afcfa37c4ea
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.18.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="
+   https://github.com/simplejson/simplejson/
+   https://pypi.org/project/simplejson/
+"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="+native-extensions"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest
+
+src_configure() {
+   export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
+   use native-extensions && export REQUIRE_SPEEDUPS=1
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-11 Thread Michał Górny
commit: 4abf3a59919f7c085af382765bed9acc2680d76a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 11 17:11:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 11 17:11:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abf3a59

dev-python/simplejson: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 -
 dev-python/simplejson/simplejson-3.18.1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 8c631cc9248e..68ddae59b0a0 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,2 +1 @@
-DIST simplejson-3.18.1.tar.gz 83603 BLAKE2B 
5f51d06238210b0bdd3dbb2338979023324e1056c2278f7eef7b929cc0bf9f9178d032829a3ce49c0b630f3367268d68753f250968962159e9a9aafcd3105d20
 SHA512 
3a18d02f42624e27c536582cf9b6ceb8559d54dd97224294a6f6ee8173ee37c0cc9cd21bad777c29ab432ac41b1495fca9d45da300b5040c175980d236d3b9d6
 DIST simplejson-3.18.3.gh.tar.gz 81540 BLAKE2B 
bf6a162499b28a362638e19735f668571f88943ae396fb7f813d51ab0684caa8cb996a35deaf1d68adee2a812d685058e9e80d6f6e66604bbb7c704051b0b37f
 SHA512 
54223e08775ab6277722342084bf56684588dd9dda574428cb73b791d37d0b74decef6082268c0389cc4586a534a19e62ec5738fa9aee63f68e27fb465c8

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
deleted file mode 100644
index d555e3c59226..
--- a/dev-python/simplejson/simplejson-3.18.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
-   https://github.com/simplejson/simplejson/
-   https://pypi.org/project/simplejson/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-11 Thread Sam James
commit: a41f11ca1afee9a93cdbbe2b4461e9b06b2aa5d9
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 11 17:08:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 11 17:08:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41f11ca

dev-python/simplejson: Stabilize 3.18.3 arm64, #900833

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
index 0c9427f9b99c..ccff598446a2 100644
--- a/dev-python/simplejson/simplejson-3.18.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-11 Thread Arthur Zamarin
commit: b56d59088e7a8137fe365ac375b27a49bd40cd43
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 16:00:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 16:00:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56d5908

dev-python/simplejson: Stabilize 3.18.3 arm, #900833

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
index c26a4a1a8b5e..0c9427f9b99c 100644
--- a/dev-python/simplejson/simplejson-3.18.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-11 Thread Arthur Zamarin
commit: b5c3761b8fbace4d3a2d2f7a5753c75fa41fa6f2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 09:53:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 09:53:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c3761b

dev-python/simplejson: Stabilize 3.18.3 hppa, #900833

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
index 78f7893044c1..c26a4a1a8b5e 100644
--- a/dev-python/simplejson/simplejson-3.18.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-11 Thread Arthur Zamarin
commit: e4b2c64bc37323d7a005eb55dfd2c112d42ba6cf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 08:33:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 08:33:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b2c64b

dev-python/simplejson: Stabilize 3.18.3 amd64, #900833

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
index 1479f0af1d46..8c6c29b74add 100644
--- a/dev-python/simplejson/simplejson-3.18.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-11 Thread Arthur Zamarin
commit: dfcd356f862df83e537edac8dbc7b73848d53e8b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 08:33:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 08:33:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcd356f

dev-python/simplejson: Stabilize 3.18.3 x86, #900833

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
index 8c6c29b74add..78f7893044c1 100644
--- a/dev-python/simplejson/simplejson-3.18.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-11 Thread Arthur Zamarin
commit: 6254a966db2cac71b7176648aee87389e9e398c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 08:33:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 08:33:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6254a966

dev-python/simplejson: Stabilize 3.18.3 sparc, #900833

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
index e8c5f6275dce..1479f0af1d46 100644
--- a/dev-python/simplejson/simplejson-3.18.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-11 Thread Arthur Zamarin
commit: 03eb84daa5f67b6591dee6ab439d594ce9a5d3af
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 08:07:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 08:07:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03eb84da

dev-python/simplejson: Stabilize 3.18.3 ppc64, #900833

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
index e6b633810b88..e8c5f6275dce 100644
--- a/dev-python/simplejson/simplejson-3.18.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-03-11 Thread Arthur Zamarin
commit: d80fb12108af0d0a561fc230fc85d0779d7c2794
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 08:04:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 08:04:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80fb121

dev-python/simplejson: Stabilize 3.18.3 ppc, #900833

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
index e517c93ea2be..e6b633810b88 100644
--- a/dev-python/simplejson/simplejson-3.18.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="+native-extensions"
 
 DOCS=( README.rst CHANGES.txt )



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-16 Thread Michał Górny
commit: d4ed2530132770b99bc4a71287fbecc3529a71b0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 16 14:11:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 16 14:11:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ed2530

dev-python/simplejson: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  2 --
 dev-python/simplejson/simplejson-3.18.0.ebuild | 24 
 dev-python/simplejson/simplejson-3.18.2.ebuild | 38 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index b0ca3be4052f..8c631cc9248e 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,4 +1,2 @@
-DIST simplejson-3.18.0.tar.gz 83533 BLAKE2B 
83c6f7f3734507f5a96b51d52dd39b0bd8ff772d51ce1f12ff2ee68f83747f519f418f78247727af7c408da4e7818d1b0d1f7b54b7780e3bc427add1eeaebb06
 SHA512 
952177fc707e5b1fb6450093876f9a7af1026271cb792bb8dc0418b83906ae32e7f2251b96f531101197d0b3204a97124bff02f7abc4cf700da4edf1320b6b08
 DIST simplejson-3.18.1.tar.gz 83603 BLAKE2B 
5f51d06238210b0bdd3dbb2338979023324e1056c2278f7eef7b929cc0bf9f9178d032829a3ce49c0b630f3367268d68753f250968962159e9a9aafcd3105d20
 SHA512 
3a18d02f42624e27c536582cf9b6ceb8559d54dd97224294a6f6ee8173ee37c0cc9cd21bad777c29ab432ac41b1495fca9d45da300b5040c175980d236d3b9d6
-DIST simplejson-3.18.2.gh.tar.gz 81518 BLAKE2B 
317ea52890a1bd48fe2a647eeffc9f8a9366c62a6e40fb91a2c154bd49fc3ec9d29c184866962cf40d86e256abc090a19d891885171d32faac8344f2e17b
 SHA512 
ef19e513bc45afacd746bf7018165e90a001dc6a91b7f749d8a0b0272283885bcaf6fa77d8e05e18805310e0ee26529dd83cb947bb25fbc3890898ccafe68a8e
 DIST simplejson-3.18.3.gh.tar.gz 81540 BLAKE2B 
bf6a162499b28a362638e19735f668571f88943ae396fb7f813d51ab0684caa8cb996a35deaf1d68adee2a812d685058e9e80d6f6e66604bbb7c704051b0b37f
 SHA512 
54223e08775ab6277722342084bf56684588dd9dda574428cb73b791d37d0b74decef6082268c0389cc4586a534a19e62ec5738fa9aee63f68e27fb465c8

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
deleted file mode 100644
index d555e3c59226..
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
-   https://github.com/simplejson/simplejson/
-   https://pypi.org/project/simplejson/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest

diff --git a/dev-python/simplejson/simplejson-3.18.2.ebuild 
b/dev-python/simplejson/simplejson-3.18.2.ebuild
deleted file mode 100644
index e517c93ea2be..
--- a/dev-python/simplejson/simplejson-3.18.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
-   https://github.com/simplejson/simplejson/
-   https://pypi.org/project/simplejson/
-"
-SRC_URI="
-   https://github.com/simplejson/simplejson/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="+native-extensions"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest
-
-src_configure() {
-   export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
-   use native-extensions && export REQUIRE_SPEEDUPS=1
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-15 Thread Sam James
commit: 8d51d5b6b22b4b6aae79c60e05c16bc83dd9cb33
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 05:22:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 05:22:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d51d5b6

dev-python/simplejson: Stabilize 3.18.1 amd64, #894098

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
index c970bc67bdc4..d555e3c59226 100644
--- a/dev-python/simplejson/simplejson-3.18.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-15 Thread Sam James
commit: f341a5c3be92fccfb6f9fe18ca294424f2873a36
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 05:01:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 05:01:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f341a5c3

dev-python/simplejson: Stabilize 3.18.1 x86, #894098

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
index fc4e519b0f9e..c970bc67bdc4 100644
--- a/dev-python/simplejson/simplejson-3.18.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-12 Thread Sam James
commit: ff786f6059407e8b293d99a0d16f227defae7cf9
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 12 21:57:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 12 21:57:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff786f60

dev-python/simplejson: Stabilize 3.18.1 arm64, #894098

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
index d4a28d0a1a42..fc4e519b0f9e 100644
--- a/dev-python/simplejson/simplejson-3.18.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-12 Thread Sam James
commit: 21b74f39dda0fd282bd1fe52c4ad2c67ec00b305
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 12 20:37:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 12 20:37:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b74f39

dev-python/simplejson: Stabilize 3.18.1 hppa, #894098

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
index 7ccd35abac2e..d4a28d0a1a42 100644
--- a/dev-python/simplejson/simplejson-3.18.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-12 Thread Sam James
commit: 88635998a5f262ba9b16dd3bb94d95561cf4d0e8
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 12 20:24:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 12 20:24:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88635998

dev-python/simplejson: Stabilize 3.18.1 sparc, #894098

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
index a893fc53e53a..7ccd35abac2e 100644
--- a/dev-python/simplejson/simplejson-3.18.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-12 Thread Jakov Smolić
commit: e616b44ac4c0fa4031c77188801b28bbd75c1a3a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 12 20:24:01 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 12 20:24:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e616b44a

dev-python/simplejson: Stabilize 3.18.1 ppc64, #894098

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/simplejson/simplejson-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
index 00c584e76e35..a893fc53e53a 100644
--- a/dev-python/simplejson/simplejson-3.18.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-12 Thread Jakov Smolić
commit: 93eadaa4fa4502634be7e53acb824816df343a9c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 12 20:23:58 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 12 20:23:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93eadaa4

dev-python/simplejson: Stabilize 3.18.1 arm, #894098

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/simplejson/simplejson-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
index 5ba52f56ab5f..8acadf1854f7 100644
--- a/dev-python/simplejson/simplejson-3.18.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-12 Thread Jakov Smolić
commit: 2cafa34db84d18f7e22f511d1c41ba2d7aa0a248
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 12 20:24:00 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 12 20:24:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cafa34d

dev-python/simplejson: Stabilize 3.18.1 ppc, #894098

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/simplejson/simplejson-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
index 8acadf1854f7..00c584e76e35 100644
--- a/dev-python/simplejson/simplejson-3.18.1.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-05 Thread Michał Górny
commit: 9a5649d11c15de014d53af9df8ca03210287bfab
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  6 04:08:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  6 04:31:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5649d1

dev-python/simplejson: Bump to 3.18.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.18.3.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 36f91f571af2..b0ca3be4052f 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,3 +1,4 @@
 DIST simplejson-3.18.0.tar.gz 83533 BLAKE2B 
83c6f7f3734507f5a96b51d52dd39b0bd8ff772d51ce1f12ff2ee68f83747f519f418f78247727af7c408da4e7818d1b0d1f7b54b7780e3bc427add1eeaebb06
 SHA512 
952177fc707e5b1fb6450093876f9a7af1026271cb792bb8dc0418b83906ae32e7f2251b96f531101197d0b3204a97124bff02f7abc4cf700da4edf1320b6b08
 DIST simplejson-3.18.1.tar.gz 83603 BLAKE2B 
5f51d06238210b0bdd3dbb2338979023324e1056c2278f7eef7b929cc0bf9f9178d032829a3ce49c0b630f3367268d68753f250968962159e9a9aafcd3105d20
 SHA512 
3a18d02f42624e27c536582cf9b6ceb8559d54dd97224294a6f6ee8173ee37c0cc9cd21bad777c29ab432ac41b1495fca9d45da300b5040c175980d236d3b9d6
 DIST simplejson-3.18.2.gh.tar.gz 81518 BLAKE2B 
317ea52890a1bd48fe2a647eeffc9f8a9366c62a6e40fb91a2c154bd49fc3ec9d29c184866962cf40d86e256abc090a19d891885171d32faac8344f2e17b
 SHA512 
ef19e513bc45afacd746bf7018165e90a001dc6a91b7f749d8a0b0272283885bcaf6fa77d8e05e18805310e0ee26529dd83cb947bb25fbc3890898ccafe68a8e
+DIST simplejson-3.18.3.gh.tar.gz 81540 BLAKE2B 
bf6a162499b28a362638e19735f668571f88943ae396fb7f813d51ab0684caa8cb996a35deaf1d68adee2a812d685058e9e80d6f6e66604bbb7c704051b0b37f
 SHA512 
54223e08775ab6277722342084bf56684588dd9dda574428cb73b791d37d0b74decef6082268c0389cc4586a534a19e62ec5738fa9aee63f68e27fb465c8

diff --git a/dev-python/simplejson/simplejson-3.18.3.ebuild 
b/dev-python/simplejson/simplejson-3.18.3.ebuild
new file mode 100644
index ..e517c93ea2be
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.18.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="
+   https://github.com/simplejson/simplejson/
+   https://pypi.org/project/simplejson/
+"
+SRC_URI="
+   https://github.com/simplejson/simplejson/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="+native-extensions"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest
+
+src_configure() {
+   export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
+   use native-extensions && export REQUIRE_SPEEDUPS=1
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-02-05 Thread Michał Górny
commit: 514ba3cca79dc7ed199ecc2d6f8c624b6c876946
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  5 16:18:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  5 16:18:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514ba3cc

dev-python/simplejson: Bump to 3.18.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/metadata.xml |  6 
 dev-python/simplejson/simplejson-3.18.2.ebuild | 38 ++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 4d003c72bbc6..36f91f571af2 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,2 +1,3 @@
 DIST simplejson-3.18.0.tar.gz 83533 BLAKE2B 
83c6f7f3734507f5a96b51d52dd39b0bd8ff772d51ce1f12ff2ee68f83747f519f418f78247727af7c408da4e7818d1b0d1f7b54b7780e3bc427add1eeaebb06
 SHA512 
952177fc707e5b1fb6450093876f9a7af1026271cb792bb8dc0418b83906ae32e7f2251b96f531101197d0b3204a97124bff02f7abc4cf700da4edf1320b6b08
 DIST simplejson-3.18.1.tar.gz 83603 BLAKE2B 
5f51d06238210b0bdd3dbb2338979023324e1056c2278f7eef7b929cc0bf9f9178d032829a3ce49c0b630f3367268d68753f250968962159e9a9aafcd3105d20
 SHA512 
3a18d02f42624e27c536582cf9b6ceb8559d54dd97224294a6f6ee8173ee37c0cc9cd21bad777c29ab432ac41b1495fca9d45da300b5040c175980d236d3b9d6
+DIST simplejson-3.18.2.gh.tar.gz 81518 BLAKE2B 
317ea52890a1bd48fe2a647eeffc9f8a9366c62a6e40fb91a2c154bd49fc3ec9d29c184866962cf40d86e256abc090a19d891885171d32faac8344f2e17b
 SHA512 
ef19e513bc45afacd746bf7018165e90a001dc6a91b7f749d8a0b0272283885bcaf6fa77d8e05e18805310e0ee26529dd83cb947bb25fbc3890898ccafe68a8e

diff --git a/dev-python/simplejson/metadata.xml 
b/dev-python/simplejson/metadata.xml
index 1f5def0900e2..d7d1eb0b9a7a 100644
--- a/dev-python/simplejson/metadata.xml
+++ b/dev-python/simplejson/metadata.xml
@@ -9,4 +9,10 @@
simplejson
simplejson/simplejson

+   
+   
+   Compiles native "C" extensions (speedups, instead of 
using Python
+   fallback code).
+   
+   
 

diff --git a/dev-python/simplejson/simplejson-3.18.2.ebuild 
b/dev-python/simplejson/simplejson-3.18.2.ebuild
new file mode 100644
index ..e517c93ea2be
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.18.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="
+   https://github.com/simplejson/simplejson/
+   https://pypi.org/project/simplejson/
+"
+SRC_URI="
+   https://github.com/simplejson/simplejson/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="+native-extensions"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest
+
+src_configure() {
+   export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
+   use native-extensions && export REQUIRE_SPEEDUPS=1
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2023-01-04 Thread Michał Górny
commit: 641d681def59c7c34626f27f50418b04851ad14c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan  4 13:23:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  4 14:12:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641d681d

dev-python/simplejson: Bump to 3.18.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.18.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 6d9a5847a4b6..4d003c72bbc6 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1 +1,2 @@
 DIST simplejson-3.18.0.tar.gz 83533 BLAKE2B 
83c6f7f3734507f5a96b51d52dd39b0bd8ff772d51ce1f12ff2ee68f83747f519f418f78247727af7c408da4e7818d1b0d1f7b54b7780e3bc427add1eeaebb06
 SHA512 
952177fc707e5b1fb6450093876f9a7af1026271cb792bb8dc0418b83906ae32e7f2251b96f531101197d0b3204a97124bff02f7abc4cf700da4edf1320b6b08
+DIST simplejson-3.18.1.tar.gz 83603 BLAKE2B 
5f51d06238210b0bdd3dbb2338979023324e1056c2278f7eef7b929cc0bf9f9178d032829a3ce49c0b630f3367268d68753f250968962159e9a9aafcd3105d20
 SHA512 
3a18d02f42624e27c536582cf9b6ceb8559d54dd97224294a6f6ee8173ee37c0cc9cd21bad777c29ab432ac41b1495fca9d45da300b5040c175980d236d3b9d6

diff --git a/dev-python/simplejson/simplejson-3.18.1.ebuild 
b/dev-python/simplejson/simplejson-3.18.1.ebuild
new file mode 100644
index ..b36a545149a5
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.18.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 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
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="
+   https://github.com/simplejson/simplejson/
+   https://pypi.org/project/simplejson/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-12-16 Thread Michał Górny
commit: 627c29d75f9571adbb68883772d43d8784980ffc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 17 06:54:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 17 07:03:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627c29d7

dev-python/simplejson: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 -
 dev-python/simplejson/simplejson-3.17.6.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index f7ee6c0ff08b..6d9a5847a4b6 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,2 +1 @@
-DIST simplejson-3.17.6.tar.gz 83134 BLAKE2B 
5aa9275673a0c8feab2a86f1bc85864791a847a7eda77ea6f3e4f8d8677ff88d2277ff659285d183d2d439c58e78b25846badb3a2fddbc959d40eb23273dfa2b
 SHA512 
4a25032fcc78025d82db571716deef8769f036a330560f92e14563687db4a42dbe60866b8afb57baf24104ef94fcbe938cdbddfc169542664957eef2d00d04e3
 DIST simplejson-3.18.0.tar.gz 83533 BLAKE2B 
83c6f7f3734507f5a96b51d52dd39b0bd8ff772d51ce1f12ff2ee68f83747f519f418f78247727af7c408da4e7818d1b0d1f7b54b7780e3bc427add1eeaebb06
 SHA512 
952177fc707e5b1fb6450093876f9a7af1026271cb792bb8dc0418b83906ae32e7f2251b96f531101197d0b3204a97124bff02f7abc4cf700da4edf1320b6b08

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
deleted file mode 100644
index a61f4bbe1312..
--- a/dev-python/simplejson/simplejson-3.17.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
-   https://github.com/simplejson/simplejson/
-   https://pypi.org/project/simplejson/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-12-16 Thread Arthur Zamarin
commit: b66dcd06a296436bc6807f3a99fe3c6816fad4ac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:44:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:44:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66dcd06

dev-python/simplejson: Stabilize 3.18.0 arm64, #886425

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
index 292d778d1eeb..99bc2d4eaaa0 100644
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-12-16 Thread Arthur Zamarin
commit: 1a9b31b9bc903aa6d90c50a97329332221f391c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:44:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:44:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9b31b9

dev-python/simplejson: Stabilize 3.18.0 hppa, #886425

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
index 99bc2d4eaaa0..a61f4bbe1312 100644
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-12-16 Thread Arthur Zamarin
commit: 3a613456903de4c2dd1444d016f92893aa67e7df
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:05:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:05:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a613456

dev-python/simplejson: Stabilize 3.18.0 ppc, #886425

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
index 884b117ef8f9..8830dfde6bde 100644
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-12-16 Thread Arthur Zamarin
commit: 24085c5f888c84ca6dc1b0bc36e551d9b5062152
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:05:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:05:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24085c5f

dev-python/simplejson: Stabilize 3.18.0 sparc, #886425

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
index 8830dfde6bde..292d778d1eeb 100644
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-12-16 Thread Arthur Zamarin
commit: 683fdbaeff5fbd20df409f9f6a5f72a070e55069
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:04:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:04:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683fdbae

dev-python/simplejson: Stabilize 3.18.0 ppc64, #886425

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
index be539216d820..60998f6b5ea6 100644
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-12-16 Thread Arthur Zamarin
commit: 0465d3c722c888ca905ab565c088b2811f19830d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:04:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:04:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0465d3c7

dev-python/simplejson: Stabilize 3.18.0 amd64, #886425

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
index 60998f6b5ea6..884b117ef8f9 100644
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-12-16 Thread Arthur Zamarin
commit: 1214299fc3e88adf7df92c7670e40ed1775a7df3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 19:45:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 19:45:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1214299f

dev-python/simplejson: Stabilize 3.18.0 arm, #886425

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
index 48743ad86afe..be539216d820 100644
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-12-16 Thread Arthur Zamarin
commit: e8687ccc87732754c5352e244ca1cf3e012c376d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 19:42:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 19:42:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8687ccc

dev-python/simplejson: Stabilize 3.18.0 x86, #886425

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/simplejson/simplejson-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
index 84d4dee1f814..48743ad86afe 100644
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.18.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-11-14 Thread Michał Górny
commit: 934e970b96d65c6d644f00d6ebb95a66cb3e4680
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 15 05:59:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 15 07:26:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934e970b

dev-python/simplejson: Bump to 3.18.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.18.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index c5dda2b98763..f7ee6c0ff08b 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1 +1,2 @@
 DIST simplejson-3.17.6.tar.gz 83134 BLAKE2B 
5aa9275673a0c8feab2a86f1bc85864791a847a7eda77ea6f3e4f8d8677ff88d2277ff659285d183d2d439c58e78b25846badb3a2fddbc959d40eb23273dfa2b
 SHA512 
4a25032fcc78025d82db571716deef8769f036a330560f92e14563687db4a42dbe60866b8afb57baf24104ef94fcbe938cdbddfc169542664957eef2d00d04e3
+DIST simplejson-3.18.0.tar.gz 83533 BLAKE2B 
83c6f7f3734507f5a96b51d52dd39b0bd8ff772d51ce1f12ff2ee68f83747f519f418f78247727af7c408da4e7818d1b0d1f7b54b7780e3bc427add1eeaebb06
 SHA512 
952177fc707e5b1fb6450093876f9a7af1026271cb792bb8dc0418b83906ae32e7f2251b96f531101197d0b3204a97124bff02f7abc4cf700da4edf1320b6b08

diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild 
b/dev-python/simplejson/simplejson-3.18.0.ebuild
new file mode 100644
index ..84d4dee1f814
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.18.0.ebuild
@@ -0,0 +1,24 @@
+# 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
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="
+   https://github.com/simplejson/simplejson/
+   https://pypi.org/project/simplejson/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-17 Thread Michał Górny
commit: 9c2e710d1ab289eaa95a9689806251426221c4df
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 17 12:44:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 17 12:45:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2e710d

dev-python/simplejson: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest|  1 -
 dev-python/simplejson/simplejson-3.17.5-r1.ebuild | 24 ---
 dev-python/simplejson/simplejson-3.17.5.ebuild| 19 --
 3 files changed, 44 deletions(-)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index a81eb9b0c418..c5dda2b98763 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,2 +1 @@
-DIST simplejson-3.17.5.tar.gz 83182 BLAKE2B 
8fbaa83c81a7478b3c62c6625e717874f6dd3bef236b85504788a66d2b820dbf601e65edbcc7056528e67a66b806b3847b8efcc522464604bd4987dce9870643
 SHA512 
f5af32e4f9b4575323f9c0eb8163e794270a8607710d08a72cece953f57861e3619038798369ea049d82b9b53f293b9d9eefdeb4dd94ab4f043506bc3f1ddfad
 DIST simplejson-3.17.6.tar.gz 83134 BLAKE2B 
5aa9275673a0c8feab2a86f1bc85864791a847a7eda77ea6f3e4f8d8677ff88d2277ff659285d183d2d439c58e78b25846badb3a2fddbc959d40eb23273dfa2b
 SHA512 
4a25032fcc78025d82db571716deef8769f036a330560f92e14563687db4a42dbe60866b8afb57baf24104ef94fcbe938cdbddfc169542664957eef2d00d04e3

diff --git a/dev-python/simplejson/simplejson-3.17.5-r1.ebuild 
b/dev-python/simplejson/simplejson-3.17.5-r1.ebuild
deleted file mode 100644
index 84d4dee1f814..
--- a/dev-python/simplejson/simplejson-3.17.5-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
-   https://github.com/simplejson/simplejson/
-   https://pypi.org/project/simplejson/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
deleted file mode 100644
index 5390d37cace5..
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ /dev/null
@@ -1,19 +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="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="https://github.com/simplejson/simplejson 
https://pypi.org/project/simplejson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-17 Thread Jakov Smolić
commit: 02f51c4c6b5032f6d65b97f9f08bb26f0d6872b6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 17 12:18:28 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 17 12:18:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f51c4c

dev-python/simplejson: Stabilize 3.17.6 hppa, #851441

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/simplejson/simplejson-3.17.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
index 99bc2d4eaaa0..a61f4bbe1312 100644
--- a/dev-python/simplejson/simplejson-3.17.6.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-13 Thread Sam James
commit: 2a6fc3e46758a714a2be87dd3bccda4bc7a93200
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 13 16:28:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 13 16:28:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6fc3e4

dev-python/simplejson: Stabilize 3.17.6 x86, #851441

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
index 98a74716e6d2..99bc2d4eaaa0 100644
--- a/dev-python/simplejson/simplejson-3.17.6.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-13 Thread Agostino Sarubbo
commit: f5d622e953433647f2ed139209508e95d1572439
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 13 07:13:02 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 13 07:13:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d622e9

dev-python/simplejson: sparc stable wrt bug #851441

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
index 058a48f0429a..98a74716e6d2 100644
--- a/dev-python/simplejson/simplejson-3.17.6.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-13 Thread Agostino Sarubbo
commit: ff55d2e8f4ea2ddd315c56e7fb48232843d2f528
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 13 07:12:03 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 13 07:12:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff55d2e8

dev-python/simplejson: ppc64 stable wrt bug #851441

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
index 9fc56d232be5..058a48f0429a 100644
--- a/dev-python/simplejson/simplejson-3.17.6.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-13 Thread Agostino Sarubbo
commit: 617acded4e79352e8a9bd66ff678e8c4868e75fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 13 07:11:23 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 13 07:11:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617acded

dev-python/simplejson: ppc stable wrt bug #851441

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
index b68aca26b009..9fc56d232be5 100644
--- a/dev-python/simplejson/simplejson-3.17.6.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-13 Thread Agostino Sarubbo
commit: 3fca8f6c64029e34e6f8308e617cee0c229e6f82
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 13 07:10:31 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 13 07:10:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fca8f6c

dev-python/simplejson: arm64 stable wrt bug #851441

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
index 357911f5fc31..b68aca26b009 100644
--- a/dev-python/simplejson/simplejson-3.17.6.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-13 Thread Agostino Sarubbo
commit: 10d85bbea32fce5084665609c3fbd293c0ff577d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 13 07:09:06 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 13 07:09:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d85bbe

dev-python/simplejson: arm stable wrt bug #851441

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
index bc0cd05d4e2f..357911f5fc31 100644
--- a/dev-python/simplejson/simplejson-3.17.6.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-13 Thread Agostino Sarubbo
commit: 25770ce00063eda731993ea824682cdd43691751
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 13 07:02:40 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 13 07:02:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25770ce0

dev-python/simplejson: amd64 stable wrt bug #851441

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
index 84d4dee1f814..bc0cd05d4e2f 100644
--- a/dev-python/simplejson/simplejson-3.17.6.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-06-05 Thread Michał Górny
commit: ad9f098512a2621e8416df5e6645faef4101b668
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  5 16:31:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  5 16:48:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9f0985

dev-python/simplejson: Bump to 3.17.6

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.17.6.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index e8eb2c660310..a81eb9b0c418 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1 +1,2 @@
 DIST simplejson-3.17.5.tar.gz 83182 BLAKE2B 
8fbaa83c81a7478b3c62c6625e717874f6dd3bef236b85504788a66d2b820dbf601e65edbcc7056528e67a66b806b3847b8efcc522464604bd4987dce9870643
 SHA512 
f5af32e4f9b4575323f9c0eb8163e794270a8607710d08a72cece953f57861e3619038798369ea049d82b9b53f293b9d9eefdeb4dd94ab4f043506bc3f1ddfad
+DIST simplejson-3.17.6.tar.gz 83134 BLAKE2B 
5aa9275673a0c8feab2a86f1bc85864791a847a7eda77ea6f3e4f8d8677ff88d2277ff659285d183d2d439c58e78b25846badb3a2fddbc959d40eb23273dfa2b
 SHA512 
4a25032fcc78025d82db571716deef8769f036a330560f92e14563687db4a42dbe60866b8afb57baf24104ef94fcbe938cdbddfc169542664957eef2d00d04e3

diff --git a/dev-python/simplejson/simplejson-3.17.6.ebuild 
b/dev-python/simplejson/simplejson-3.17.6.ebuild
new file mode 100644
index ..84d4dee1f814
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.17.6.ebuild
@@ -0,0 +1,24 @@
+# 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
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="
+   https://github.com/simplejson/simplejson/
+   https://pypi.org/project/simplejson/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-05-10 Thread Michał Górny
commit: 3362206d916422cbdb854203943f9ff9c5c20685
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 10 20:36:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 10 20:38:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3362206d

dev-python/simplejson: Use PEP517 build

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5-r1.ebuild | 24 +++
 1 file changed, 24 insertions(+)

diff --git a/dev-python/simplejson/simplejson-3.17.5-r1.ebuild 
b/dev-python/simplejson/simplejson-3.17.5-r1.ebuild
new file mode 100644
index ..a8971fc8bc71
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.17.5-r1.ebuild
@@ -0,0 +1,24 @@
+# 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..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="
+   https://github.com/simplejson/simplejson/
+   https://pypi.org/project/simplejson/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-05-10 Thread Michał Górny
commit: 0a5d644743715b3aaca9f74728abafb66db41801
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 10 20:36:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 10 20:38:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5d6447

dev-python/simplejson: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5-r1.ebuild 
b/dev-python/simplejson/simplejson-3.17.5-r1.ebuild
index a8971fc8bc71..84d4dee1f814 100644
--- a/dev-python/simplejson/simplejson-3.17.5-r1.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2022-01-17 Thread James Le Cuirot
commit: 54dbd96f84730b67bb331dcfbac8f8394c93f6cd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jan 17 12:57:36 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jan 17 12:57:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dbd96f

dev-python/simplejson: Keyword 3.17.5 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
index fb051159e269..d7d4e2b5d186 100644
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-10-11 Thread Michał Górny
commit: a78cb3e6817be40c3dda5b2d2d44b06335d975ad
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 11 18:14:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 12 05:09:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78cb3e6

dev-python/simplejson: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 -
 dev-python/simplejson/simplejson-3.17.3.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 183b775a0ae..e8eb2c66031 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,2 +1 @@
-DIST simplejson-3.17.3.tar.gz 82434 BLAKE2B 
ae6f303a204f0c5a6bc7a10aa8da3dadbd4fc3a257abb15e330d13299dcbd5bc6be97506f6d5b48f3a3fe24570ac28b331644870d03aa30f80d40e69f4d2ec15
 SHA512 
b4ccdff3df2c87ed6f5119e93560ea7ddf60fcc64f996efeef1f6077f3a559c8f9ea77fd217348c1cba2de50e40523714899de110614953baf8385bb78d10af6
 DIST simplejson-3.17.5.tar.gz 83182 BLAKE2B 
8fbaa83c81a7478b3c62c6625e717874f6dd3bef236b85504788a66d2b820dbf601e65edbcc7056528e67a66b806b3847b8efcc522464604bd4987dce9870643
 SHA512 
f5af32e4f9b4575323f9c0eb8163e794270a8607710d08a72cece953f57861e3619038798369ea049d82b9b53f293b9d9eefdeb4dd94ab4f043506bc3f1ddfad

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
deleted file mode 100644
index fb051159e26..000
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 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="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="https://github.com/simplejson/simplejson 
https://pypi.org/project/simplejson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-10-11 Thread Sam James
commit: 26d1746516e5d2fb9c3453605bee48e45ba2a6ff
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Oct 11 14:54:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 15:17:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d17465

dev-python/simplejson: stable 3.17.5 for hppa, bug #814752

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
index 24e18dc9313..fb051159e26 100644
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-10-02 Thread Sam James
commit: a8c00f80693eaefe3cf67ce03fc2e0c622210bde
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  2 18:39:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  2 18:39:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c00f80

dev-python/simplejson: Stabilize 3.17.5 arm64, #814752

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
index 950b2eadf53..24e18dc9313 100644
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-09-30 Thread Sam James
commit: 9d60f6264fa023d700dc479564c7230a1981ba9c
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:17:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:17:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d60f626

dev-python/simplejson: Stabilize 3.17.5 arm, #814752

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
index f3a42ae83e6..950b2eadf53 100644
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-09-26 Thread Agostino Sarubbo
commit: 0da105d27ed8459b2d5b41d24a2f83e9d84af94a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 26 07:28:05 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 26 07:28:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da105d2

dev-python/simplejson: ppc stable wrt bug #814752

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
index 33370a8e472..f3a42ae83e6 100644
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-09-25 Thread Sam James
commit: 9a68f7ac90f93a902021e06970b155df9eae2c20
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 26 05:00:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 26 05:00:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a68f7ac

dev-python/simplejson: Stabilize 3.17.5 x86, #814752

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
index c65dd2b7cbf..33370a8e472 100644
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-09-25 Thread Sam James
commit: 65b4118fc98364c45407a8f97329d1c199e8a738
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 25 19:54:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 25 19:54:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b4118f

dev-python/simplejson: Stabilize 3.17.5 amd64, #814752

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
index ca67b052ada..c65dd2b7cbf 100644
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-09-25 Thread Sam James
commit: 9e9d5e6ee4cf044827f34145a034d971a51d76a1
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 25 19:52:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 25 19:52:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9d5e6e

dev-python/simplejson: Stabilize 3.17.5 ppc64, #814752

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
index 4eeb70ccbda..b8905358fec 100644
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-09-25 Thread Sam James
commit: a734ce435d658e2c9161e70bc5adf1ba2e2011b0
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 25 19:52:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 25 19:52:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a734ce43

dev-python/simplejson: Stabilize 3.17.5 sparc, #814752

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
index b8905358fec..ca67b052ada 100644
--- a/dev-python/simplejson/simplejson-3.17.5.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-24 Thread Michał Górny
commit: 4365ff2aace8b178624ca84a0a26a6aac4615d83
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 24 06:29:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 24 06:59:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4365ff2a

dev-python/simplejson: Bump to 3.17.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.17.5.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 3095b65df82..183b775a0ae 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1 +1,2 @@
 DIST simplejson-3.17.3.tar.gz 82434 BLAKE2B 
ae6f303a204f0c5a6bc7a10aa8da3dadbd4fc3a257abb15e330d13299dcbd5bc6be97506f6d5b48f3a3fe24570ac28b331644870d03aa30f80d40e69f4d2ec15
 SHA512 
b4ccdff3df2c87ed6f5119e93560ea7ddf60fcc64f996efeef1f6077f3a559c8f9ea77fd217348c1cba2de50e40523714899de110614953baf8385bb78d10af6
+DIST simplejson-3.17.5.tar.gz 83182 BLAKE2B 
8fbaa83c81a7478b3c62c6625e717874f6dd3bef236b85504788a66d2b820dbf601e65edbcc7056528e67a66b806b3847b8efcc522464604bd4987dce9870643
 SHA512 
f5af32e4f9b4575323f9c0eb8163e794270a8607710d08a72cece953f57861e3619038798369ea049d82b9b53f293b9d9eefdeb4dd94ab4f043506bc3f1ddfad

diff --git a/dev-python/simplejson/simplejson-3.17.5.ebuild 
b/dev-python/simplejson/simplejson-3.17.5.ebuild
new file mode 100644
index 000..4eeb70ccbda
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.17.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 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="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="https://github.com/simplejson/simplejson 
https://pypi.org/project/simplejson/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-19 Thread Michał Górny
commit: 240861168ccbe1d396ec2034b90a97c06e0a009b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 19 21:24:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 19 21:24:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24086116

dev-python/simplejson: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest|  1 -
 dev-python/simplejson/simplejson-3.17.2-r1.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index dcf8fae7924..3095b65df82 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,2 +1 @@
-DIST simplejson-3.17.2.tar.gz 83210 BLAKE2B 
1b9f97a43bfe84f1ad506713d81483ebcd4006d1174558b7a27373f99d014e23ed72a9ec2b2006e64760c61e1e500a4f1ea4547104e7f4c71ba51003df0a5052
 SHA512 
003b2fbcb3f8e0849bdbd958c78f8b470081d97527bef82306db77940c6734a1cbf3b5dcb0984d2f9c9d14aa525e7865a08e70a10971f8841e138f7ad6476e4a
 DIST simplejson-3.17.3.tar.gz 82434 BLAKE2B 
ae6f303a204f0c5a6bc7a10aa8da3dadbd4fc3a257abb15e330d13299dcbd5bc6be97506f6d5b48f3a3fe24570ac28b331644870d03aa30f80d40e69f4d2ec15
 SHA512 
b4ccdff3df2c87ed6f5119e93560ea7ddf60fcc64f996efeef1f6077f3a559c8f9ea77fd217348c1cba2de50e40523714899de110614953baf8385bb78d10af6

diff --git a/dev-python/simplejson/simplejson-3.17.2-r1.ebuild 
b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
deleted file mode 100644
index 95f4a41c235..000
--- a/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="https://github.com/simplejson/simplejson 
https://pypi.org/project/simplejson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest
-
-python_compile() {
-   if ! python_is_python3; then
-   local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-   fi
-   distutils-r1_python_compile
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-19 Thread Sam James
commit: 48a1a3e3ac88b2673132f7faa767cec87594b1be
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 19 19:56:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 19 19:56:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a1a3e3

dev-python/simplejson: Stabilize 3.17.3 arm64, #808348

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index 8287f5b870f..fb051159e26 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-18 Thread Agostino Sarubbo
commit: 49fee6d2fd161fed55c48cb7c96463cb4fb142be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 18 12:57:25 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 18 12:57:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fee6d2

dev-python/simplejson: x86 stable wrt bug #808348

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index 7fa694649d2..8287f5b870f 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-17 Thread Sam James
commit: 68ba3de83cccb1157b6bc1c3a308b38ea9c42ed8
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 21:35:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 21:39:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ba3de8

dev-python/simplejson: Stabilize 3.17.3 arm, #808348

Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index 4094a8e369d..7fa694649d2 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-17 Thread Sam James
commit: a6632d562d74e5f68b3f9f16e19bb19550ebe755
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Aug 17 07:38:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 18:56:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6632d56

dev-python/simplejson: stable 3.17.3 for hppa, bug #808348

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-python/simplejson/simplejson-3.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index e002bff4e00..4094a8e369d 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-15 Thread Agostino Sarubbo
commit: 8d922363d93a5c7972cf1496b99686bb7c2c7baf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:19:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:19:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d922363

dev-python/simplejson: sparc stable wrt bug #808348

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index fa6cbdd637e..e002bff4e00 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-15 Thread Agostino Sarubbo
commit: 72b78fd3506290f301e34094360f0d95faa8a101
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:17:24 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:17:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b78fd3

dev-python/simplejson: ppc64 stable wrt bug #808348

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index 6f3a878ee42..fa6cbdd637e 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-15 Thread Agostino Sarubbo
commit: 2e069173a212c9a1848c64b4b99a12bed1c05ccb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:16:09 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:16:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e069173

dev-python/simplejson: ppc stable wrt bug #808348

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index d3176249738..6f3a878ee42 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-08-15 Thread Agostino Sarubbo
commit: 5f8bb440f8feff98e1b5675f42abe8568658c0a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:09:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8bb440

dev-python/simplejson: amd64 stable wrt bug #808348

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/simplejson/simplejson-3.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
index 4eeb70ccbda..d3176249738 100644
--- a/dev-python/simplejson/simplejson-3.17.3.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-07-10 Thread Michał Górny
commit: d972803f6e32e2022fef2d50e13fcdc83f9a637f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 10 06:28:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 10 07:34:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d972803f

dev-python/simplejson: Bump to 3.17.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.17.3.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index 64688c3d831..dcf8fae7924 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1 +1,2 @@
 DIST simplejson-3.17.2.tar.gz 83210 BLAKE2B 
1b9f97a43bfe84f1ad506713d81483ebcd4006d1174558b7a27373f99d014e23ed72a9ec2b2006e64760c61e1e500a4f1ea4547104e7f4c71ba51003df0a5052
 SHA512 
003b2fbcb3f8e0849bdbd958c78f8b470081d97527bef82306db77940c6734a1cbf3b5dcb0984d2f9c9d14aa525e7865a08e70a10971f8841e138f7ad6476e4a
+DIST simplejson-3.17.3.tar.gz 82434 BLAKE2B 
ae6f303a204f0c5a6bc7a10aa8da3dadbd4fc3a257abb15e330d13299dcbd5bc6be97506f6d5b48f3a3fe24570ac28b331644870d03aa30f80d40e69f4d2ec15
 SHA512 
b4ccdff3df2c87ed6f5119e93560ea7ddf60fcc64f996efeef1f6077f3a559c8f9ea77fd217348c1cba2de50e40523714899de110614953baf8385bb78d10af6

diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild 
b/dev-python/simplejson/simplejson-3.17.3.ebuild
new file mode 100644
index 000..4eeb70ccbda
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.17.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 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="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="https://github.com/simplejson/simplejson 
https://pypi.org/project/simplejson/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+DOCS=( README.rst CHANGES.txt )
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-05-06 Thread Michał Górny
commit: 4d51e5d839c8237fac0a7dddb7e26e8ac17dfcd8
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu May  6 10:59:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 18:44:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d51e5d8

dev-python/simplejson: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/simplejson/simplejson-3.17.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplejson/simplejson-3.17.2-r1.ebuild 
b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
index bd730ca3218..95f4a41c235 100644
--- a/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/

2021-01-06 Thread Fabian Groffen
commit: ed5e46afd0aa462383f9cd94c756b747aa0b8a0c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 22:22:21 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 22:22:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5e46af

dev-python/simplejson: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-python/simplejson/simplejson-3.17.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/simplejson/simplejson-3.17.2-r1.ebuild 
b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
index c5be00caf28..b0c8f4bc0d0 100644
--- a/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



  1   2   >