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

2024-05-17 Thread Michał Górny
commit: 5d3fa15fc1de3fdf943f9260c047d12300181edd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 05:17:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 05:25:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3fa15f

dev-python/jsonpatch: Enable py3.13

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

 dev-python/jsonpatch/jsonpatch-1.33.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-python/jsonpatch/jsonpatch-1.33.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.33.ebuild
index 0dcdc83e1831..cdd23d1e88f9 100644
--- a/dev-python/jsonpatch/jsonpatch-1.33.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.33.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 
@@ -35,6 +35,14 @@ BDEPEND="
)
 "
 
+src_prepare() {
+   distutils-r1_src_prepare
+
+   # https://github.com/stefankoegl/python-json-patch/pull/159
+   sed -e 
's/unittest.makeSuite/unittest.defaultTestLoader.loadTestsFromTestCase/' \
+   -i ext_tests.py tests.py
+}
+
 python_test() {
"${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
"${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"



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

2023-07-05 Thread Michał Górny
commit: df7fa8b232301b458a40c54c8ef1b35caf1a0b54
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  5 08:07:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  5 08:07:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7fa8b2

dev-python/jsonpatch: Remove old

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

 dev-python/jsonpatch/Manifest |  2 --
 dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild | 41 ---
 dev-python/jsonpatch/jsonpatch-1.32.ebuild| 28 --
 3 files changed, 71 deletions(-)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 7d18f8ebd857..ec6703058afd 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,3 +1 @@
-DIST jsonpatch-1.32.tar.gz 27988 BLAKE2B 
b60dc7607f644f1ffd095486c237e3bb537b465132725e98fc8799a42a92dcbb43e1e41d281fbc2ce2c4efec327ad681d7740129be55d94c51321e620d084d95
 SHA512 
4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d
-DIST python-json-patch-1.32.gh.tar.gz 27988 BLAKE2B 
b60dc7607f644f1ffd095486c237e3bb537b465132725e98fc8799a42a92dcbb43e1e41d281fbc2ce2c4efec327ad681d7740129be55d94c51321e620d084d95
 SHA512 
4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d
 DIST python-json-patch-1.33.gh.tar.gz 28475 BLAKE2B 
7d95ab23e09141cbe26618c91b12558d5fbfecda3e5b148d834753a364155d30859a9bdc3d321bdfcc5269f7e0170671524ae78f5fe65a8c97041bab3fb522b9
 SHA512 
0685f63949bee135b19d0962bdaab32ba97e02772b6650d885be57c09a2e89546222ebba1a4cf146b2f91027790b0a3ff2ea072d66dcebf9153aa601638bbfa2

diff --git a/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
deleted file mode 100644
index db865c090f6c..
--- a/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
+++ /dev/null
@@ -1,41 +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_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-json-patch-${PV}
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="
-   https://github.com/stefankoegl/python-json-patch/
-   https://pypi.org/project/jsonpatch/
-"
-SRC_URI="
-   https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}

diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
deleted file mode 100644
index a1091af90b37..
--- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/python-json-patch-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${RDEPEND} )
-"
-
-python_test() {
-   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}



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

2023-07-05 Thread Arthur Zamarin
commit: 56d1c815d585e3425d04135ca79fb082758701b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jul  5 08:01:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jul  5 08:01:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d1c815

dev-python/jsonpatch: Stabilize 1.33 ALLARCHES, #909695

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

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.33.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.33.ebuild
index db865c090f6c..0dcdc83e1831 100644
--- a/dev-python/jsonpatch/jsonpatch-1.33.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.33.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-06-16 Thread Michał Górny
commit: c79d4b6d740e26abce71f8c11fb937fd783e16fa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 17 05:37:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 17 05:58:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79d4b6d

dev-python/jsonpatch: Bump to 1.33

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

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.33.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 3a766fbfb10a..7d18f8ebd857 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,2 +1,3 @@
 DIST jsonpatch-1.32.tar.gz 27988 BLAKE2B 
b60dc7607f644f1ffd095486c237e3bb537b465132725e98fc8799a42a92dcbb43e1e41d281fbc2ce2c4efec327ad681d7740129be55d94c51321e620d084d95
 SHA512 
4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d
 DIST python-json-patch-1.32.gh.tar.gz 27988 BLAKE2B 
b60dc7607f644f1ffd095486c237e3bb537b465132725e98fc8799a42a92dcbb43e1e41d281fbc2ce2c4efec327ad681d7740129be55d94c51321e620d084d95
 SHA512 
4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d
+DIST python-json-patch-1.33.gh.tar.gz 28475 BLAKE2B 
7d95ab23e09141cbe26618c91b12558d5fbfecda3e5b148d834753a364155d30859a9bdc3d321bdfcc5269f7e0170671524ae78f5fe65a8c97041bab3fb522b9
 SHA512 
0685f63949bee135b19d0962bdaab32ba97e02772b6650d885be57c09a2e89546222ebba1a4cf146b2f91027790b0a3ff2ea072d66dcebf9153aa601638bbfa2

diff --git a/dev-python/jsonpatch/jsonpatch-1.33.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.33.ebuild
new file mode 100644
index ..db865c090f6c
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.33.ebuild
@@ -0,0 +1,41 @@
+# 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_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-json-patch-${PV}
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="
+   https://github.com/stefankoegl/python-json-patch/
+   https://pypi.org/project/jsonpatch/
+"
+SRC_URI="
+   https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2023-06-01 Thread Michał Górny
commit: 2175e5c9d3719c777b0c02a8fac2c44019453675
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  1 12:33:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  1 12:40:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2175e5c9

dev-python/jsonpatch: Modernize

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

 dev-python/jsonpatch/Manifest |  1 +
 dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 89d81b34902a..3a766fbfb10a 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1 +1,2 @@
 DIST jsonpatch-1.32.tar.gz 27988 BLAKE2B 
b60dc7607f644f1ffd095486c237e3bb537b465132725e98fc8799a42a92dcbb43e1e41d281fbc2ce2c4efec327ad681d7740129be55d94c51321e620d084d95
 SHA512 
4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d
+DIST python-json-patch-1.32.gh.tar.gz 27988 BLAKE2B 
b60dc7607f644f1ffd095486c237e3bb537b465132725e98fc8799a42a92dcbb43e1e41d281fbc2ce2c4efec327ad681d7740129be55d94c51321e620d084d95
 SHA512 
4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d

diff --git a/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
new file mode 100644
index ..b105a42c7ed1
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
@@ -0,0 +1,41 @@
+# 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_{10..11} )
+
+inherit distutils-r1
+
+MY_P=python-json-patch-${PV}
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="
+   https://github.com/stefankoegl/python-json-patch/
+   https://pypi.org/project/jsonpatch/
+"
+SRC_URI="
+   https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2023-06-01 Thread Michał Górny
commit: 087dbe3a57876b1c59f942bb198f91c1b0fc6a3b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  1 12:33:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  1 12:40:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087dbe3a

dev-python/jsonpatch: Enable py3.12

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

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
index b105a42c7ed1..db865c090f6c 100644
--- a/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2022-05-18 Thread Andrew Ammerlaan
commit: 086202bea20304cfd62ecdedb3554cc93ffada0f
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed May 18 14:03:33 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed May 18 14:22:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086202be

dev-python/jsonpatch: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
index ca8996d5e05c..4f3894a984da 100644
--- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2021-09-02 Thread Marek Szuba
commit: 9788f838775c6deed6255928f8efb8c38b9bcd10
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:21:01 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:26:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9788f838

dev-python/jsonpatch: keyword 1.32 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
index c8991340485..ca8996d5e05 100644
--- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-23 Thread Michał Górny
commit: 20ba53560ce17c0bd184d3901bcf57244d43ac10
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 13:21:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 13:41:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ba5356

dev-python/jsonpatch: Enable py3.10

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

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
index 6bde08476be..c8991340485 100644
--- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-04-05 Thread Michał Górny
commit: fd7c27939eac66dac2575d2f171e9ec8cb80fe01
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  5 18:37:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  5 18:37:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7c2793

dev-python/jsonpatch: Remove old

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

 dev-python/jsonpatch/Manifest  |  3 ---
 dev-python/jsonpatch/jsonpatch-1.28.ebuild | 28 
 dev-python/jsonpatch/jsonpatch-1.30.ebuild | 28 
 dev-python/jsonpatch/jsonpatch-1.31.ebuild | 28 
 4 files changed, 87 deletions(-)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index b1e72c8c3b3..89d81b34902 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,4 +1 @@
-DIST jsonpatch-1.28.tar.gz 26829 BLAKE2B 
1dee89500be23c49e5d7fdcaacb05da7ea089b691e133c5187c9558d378ae3714ad7fc6f164d0b7eea7b3cf1afefa39b7748a4637b0456051fab086e0e8f15d0
 SHA512 
2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28
-DIST jsonpatch-1.30.tar.gz 27787 BLAKE2B 
f3294e3382baac604c31c12a790b0836732a66fdf3b6cbfbab58fcee4558140dc84a408af94f2f5861aaa17fcff49ac254f42364e5d0ba1039af0a2fd518da93
 SHA512 
190507eb6d6b4a81e7e804690672863d5070c140a47090b70df36d8180644618395ffc179dabf6ba24e44268b74f670abdfd260c54dc3251b12ef4b7ad17d093
-DIST jsonpatch-1.31.tar.gz 27910 BLAKE2B 
dbcadbe3b3937b8a543cbf871516ee047937c1a53897c535c93ee01ab301970048f4f584d1f4e96b5780c95c64a94263ee55f52efd5ba0d0c0147680ee8f9ef7
 SHA512 
9f08014f311d18b97f0f0cfcc931f2615e0ba5079ff5994e9ba674e079be715c3c8de3ce1c1958235b34dcbe87dee09b103295655880273ce91652d2191704c0
 DIST jsonpatch-1.32.tar.gz 27988 BLAKE2B 
b60dc7607f644f1ffd095486c237e3bb537b465132725e98fc8799a42a92dcbb43e1e41d281fbc2ce2c4efec327ad681d7740129be55d94c51321e620d084d95
 SHA512 
4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d

diff --git a/dev-python/jsonpatch/jsonpatch-1.28.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.28.ebuild
deleted file mode 100644
index 6bde08476be..000
--- a/dev-python/jsonpatch/jsonpatch-1.28.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/python-json-patch-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${RDEPEND} )
-"
-
-python_test() {
-   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}

diff --git a/dev-python/jsonpatch/jsonpatch-1.30.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.30.ebuild
deleted file mode 100644
index 9b885b42ed8..000
--- a/dev-python/jsonpatch/jsonpatch-1.30.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/python-json-patch-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${RDEPEND} )
-"
-
-python_test() {
-   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}

diff --git a/dev-python/jsonpatch/jsonpatch-1.31.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.31.ebuild
deleted file mode 100644
index 9b885b42ed8..000
--- a/dev-python/jsonpatch/jsonpatch-1.31.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;

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

2021-04-05 Thread Sam James
commit: 06ad0b5f2fd4ab7f3e8b45801ea64a85fea2b79b
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  5 16:48:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  5 16:52:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ad0b5f

dev-python/jsonpatch: Stabilize 1.32 ALLARCHES, #780228

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

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
index 9b885b42ed8..6bde08476be 100644
--- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-03-14 Thread Michał Górny
commit: 1b3edfcdb23ef8b31d291a89bbdb3fda238810c7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 14 07:49:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 14 07:49:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3edfcd

dev-python/jsonpatch: Bump to 1.32

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

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.32.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index af7f0c014ff..b1e72c8c3b3 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,3 +1,4 @@
 DIST jsonpatch-1.28.tar.gz 26829 BLAKE2B 
1dee89500be23c49e5d7fdcaacb05da7ea089b691e133c5187c9558d378ae3714ad7fc6f164d0b7eea7b3cf1afefa39b7748a4637b0456051fab086e0e8f15d0
 SHA512 
2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28
 DIST jsonpatch-1.30.tar.gz 27787 BLAKE2B 
f3294e3382baac604c31c12a790b0836732a66fdf3b6cbfbab58fcee4558140dc84a408af94f2f5861aaa17fcff49ac254f42364e5d0ba1039af0a2fd518da93
 SHA512 
190507eb6d6b4a81e7e804690672863d5070c140a47090b70df36d8180644618395ffc179dabf6ba24e44268b74f670abdfd260c54dc3251b12ef4b7ad17d093
 DIST jsonpatch-1.31.tar.gz 27910 BLAKE2B 
dbcadbe3b3937b8a543cbf871516ee047937c1a53897c535c93ee01ab301970048f4f584d1f4e96b5780c95c64a94263ee55f52efd5ba0d0c0147680ee8f9ef7
 SHA512 
9f08014f311d18b97f0f0cfcc931f2615e0ba5079ff5994e9ba674e079be715c3c8de3ce1c1958235b34dcbe87dee09b103295655880273ce91652d2191704c0
+DIST jsonpatch-1.32.tar.gz 27988 BLAKE2B 
b60dc7607f644f1ffd095486c237e3bb537b465132725e98fc8799a42a92dcbb43e1e41d281fbc2ce2c4efec327ad681d7740129be55d94c51321e620d084d95
 SHA512 
4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d

diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
new file mode 100644
index 000..9b885b42ed8
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/python-json-patch-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${RDEPEND} )
+"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2021-03-04 Thread Michał Górny
commit: 526e8337f872618b46304bb1a7af3fbe1709d151
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  4 20:09:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  4 20:27:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526e8337

dev-python/jsonpatch: Bump to 1.31

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

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.31.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 3c16852f055..af7f0c014ff 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,2 +1,3 @@
 DIST jsonpatch-1.28.tar.gz 26829 BLAKE2B 
1dee89500be23c49e5d7fdcaacb05da7ea089b691e133c5187c9558d378ae3714ad7fc6f164d0b7eea7b3cf1afefa39b7748a4637b0456051fab086e0e8f15d0
 SHA512 
2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28
 DIST jsonpatch-1.30.tar.gz 27787 BLAKE2B 
f3294e3382baac604c31c12a790b0836732a66fdf3b6cbfbab58fcee4558140dc84a408af94f2f5861aaa17fcff49ac254f42364e5d0ba1039af0a2fd518da93
 SHA512 
190507eb6d6b4a81e7e804690672863d5070c140a47090b70df36d8180644618395ffc179dabf6ba24e44268b74f670abdfd260c54dc3251b12ef4b7ad17d093
+DIST jsonpatch-1.31.tar.gz 27910 BLAKE2B 
dbcadbe3b3937b8a543cbf871516ee047937c1a53897c535c93ee01ab301970048f4f584d1f4e96b5780c95c64a94263ee55f52efd5ba0d0c0147680ee8f9ef7
 SHA512 
9f08014f311d18b97f0f0cfcc931f2615e0ba5079ff5994e9ba674e079be715c3c8de3ce1c1958235b34dcbe87dee09b103295655880273ce91652d2191704c0

diff --git a/dev-python/jsonpatch/jsonpatch-1.31.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.31.ebuild
new file mode 100644
index 000..9b885b42ed8
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.31.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/python-json-patch-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${RDEPEND} )
+"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2021-03-02 Thread Michał Górny
commit: ebec7e53c4526e2a52cfd1497edc60d4e17f1483
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  3 07:15:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar  3 07:15:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebec7e53

dev-python/jsonpatch: Bump to 1.30

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

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.30.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index b7ac2914bf2..3c16852f055 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1 +1,2 @@
 DIST jsonpatch-1.28.tar.gz 26829 BLAKE2B 
1dee89500be23c49e5d7fdcaacb05da7ea089b691e133c5187c9558d378ae3714ad7fc6f164d0b7eea7b3cf1afefa39b7748a4637b0456051fab086e0e8f15d0
 SHA512 
2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28
+DIST jsonpatch-1.30.tar.gz 27787 BLAKE2B 
f3294e3382baac604c31c12a790b0836732a66fdf3b6cbfbab58fcee4558140dc84a408af94f2f5861aaa17fcff49ac254f42364e5d0ba1039af0a2fd518da93
 SHA512 
190507eb6d6b4a81e7e804690672863d5070c140a47090b70df36d8180644618395ffc179dabf6ba24e44268b74f670abdfd260c54dc3251b12ef4b7ad17d093

diff --git a/dev-python/jsonpatch/jsonpatch-1.30.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.30.ebuild
new file mode 100644
index 000..9b885b42ed8
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.30.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/python-json-patch-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${RDEPEND} )
+"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2021-01-05 Thread Michał Górny
commit: 4126a04b23339a1af00ddd33ed78cf2ee8f53896
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  5 21:28:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  5 21:28:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4126a04b

dev-python/jsonpatch: Remove old

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

 dev-python/jsonpatch/Manifest  |  1 -
 dev-python/jsonpatch/jsonpatch-1.27.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 011f96b588b..b7ac2914bf2 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,2 +1 @@
-DIST jsonpatch-1.27.tar.gz 26599 BLAKE2B 
b3481b4dd01d4fc6c2ad129141fb2b72d53d04744da54c1e4c989b2869113c15862d1ec5c84390758ad495ac36a9156f0e7b730ad091f96f6cb42fe96dde7fcd
 SHA512 
297ca02d114e6b199bd516f69dca147fbe309f0a1b031046859271720645322607236f97b489c242575f7e1ad3cab0c68b1b7f11894c5af82be24013e376c0a4
 DIST jsonpatch-1.28.tar.gz 26829 BLAKE2B 
1dee89500be23c49e5d7fdcaacb05da7ea089b691e133c5187c9558d378ae3714ad7fc6f164d0b7eea7b3cf1afefa39b7748a4637b0456051fab086e0e8f15d0
 SHA512 
2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28

diff --git a/dev-python/jsonpatch/jsonpatch-1.27.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.27.ebuild
deleted file mode 100644
index f52165d4f2f..000
--- a/dev-python/jsonpatch/jsonpatch-1.27.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/python-json-patch-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${RDEPEND} )
-"
-
-python_test() {
-   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}



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

2021-01-05 Thread Sam James
commit: 99f29bda769e3bc25328f015c879727ddf0fb454
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  5 21:02:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  5 21:02:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f29bda

dev-python/jsonpatch: Stabilize 1.28 ALLARCHES, #763726

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

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.28.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.28.ebuild
index 7b86861b301..45af65217c9 100644
--- a/dev-python/jsonpatch/jsonpatch-1.28.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.28.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 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-12-27 Thread Michał Górny
commit: db9edce3cdd7e4a7be36a28190d59507306d93b6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 27 08:39:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 27 08:39:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9edce3

dev-python/jsonpatch: Remove old

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

 dev-python/jsonpatch/Manifest  |  1 -
 dev-python/jsonpatch/jsonpatch-1.26.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 436f4168cc3..011f96b588b 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,3 +1,2 @@
-DIST jsonpatch-1.26.tar.gz 24440 BLAKE2B 
345831bd9a9fc1902d0959685ed2dbbc0bf04d191bbc78567d27283e9ae52f7e22f50e9f400461300d1c3388712afa51d4d6a2ddd0a06dbc0a1b576b02bfe807
 SHA512 
1ab25c8e091cd0b772062a8c448fee4772081d8bd715489b2f7a76e4c0bdff8b26dd38b26c3037cf9bdf8780b97e62a20b6a5bdc43f43af16fdae51d1291bf52
 DIST jsonpatch-1.27.tar.gz 26599 BLAKE2B 
b3481b4dd01d4fc6c2ad129141fb2b72d53d04744da54c1e4c989b2869113c15862d1ec5c84390758ad495ac36a9156f0e7b730ad091f96f6cb42fe96dde7fcd
 SHA512 
297ca02d114e6b199bd516f69dca147fbe309f0a1b031046859271720645322607236f97b489c242575f7e1ad3cab0c68b1b7f11894c5af82be24013e376c0a4
 DIST jsonpatch-1.28.tar.gz 26829 BLAKE2B 
1dee89500be23c49e5d7fdcaacb05da7ea089b691e133c5187c9558d378ae3714ad7fc6f164d0b7eea7b3cf1afefa39b7748a4637b0456051fab086e0e8f15d0
 SHA512 
2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28

diff --git a/dev-python/jsonpatch/jsonpatch-1.26.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
deleted file mode 100644
index f52165d4f2f..000
--- a/dev-python/jsonpatch/jsonpatch-1.26.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/python-json-patch-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${RDEPEND} )
-"
-
-python_test() {
-   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}



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

2020-12-26 Thread Sam James
commit: 9f0e6af6b348d287a18c148b41b5db2de57ba850
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 23:37:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 23:37:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0e6af6

dev-python/jsonpatch: Stabilize 1.27 ALLARCHES, #761634

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

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.27.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.27.ebuild
index 7b86861b301..f52165d4f2f 100644
--- a/dev-python/jsonpatch/jsonpatch-1.27.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.27.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-12-02 Thread Michał Górny
commit: 7e5ffa0ca09c8aed950a2e45b35df960440da40d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  2 09:01:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  2 09:20:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5ffa0c

dev-python/jsonpatch: Bump to 1.28

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

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.28.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 5c277f2b291..436f4168cc3 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,2 +1,3 @@
 DIST jsonpatch-1.26.tar.gz 24440 BLAKE2B 
345831bd9a9fc1902d0959685ed2dbbc0bf04d191bbc78567d27283e9ae52f7e22f50e9f400461300d1c3388712afa51d4d6a2ddd0a06dbc0a1b576b02bfe807
 SHA512 
1ab25c8e091cd0b772062a8c448fee4772081d8bd715489b2f7a76e4c0bdff8b26dd38b26c3037cf9bdf8780b97e62a20b6a5bdc43f43af16fdae51d1291bf52
 DIST jsonpatch-1.27.tar.gz 26599 BLAKE2B 
b3481b4dd01d4fc6c2ad129141fb2b72d53d04744da54c1e4c989b2869113c15862d1ec5c84390758ad495ac36a9156f0e7b730ad091f96f6cb42fe96dde7fcd
 SHA512 
297ca02d114e6b199bd516f69dca147fbe309f0a1b031046859271720645322607236f97b489c242575f7e1ad3cab0c68b1b7f11894c5af82be24013e376c0a4
+DIST jsonpatch-1.28.tar.gz 26829 BLAKE2B 
1dee89500be23c49e5d7fdcaacb05da7ea089b691e133c5187c9558d378ae3714ad7fc6f164d0b7eea7b3cf1afefa39b7748a4637b0456051fab086e0e8f15d0
 SHA512 
2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28

diff --git a/dev-python/jsonpatch/jsonpatch-1.28.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.28.ebuild
new file mode 100644
index 000..7b86861b301
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.28.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/python-json-patch-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${RDEPEND} )
+"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2020-11-23 Thread Michał Górny
commit: cc2dea922d791ace1c069f8380e2a84be4e04302
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 23 23:35:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 24 07:42:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc2dea92

dev-python/jsonpatch: Bump to 1.27

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

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.27.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 2bb42a4ccf6..5c277f2b291 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1 +1,2 @@
 DIST jsonpatch-1.26.tar.gz 24440 BLAKE2B 
345831bd9a9fc1902d0959685ed2dbbc0bf04d191bbc78567d27283e9ae52f7e22f50e9f400461300d1c3388712afa51d4d6a2ddd0a06dbc0a1b576b02bfe807
 SHA512 
1ab25c8e091cd0b772062a8c448fee4772081d8bd715489b2f7a76e4c0bdff8b26dd38b26c3037cf9bdf8780b97e62a20b6a5bdc43f43af16fdae51d1291bf52
+DIST jsonpatch-1.27.tar.gz 26599 BLAKE2B 
b3481b4dd01d4fc6c2ad129141fb2b72d53d04744da54c1e4c989b2869113c15862d1ec5c84390758ad495ac36a9156f0e7b730ad091f96f6cb42fe96dde7fcd
 SHA512 
297ca02d114e6b199bd516f69dca147fbe309f0a1b031046859271720645322607236f97b489c242575f7e1ad3cab0c68b1b7f11894c5af82be24013e376c0a4

diff --git a/dev-python/jsonpatch/jsonpatch-1.27.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.27.ebuild
new file mode 100644
index 000..7b86861b301
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.27.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/python-json-patch-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${RDEPEND} )
+"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2020-07-30 Thread Michał Górny
commit: 826c94a7a126386331fb22e3e48029d7e3fce8bc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 20:35:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 20:40:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826c94a7

dev-python/jsonpatch: Remove old

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

 dev-python/jsonpatch/Manifest  |  1 -
 dev-python/jsonpatch/jsonpatch-1.25.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index b531445381d..2bb42a4ccf6 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,2 +1 @@
-DIST jsonpatch-1.25.tar.gz 24340 BLAKE2B 
0022b4b0b3a0487958b86f14c1738a32593b8056510e3836e15385874b64f5d243d757c99a146a48da6563f0d9330eb38cb91ad6cde3e0a1b4cb8cbd3b15f9dd
 SHA512 
5e1d5b6dcb6ee847ddd561400fe2d00e07aa1827a63ab98a38cd5e91fa0e52d8635eba1192edbccf9c7b9ce9c7ce0a414d580665c427c87a820e533d26092ad6
 DIST jsonpatch-1.26.tar.gz 24440 BLAKE2B 
345831bd9a9fc1902d0959685ed2dbbc0bf04d191bbc78567d27283e9ae52f7e22f50e9f400461300d1c3388712afa51d4d6a2ddd0a06dbc0a1b576b02bfe807
 SHA512 
1ab25c8e091cd0b772062a8c448fee4772081d8bd715489b2f7a76e4c0bdff8b26dd38b26c3037cf9bdf8780b97e62a20b6a5bdc43f43af16fdae51d1291bf52

diff --git a/dev-python/jsonpatch/jsonpatch-1.25.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.25.ebuild
deleted file mode 100644
index e8cf3b1d745..000
--- a/dev-python/jsonpatch/jsonpatch-1.25.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/python-json-patch-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( ${RDEPEND} )
-"
-
-python_test() {
-   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}



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

2020-07-30 Thread Sam James
commit: b947fa2a0e4265e1011539bfad5e213c42eaab4a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 19:50:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 19:50:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b947fa2a

dev-python/jsonpatch: ALLARCHES stable (via amd64, bug #734426)

Closes: https://bugs.gentoo.org/734426
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.26.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
index 1fc20f1edc7..f52165d4f2f 100644
--- a/dev-python/jsonpatch/jsonpatch-1.26.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-30 Thread Sam James
commit: f40ddcf085f1ea47b5467d9a802082c48da039f5
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 19:24:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 19:35:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40ddcf0

dev-python/jsonpatch: arm64 stable (bug #734426)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.26.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
index 42c0a898ac3..1fc20f1edc7 100644
--- a/dev-python/jsonpatch/jsonpatch-1.26.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-07-29 Thread Michał Górny
commit: 3909107ddc6a9ff1b54ac99e8fa9b5cc737dc0d9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 09:14:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 29 10:19:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3909107d

dev-python/jsonpatch: Mark ALLARCHES

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

 dev-python/jsonpatch/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/jsonpatch/metadata.xml 
b/dev-python/jsonpatch/metadata.xml
index 90675b487db..59af1ed74a7 100644
--- a/dev-python/jsonpatch/metadata.xml
+++ b/dev-python/jsonpatch/metadata.xml
@@ -13,6 +13,7 @@
   Python library to apply JSON Patches according to
   http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-08
   
+  
   
 jsonpatch
 stefankoegl/python-json-patch



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

2020-07-16 Thread Sam James
commit: 35f8db0b5fb080d92b05d597c404ace77310f2fb
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 17 01:48:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 17 01:48:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f8db0b

dev-python/jsonpatch: arm keyworded (bug #732484)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.26.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
index 78968326363..7b86861b301 100644
--- a/dev-python/jsonpatch/jsonpatch-1.26.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-23 Thread Michał Górny
commit: e6ea5e6bb5caf90915943d368e57cbffb1af5e59
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 23 05:06:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 23 06:03:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ea5e6b

dev-python/jsonpatch: Bump to 1.26

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

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.26.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 90c624cf749..b531445381d 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1 +1,2 @@
 DIST jsonpatch-1.25.tar.gz 24340 BLAKE2B 
0022b4b0b3a0487958b86f14c1738a32593b8056510e3836e15385874b64f5d243d757c99a146a48da6563f0d9330eb38cb91ad6cde3e0a1b4cb8cbd3b15f9dd
 SHA512 
5e1d5b6dcb6ee847ddd561400fe2d00e07aa1827a63ab98a38cd5e91fa0e52d8635eba1192edbccf9c7b9ce9c7ce0a414d580665c427c87a820e533d26092ad6
+DIST jsonpatch-1.26.tar.gz 24440 BLAKE2B 
345831bd9a9fc1902d0959685ed2dbbc0bf04d191bbc78567d27283e9ae52f7e22f50e9f400461300d1c3388712afa51d4d6a2ddd0a06dbc0a1b576b02bfe807
 SHA512 
1ab25c8e091cd0b772062a8c448fee4772081d8bd715489b2f7a76e4c0bdff8b26dd38b26c3037cf9bdf8780b97e62a20b6a5bdc43f43af16fdae51d1291bf52

diff --git a/dev-python/jsonpatch/jsonpatch-1.26.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
new file mode 100644
index 000..78968326363
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.26.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/python-json-patch-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${RDEPEND} )
+"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2020-06-14 Thread Michał Górny
commit: 172ab0c5d942fc83c056fadd61bd6d238d2deaec
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 14 09:38:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 14 11:09:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172ab0c5

dev-python/jsonpatch: Port to py3.9

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

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.25.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.25.ebuild
index 29d72258211..a78accbc67f 100644
--- a/dev-python/jsonpatch/jsonpatch-1.25.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.25.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
@@ -15,12 +15,12 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
 BDEPEND="
test? ( ${RDEPEND} )
 "
-RESTRICT="!test? ( test )"
 
 python_test() {
"${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"



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

2020-05-04 Thread Michał Górny
commit: c2850432d6eaf262373e7ddeab22c85a336017fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 11:12:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 11:12:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2850432

dev-python/jsonpatch: Remove old

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

 dev-python/jsonpatch/Manifest  |  1 -
 dev-python/jsonpatch/jsonpatch-1.23.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 353a6af6641..90c624cf749 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,2 +1 @@
-DIST jsonpatch-1.23.tar.gz 18162 BLAKE2B 
86322a4de88d37eb674d28425d3aee4ad3b589c724b124f37f16e8303200c742404512b9c675f5b5eb8d8f7916469ebb7915bf289c8190092bcf48a1cb9ca7a0
 SHA512 
da612fc043e351087fbda26cd5686743107dafca1223e784626c39113dfb4770647db1420e9ab9eee93d12c608a6e0812f0825229ab092962cfb390b6b1795ed
 DIST jsonpatch-1.25.tar.gz 24340 BLAKE2B 
0022b4b0b3a0487958b86f14c1738a32593b8056510e3836e15385874b64f5d243d757c99a146a48da6563f0d9330eb38cb91ad6cde3e0a1b4cb8cbd3b15f9dd
 SHA512 
5e1d5b6dcb6ee847ddd561400fe2d00e07aa1827a63ab98a38cd5e91fa0e52d8635eba1192edbccf9c7b9ce9c7ce0a414d580665c427c87a820e533d26092ad6

diff --git a/dev-python/jsonpatch/jsonpatch-1.23.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.23.ebuild
deleted file mode 100644
index 0b8c2f80ac1..000
--- a/dev-python/jsonpatch/jsonpatch-1.23.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )"
-
-python_test() {
-   "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}



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

2020-05-03 Thread Agostino Sarubbo
commit: ac94ce891e4a42e9549865639b8345c758f15e8b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 15:12:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 15:12:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac94ce89

dev-python/jsonpatch: ppc64 stable wrt bug #720526

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

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.25.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.25.ebuild
index f02fc95f96a..e692f91dee4 100644
--- a/dev-python/jsonpatch/jsonpatch-1.25.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.25.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"



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

2020-04-02 Thread Patrick McLean
commit: c9c40536686e8c8e3c37c742c28040ef853d484e
Author: Patrick McLean  sony  com>
AuthorDate: Thu Apr  2 21:31:55 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Apr  2 21:31:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c40536

dev-python/jsonpatch-1.25: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.25.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 8a86cfc672a..353a6af6641 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1 +1,2 @@
 DIST jsonpatch-1.23.tar.gz 18162 BLAKE2B 
86322a4de88d37eb674d28425d3aee4ad3b589c724b124f37f16e8303200c742404512b9c675f5b5eb8d8f7916469ebb7915bf289c8190092bcf48a1cb9ca7a0
 SHA512 
da612fc043e351087fbda26cd5686743107dafca1223e784626c39113dfb4770647db1420e9ab9eee93d12c608a6e0812f0825229ab092962cfb390b6b1795ed
+DIST jsonpatch-1.25.tar.gz 24340 BLAKE2B 
0022b4b0b3a0487958b86f14c1738a32593b8056510e3836e15385874b64f5d243d757c99a146a48da6563f0d9330eb38cb91ad6cde3e0a1b4cb8cbd3b15f9dd
 SHA512 
5e1d5b6dcb6ee847ddd561400fe2d00e07aa1827a63ab98a38cd5e91fa0e52d8635eba1192edbccf9c7b9ce9c7ce0a414d580665c427c87a820e533d26092ad6

diff --git a/dev-python/jsonpatch/jsonpatch-1.25.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.25.ebuild
new file mode 100644
index 000..77592f3ef04
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.25.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="https://github.com/stefankoegl/python-json-patch/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/python-json-patch-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${RDEPEND} )
+"
+RESTRICT="!test? ( test )"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${EPYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2020-03-27 Thread Michał Górny
commit: 437b147d0648c5b881df88fe70de62a7e327dd0a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 20:08:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 20:22:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437b147d

dev-python/jsonpatch: Remove redundant versions

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

 dev-python/jsonpatch/Manifest  |  3 ---
 dev-python/jsonpatch/jsonpatch-1.13.ebuild | 28 
 dev-python/jsonpatch/jsonpatch-1.15.ebuild | 28 
 dev-python/jsonpatch/jsonpatch-1.21.ebuild | 27 ---
 4 files changed, 86 deletions(-)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index fcf55357a12..8a86cfc672a 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,4 +1 @@
-DIST jsonpatch-1.13.tar.gz 15119 BLAKE2B 
70ddb570451ac1f3d218de0f79f0a639eb922ce72084cf3bc7e89a3efedb85c6238293bf59608a51f07c33358dc0488550f982f122e89e2414ddfce26fe08c1f
 SHA512 
23f0c92c2c8834d5e3129e9ba78ece7da2646dd60d5b0522b0f09d83e20057ef7517042e5ee8547804185d3ce23cff394c8fe78df93fad7999fae12cc5467a45
-DIST jsonpatch-1.15.tar.gz 15544 BLAKE2B 
1b9facd2a88a997356aeace8ddec9011f4f3c4df812fb157cd22f1210ac2e2502e8b9e18e02ea477c869758cdfc1dd0b6b4c8d76ce59ffdd68d4db14c550b572
 SHA512 
c5df880764b14a2fb60bb46e319bf006644ce1472d0413cf08ad151cf386e5be9fec197fd9efe0bfc3aa22dadf4078344c11211c1e8a3d5cc3ddcb998795dc91
-DIST jsonpatch-1.21.tar.gz 15208 BLAKE2B 
88af93bfd7c317319d958bc3386f9551279af2fa9631c24c49231eb67398fd80f298e26957f232c9705219d4fa7033bb62f98b5d5391f6eb9f53113a1d351876
 SHA512 
dc902b750241833a68612430f07007080ed56dce8a7a4bdd1c042f944cd6cfdc03f4b422cc6bed6bc3b21ea390c5a281cd08181e27d6b57fc5fb657787c1d740
 DIST jsonpatch-1.23.tar.gz 18162 BLAKE2B 
86322a4de88d37eb674d28425d3aee4ad3b589c724b124f37f16e8303200c742404512b9c675f5b5eb8d8f7916469ebb7915bf289c8190092bcf48a1cb9ca7a0
 SHA512 
da612fc043e351087fbda26cd5686743107dafca1223e784626c39113dfb4770647db1420e9ab9eee93d12c608a6e0812f0825229ab092962cfb390b6b1795ed

diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
deleted file mode 100644
index f4ec5d6600d..000
--- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches according to
-   http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )"
-
-python_test() {
-   "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}

diff --git a/dev-python/jsonpatch/jsonpatch-1.15.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.15.ebuild
deleted file mode 100644
index 1f1c237810f..000
--- a/dev-python/jsonpatch/jsonpatch-1.15.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches according to
-   http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )"
-
-python_test() {
-   "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
-   "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
-}

diff --git a/dev-python/jsonpatch/jsonpatch-1.21.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
deleted file mode 100644
index a3c42315c2d..000
--- a/dev-python/jsonpatch/jsonpatch-1.21.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
-HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86 

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

2020-02-05 Thread Michał Górny
commit: 7d1872bbb922a959cf8e0df82f18d0f826ca5109
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 15:24:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 15:29:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1872bb

dev-python/jsonpatch: Remove py2

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

 dev-python/jsonpatch/jsonpatch-1.13.ebuild | 2 +-
 dev-python/jsonpatch/jsonpatch-1.15.ebuild | 2 +-
 dev-python/jsonpatch/jsonpatch-1.21.ebuild | 2 +-
 dev-python/jsonpatch/jsonpatch-1.23.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
index 359b638f6b4..f4ec5d6600d 100644
--- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 RESTRICT="test"
 

diff --git a/dev-python/jsonpatch/jsonpatch-1.15.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.15.ebuild
index afc9c529f93..1f1c237810f 100644
--- a/dev-python/jsonpatch/jsonpatch-1.15.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.15.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 RESTRICT="test"
 

diff --git a/dev-python/jsonpatch/jsonpatch-1.21.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
index 858be7d7a10..a3c42315c2d 100644
--- a/dev-python/jsonpatch/jsonpatch-1.21.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 RESTRICT="test"
 

diff --git a/dev-python/jsonpatch/jsonpatch-1.23.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.23.ebuild
index 9076661a498..0b8c2f80ac1 100644
--- a/dev-python/jsonpatch/jsonpatch-1.23.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.23.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 RESTRICT="test"
 



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

2019-05-11 Thread Matthew Thode
commit: bba5545f78f0b2a4c8cab65a365268730ea820c7
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 19:03:23 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 19:06:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba5545f

dev-python/jsonpatch: 1.23 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.23.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.23.ebuild
index 3c50463d480..2f161cd1bf9 100644
--- a/dev-python/jsonpatch/jsonpatch-1.23.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.23.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"



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

2019-04-09 Thread Matthew Thode
commit: 808c234d1e4f6d5fed4d2ff5c77877e5e28b3490
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 10 05:00:18 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 10 05:08:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808c234d

dev-python/jsonpatch: 1.23 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.23.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 6fbe40c34e4..fcf55357a12 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,3 +1,4 @@
 DIST jsonpatch-1.13.tar.gz 15119 BLAKE2B 
70ddb570451ac1f3d218de0f79f0a639eb922ce72084cf3bc7e89a3efedb85c6238293bf59608a51f07c33358dc0488550f982f122e89e2414ddfce26fe08c1f
 SHA512 
23f0c92c2c8834d5e3129e9ba78ece7da2646dd60d5b0522b0f09d83e20057ef7517042e5ee8547804185d3ce23cff394c8fe78df93fad7999fae12cc5467a45
 DIST jsonpatch-1.15.tar.gz 15544 BLAKE2B 
1b9facd2a88a997356aeace8ddec9011f4f3c4df812fb157cd22f1210ac2e2502e8b9e18e02ea477c869758cdfc1dd0b6b4c8d76ce59ffdd68d4db14c550b572
 SHA512 
c5df880764b14a2fb60bb46e319bf006644ce1472d0413cf08ad151cf386e5be9fec197fd9efe0bfc3aa22dadf4078344c11211c1e8a3d5cc3ddcb998795dc91
 DIST jsonpatch-1.21.tar.gz 15208 BLAKE2B 
88af93bfd7c317319d958bc3386f9551279af2fa9631c24c49231eb67398fd80f298e26957f232c9705219d4fa7033bb62f98b5d5391f6eb9f53113a1d351876
 SHA512 
dc902b750241833a68612430f07007080ed56dce8a7a4bdd1c042f944cd6cfdc03f4b422cc6bed6bc3b21ea390c5a281cd08181e27d6b57fc5fb657787c1d740
+DIST jsonpatch-1.23.tar.gz 18162 BLAKE2B 
86322a4de88d37eb674d28425d3aee4ad3b589c724b124f37f16e8303200c742404512b9c675f5b5eb8d8f7916469ebb7915bf289c8190092bcf48a1cb9ca7a0
 SHA512 
da612fc043e351087fbda26cd5686743107dafca1223e784626c39113dfb4770647db1420e9ab9eee93d12c608a6e0812f0825229ab092962cfb390b6b1795ed

diff --git a/dev-python/jsonpatch/jsonpatch-1.23.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.23.ebuild
new file mode 100644
index 000..072e9725cab
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.23.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )"
+
+python_test() {
+   "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2018-02-23 Thread Matt Thode
commit: e3774051b63264110f37aea3573e001664b9ed05
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 24 04:37:43 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 24 05:51:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3774051

dev-python/jsonpatch: fix description length

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/jsonpatch/jsonpatch-1.21.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/jsonpatch/jsonpatch-1.21.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
index b1dcf7799db..3bf2670e142 100644
--- a/dev-python/jsonpatch/jsonpatch-1.21.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
@@ -8,8 +8,7 @@ RESTRICT="test"
 
 inherit distutils-r1
 
-DESCRIPTION="Apply JSON-Patches according to
-   http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+DESCRIPTION="Apply JSON-Patches like 
http://tools.ietf.org/html/draft-pbryan-json-patch-04;
 HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



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

2018-02-23 Thread Matt Thode
commit: 41abe63a0f7c43f3770147a550c9f2087cfbe330
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 24 04:36:59 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 24 05:51:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41abe63a

dev-python/jsonpatch: 1.21 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.21.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index 397ea690951..6fbe40c34e4 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,2 +1,3 @@
 DIST jsonpatch-1.13.tar.gz 15119 BLAKE2B 
70ddb570451ac1f3d218de0f79f0a639eb922ce72084cf3bc7e89a3efedb85c6238293bf59608a51f07c33358dc0488550f982f122e89e2414ddfce26fe08c1f
 SHA512 
23f0c92c2c8834d5e3129e9ba78ece7da2646dd60d5b0522b0f09d83e20057ef7517042e5ee8547804185d3ce23cff394c8fe78df93fad7999fae12cc5467a45
 DIST jsonpatch-1.15.tar.gz 15544 BLAKE2B 
1b9facd2a88a997356aeace8ddec9011f4f3c4df812fb157cd22f1210ac2e2502e8b9e18e02ea477c869758cdfc1dd0b6b4c8d76ce59ffdd68d4db14c550b572
 SHA512 
c5df880764b14a2fb60bb46e319bf006644ce1472d0413cf08ad151cf386e5be9fec197fd9efe0bfc3aa22dadf4078344c11211c1e8a3d5cc3ddcb998795dc91
+DIST jsonpatch-1.21.tar.gz 15208 BLAKE2B 
88af93bfd7c317319d958bc3386f9551279af2fa9631c24c49231eb67398fd80f298e26957f232c9705219d4fa7033bb62f98b5d5391f6eb9f53113a1d351876
 SHA512 
dc902b750241833a68612430f07007080ed56dce8a7a4bdd1c042f944cd6cfdc03f4b422cc6bed6bc3b21ea390c5a281cd08181e27d6b57fc5fb657787c1d740

diff --git a/dev-python/jsonpatch/jsonpatch-1.21.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
new file mode 100644
index 000..b1dcf7799db
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.21.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches according to
+   http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )"
+
+python_test() {
+   "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2017-02-26 Thread Zac Medico
commit: f96f6b25cf097814db43722325186def6cc35d7c
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 27 06:21:13 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 27 06:21:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96f6b25

dev-python/jsonpatch: version bump to 1.15

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.15.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index b6674670f2..d291903f53 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,2 +1,3 @@
 DIST jsonpatch-1.13.tar.gz 15119 SHA256 
9470656a08002e309632b59772b206ce0564c9a77b44c25f05f49dd2cad248d5 SHA512 
23f0c92c2c8834d5e3129e9ba78ece7da2646dd60d5b0522b0f09d83e20057ef7517042e5ee8547804185d3ce23cff394c8fe78df93fad7999fae12cc5467a45
 WHIRLPOOL 
39a08103e5476a2ddb8fb120b61d6e99d80ff1bfe0a1b2949515d830299e99f5a41ca15b7e507b4700ca948687082ff1edce3c13ce5a161bb08fe6f57bffecbb
+DIST jsonpatch-1.15.tar.gz 15544 SHA256 
ae23cd08b2f7246f8f2475363501e740c4ef93f08f2a3b7b9bcfac0cc37fceb1 SHA512 
c5df880764b14a2fb60bb46e319bf006644ce1472d0413cf08ad151cf386e5be9fec197fd9efe0bfc3aa22dadf4078344c11211c1e8a3d5cc3ddcb998795dc91
 WHIRLPOOL 
cacc064387db34183d7790bf1379daab37f104c6247888f4cee3108c43ef4a45cb589216df23b536f9c9e38ff94b52b4ca89b7f53bd37280f4d5b605f307ffa1
 DIST jsonpatch-1.9.tar.gz 14275 SHA256 
e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2 SHA512 
9f27def8519677dbc6d45287b6938ccfb9179f7a315871adeb7198e1568876a391625c060c7901b7acd51af0ed10427a61d54d899719ef1a073b2e93591904ed
 WHIRLPOOL 
a7ee28b9cefa8ddebb060867b260b388cd44ce96f0f2a76698091f55d41be44cd690b32d26b1363218c474fc1dd9cfe8eed3c0d939e9e9d8d4c2214e1b08786b

diff --git a/dev-python/jsonpatch/jsonpatch-1.15.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.15.ebuild
new file mode 100644
index 00..841ba4ab3d
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.15.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches according to
+   http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )"
+
+python_test() {
+   "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}



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

2017-02-26 Thread Zac Medico
commit: 393ca5bd95c7fdb863f0a9f5991254723a59b864
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 27 05:54:33 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 27 05:54:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393ca5bd

dev-python/jsonpatch: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
index 12ba052a05..486c06d981 100644
--- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 RESTRICT="test"
 



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

2017-01-19 Thread Agostino Sarubbo
commit: 9f8834280248ad427c59a83452a9c8d653ec0986
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 11:34:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 11:34:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f883428

dev-python/jsonpatch: x86 stable wrt bug #606204

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
index d4f202e..12ba052 100644
--- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"



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

2017-01-19 Thread Agostino Sarubbo
commit: cfc8564c84b522188064573e834347f4066403c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 11:25:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 11:25:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc8564c

dev-python/jsonpatch: amd64 stable wrt bug #606204

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
index 44bb84c..d4f202e 100644
--- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"



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

2016-03-02 Thread Patrick Lauer
commit: 30fd6ad3443f839c99197e72d49b65fa0625b478
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Mar  2 11:30:16 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed Mar  2 11:43:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fd6ad3

dev-python/jsonpatch: Add py35

Package-Manager: portage-2.2.27

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
index a4f7b03..70b40f2 100644
--- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 RESTRICT="test"
 



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

2016-02-27 Thread Matt Thode
commit: 8844c693f8e7d6218fbb8927be5541a0f788c7d3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 06:45:47 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 06:45:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8844c693

dev-python/jsonpatch: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
index 9c5428c..a4f7b03 100644
--- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"



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

2016-02-18 Thread Patrick Lauer
commit: 6d367826b7bd16680a95830adbe6cd9a161033fb
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Feb 18 20:05:54 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Feb 18 20:07:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d367826

dev-python/jsonpatch: Bump

Package-Manager: portage-2.2.27

 dev-python/jsonpatch/Manifest  |  1 +
 dev-python/jsonpatch/jsonpatch-1.13.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest
index b707bfb..285b92c 100644
--- a/dev-python/jsonpatch/Manifest
+++ b/dev-python/jsonpatch/Manifest
@@ -1,2 +1,3 @@
 DIST jsonpatch-1.11.tar.gz 14317 SHA256 
22d0bc0f5522a4a03dd9fb4c4cdf7c1f03256546c88be4c61e5ceabd22280e47 SHA512 
516b6d8c32e97056af3c8d89eb49445d334ddc5588238d062476cb942d919436ea390449fa8e98332c571242a8f10aabd0fe7da3a00698ec3fd98e53f286c821
 WHIRLPOOL 
fe1c97acf820bb72246e98728ba2be42aef4748be28abcd359966ad24220f68f6eca54de6e7a8cf27c8a2ff1538db2aa28b883130c4603468196273362942324
+DIST jsonpatch-1.13.tar.gz 15119 SHA256 
9470656a08002e309632b59772b206ce0564c9a77b44c25f05f49dd2cad248d5 SHA512 
23f0c92c2c8834d5e3129e9ba78ece7da2646dd60d5b0522b0f09d83e20057ef7517042e5ee8547804185d3ce23cff394c8fe78df93fad7999fae12cc5467a45
 WHIRLPOOL 
39a08103e5476a2ddb8fb120b61d6e99d80ff1bfe0a1b2949515d830299e99f5a41ca15b7e507b4700ca948687082ff1edce3c13ce5a161bb08fe6f57bffecbb
 DIST jsonpatch-1.9.tar.gz 14275 SHA256 
e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2 SHA512 
9f27def8519677dbc6d45287b6938ccfb9179f7a315871adeb7198e1568876a391625c060c7901b7acd51af0ed10427a61d54d899719ef1a073b2e93591904ed
 WHIRLPOOL 
a7ee28b9cefa8ddebb060867b260b388cd44ce96f0f2a76698091f55d41be44cd690b32d26b1363218c474fc1dd9cfe8eed3c0d939e9e9d8d4c2214e1b08786b

diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
new file mode 100644
index 000..9c5428c
--- /dev/null
+++ b/dev-python/jsonpatch/jsonpatch-1.13.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="Apply JSON-Patches according to
+   http://tools.ietf.org/html/draft-pbryan-json-patch-04;
+HOMEPAGE="https://github.com/stefankoegl/python-json-patch;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )"
+
+python_test() {
+   "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
+   "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
+}