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

2023-06-06 Thread Arthur Zamarin
commit: 732f4acc945bbc7e374a212d3feb22a57f38dc34
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun  6 17:19:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun  6 17:19:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732f4acc

dev-python/commentjson: enable py3.12

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

 dev-python/commentjson/commentjson-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild 
b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index 810c080baf44..6ebede96a2b3 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2022-08-18 Thread Michał Górny
commit: f050de4b2bb8bf2bd05faddae25f24fbd68705d0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 18 09:57:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 18 09:57:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f050de4b

dev-python/commentjson: Remove old

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

 dev-python/commentjson/commentjson-0.9.0-r1.ebuild | 39 --
 1 file changed, 39 deletions(-)

diff --git a/dev-python/commentjson/commentjson-0.9.0-r1.ebuild 
b/dev-python/commentjson/commentjson-0.9.0-r1.ebuild
deleted file mode 100644
index c90432d94b96..
--- a/dev-python/commentjson/commentjson-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Add Python and JavaScript style comments in your JSON files"
-HOMEPAGE="
-   https://pypi.org/project/commentjson/
-   https://github.com/vaidik/commentjson/
-"
-SRC_URI="
-   https://github.com/vaidik/commentjson/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/lark[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/six[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # remove lark-parser dependency to allow painless upgrade to lark
-   sed -i -e '/lark-parser/d' setup.py || die
-   distutils-r1_src_prepare
-}



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

2022-08-18 Thread Agostino Sarubbo
commit: f5eb0f642ce67f93b39f0e72a3c775147c13c9b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug 18 07:00:08 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug 18 07:00:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5eb0f64

dev-python/commentjson: amd64 stable wrt bug #865615

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/commentjson/commentjson-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild 
b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index 022ad09cf609..2876eb66257a 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/lark[${PYTHON_USEDEP}]



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

2022-08-18 Thread Michał Górny
commit: 02a10d57b0b400eae480d1b4cfd536c4c2b4d16c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 18 05:14:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 18 06:18:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a10d57

dev-python/commentjson: Mark ALLARCHES

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

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

diff --git a/dev-python/commentjson/metadata.xml 
b/dev-python/commentjson/metadata.xml
index fb8178be68ab..e3123799bf5b 100644
--- a/dev-python/commentjson/metadata.xml
+++ b/dev-python/commentjson/metadata.xml
@@ -4,6 +4,7 @@

pyt...@gentoo.org

+   

commentjson
vaidik/commentjson



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

2022-08-17 Thread Sam James
commit: 6ec9a79ae7ad798b70da702145d159522f8adcdb
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec9a79a

dev-python/commentjson: Stabilize 0.9.0-r2 x86, #865615

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

 dev-python/commentjson/commentjson-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild 
b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index 67b95b3075fb..022ad09cf609 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/lark[${PYTHON_USEDEP}]



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

2022-08-17 Thread Sam James
commit: c8b4c59f413870dbc32fc641d0785c16bd5b42e2
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 18:47:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 18:47:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b4c59f

dev-python/commentjson: Stabilize 0.9.0-r2 arm64, #865615

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

 dev-python/commentjson/commentjson-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild 
b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index 2309f67cfbc1..67b95b3075fb 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/lark[${PYTHON_USEDEP}]



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

2022-07-15 Thread Arthur Zamarin
commit: e99e34d4250854e609742e4cdec8790e8cbf5589
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 15 18:34:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 15 18:34:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99e34d4

dev-python/commentjson: EAPI=8, PEP517

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

 dev-python/commentjson/commentjson-0.9.0-r2.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild 
b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
new file mode 100644
index ..e0e583facbfe
--- /dev/null
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021-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="Add Python and JavaScript style comments in your JSON files"
+HOMEPAGE="
+   https://pypi.org/project/commentjson/
+   https://github.com/vaidik/commentjson/
+"
+SRC_URI="
+   https://github.com/vaidik/commentjson/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/lark[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # remove lark-parser dependency to allow painless upgrade to lark
+   sed -e '/lark-parser/d' -i setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-07-15 Thread Arthur Zamarin
commit: 4a12dc2e33f07c4afe3d3eac6d7f69ae42d75409
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 15 18:36:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 15 18:36:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a12dc2e

dev-python/commentjson: enable py3.11

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

 dev-python/commentjson/commentjson-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild 
b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index e0e583facbfe..2309f67cfbc1 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.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/commentjson/

2022-04-25 Thread Michał Górny
commit: ee4a46188afcd665bd3525860ca154c1632393ce
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 25 16:00:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 25 16:05:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4a4618

dev-python/commentjson: Future-proof against upgrade to lark

Upstream has changed the lark-parser's package name to lark while
preserving sufficient API compatibility for commentjson to continue
working.  Strip the dependency from setup.py to avoid dependency
problems on upgrade.

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

 ...entjson-0.9.0.ebuild => commentjson-0.9.0-r1.ebuild} | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0-r1.ebuild
similarity index 72%
rename from dev-python/commentjson/commentjson-0.9.0.ebuild
rename to dev-python/commentjson/commentjson-0.9.0-r1.ebuild
index cd66d386dfeb..c90432d94b96 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r1.ebuild
@@ -4,31 +4,36 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="Add Python and JavaScript style comments in your JSON files"
 HOMEPAGE="
https://pypi.org/project/commentjson/
-   https://github.com/vaidik/commentjson/;
+   https://github.com/vaidik/commentjson/
+"
 SRC_URI="
https://github.com/vaidik/commentjson/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
-   dev-python/lark[${PYTHON_USEDEP}]"
+   dev-python/lark[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
dev-python/six[${PYTHON_USEDEP}]
-   )"
+   )
+"
 
 distutils_enable_tests unittest
 
 src_prepare() {
-   # remove unnecessary version bind
-   sed -i -e '/lark-parser/s:,<0.8.0::' setup.py || die
+   # remove lark-parser dependency to allow painless upgrade to lark
+   sed -i -e '/lark-parser/d' setup.py || die
distutils-r1_src_prepare
 }



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

2022-03-15 Thread Jakov Smolić
commit: b4515bef603d72ad56eb5aa8a7aa7adb0b5b1e53
Author: Yu Gu  gmail  com>
AuthorDate: Tue Mar 15 09:06:33 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 09:41:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4515bef

dev-python/commentjson: keyword 0.9.0 for ~riscv

Closes: https://bugs.gentoo.org/834857
Signed-off-by: Yu Gu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24572
Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0.ebuild
index ed61f226e99a..d76e173d3810 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/lark-parser[${PYTHON_USEDEP}]"



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

2022-01-31 Thread Michał Górny
commit: 6812500f0d9dd0183b7424a636f60c244e7897e6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 31 22:26:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 31 22:27:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6812500f

dev-python/commentjson: Add pypy3 love

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

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

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0.ebuild
index 38927494079c..ed61f226e99a 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-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..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Add Python and JavaScript style comments in your JSON files"



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

2021-08-09 Thread Louis Sautier
commit: 0d803bf2ef65da310e4758efa762c87fce4d4c08
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug  9 22:12:22 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug  9 22:16:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d803bf2

dev-python/commentjson: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0.ebuild
index 612c505cf3f..c33266a7294 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Add Python and JavaScript style comments in your JSON files"



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

2021-08-01 Thread Sam James
commit: af36a3cbb66608d7e726ab1b75897cc39447886b
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 23:48:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  1 23:48:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af36a3cb

dev-python/commentjson: Stabilize 0.9.0 amd64, #805434

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

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

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0.ebuild
index 548184a4965..800aac26e01 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
dev-python/lark-parser[${PYTHON_USEDEP}]"



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

2021-07-08 Thread Sergei Trofimovich
commit: 3e2ca7f710022161e610ab5ed5727fb8f6bdd3de
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul  8 07:10:44 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul  8 07:10:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2ca7f7

dev-python/commentjson: keyworded 0.9.0 for ppc64

keyworded wrt bug #798663

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0.ebuild
index 8b1925e47ba..548184a4965 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
dev-python/lark-parser[${PYTHON_USEDEP}]"



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

2021-07-06 Thread Sam James
commit: c4f69181af81f059fd36e33eaf5110257b6267ea
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 17:59:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 17:59:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f69181

dev-python/commentjson: Keyword 0.9.0 arm64, #798663

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

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

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0.ebuild
index d617e7505b2..8b1925e47ba 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
dev-python/lark-parser[${PYTHON_USEDEP}]"



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

2021-07-06 Thread Sam James
commit: 3cc8331a7107761ce3efac90a2e08e2cf0046545
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 17:58:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 17:58:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc8331a

dev-python/commentjson: Keyword 0.9.0 arm, #798663

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

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

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0.ebuild
index 51fdc6a6b38..d617e7505b2 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 RDEPEND="
dev-python/lark-parser[${PYTHON_USEDEP}]"



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

2021-06-25 Thread Michał Górny
commit: 75bdbf9d6eb2ace4b65fbea1cedd9aa4f34acf87
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 25 04:55:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 25 06:53:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bdbf9d

dev-python/commentjson: Remove lark-parser pin

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

 dev-python/commentjson/commentjson-0.9.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0.ebuild
index b64b47221b1..51fdc6a6b38 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -26,3 +26,9 @@ BDEPEND="
)"
 
 distutils_enable_tests unittest
+
+src_prepare() {
+   # remove unnecessary version bind
+   sed -i -e '/lark-parser/s:,<0.8.0::' setup.py || die
+   distutils-r1_src_prepare
+}



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

2021-06-24 Thread Michał Górny
commit: d4293a78a4150bbc7cec4a7694663cee89ae8010
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 25 04:43:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 25 04:43:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4293a78

dev-python/commentjson: New package, needed for resolvelib

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

 dev-python/commentjson/Manifest |  1 +
 dev-python/commentjson/commentjson-0.9.0.ebuild | 28 +
 dev-python/commentjson/metadata.xml | 11 ++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/commentjson/Manifest b/dev-python/commentjson/Manifest
new file mode 100644
index 000..e90fbebd7c5
--- /dev/null
+++ b/dev-python/commentjson/Manifest
@@ -0,0 +1 @@
+DIST commentjson-0.9.0.gh.tar.gz 15297 BLAKE2B 
a857b0fa5551079d3d37bff94fb51a903e998c4fb84e0f62a5de28d6eafe0cb8a38b3215515e72c56de0cddb661f109921c801d15b9ba93771290135adaaa5b1
 SHA512 
cd3d28adecbc445ed3faed7847c65a23829f408cf8aa3fa85544a0f0cf9fa5544b8aff560725cf51921f249123daf9ce9953069e99ca64a312bb4bff652512fe

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild 
b/dev-python/commentjson/commentjson-0.9.0.ebuild
new file mode 100644
index 000..b64b47221b1
--- /dev/null
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Add Python and JavaScript style comments in your JSON files"
+HOMEPAGE="
+   https://pypi.org/project/commentjson/
+   https://github.com/vaidik/commentjson/;
+SRC_URI="
+   https://github.com/vaidik/commentjson/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/lark-parser[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/six[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest

diff --git a/dev-python/commentjson/metadata.xml 
b/dev-python/commentjson/metadata.xml
new file mode 100644
index 000..f4168a14251
--- /dev/null
+++ b/dev-python/commentjson/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   commentjson
+   vaidik/commentjson
+   
+