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

2024-04-11 Thread Michał Górny
commit: 145d7e98da63eb447f0212a0745a0c0bbca9ff3c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 11 17:15:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 11 19:04:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145d7e98

dev-python/flatbuffers: Remove old

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

 dev-python/flatbuffers/Manifest  |  1 -
 dev-python/flatbuffers/flatbuffers-24.3.7.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 3a1f8f6e659e..080fa756df8b 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1 @@
 DIST flatbuffers-24.3.25.gh.tar.gz 2297829 BLAKE2B 
f3a5a94119a1b1b63fba9126e1cdff7ab712996bfc0d65626a679405f62dfa722bc5de244ef775fba336224b60feff3aa27acf54bed027c4013590b4afbefe7c
 SHA512 
e2a614f4fc526ce07bfe1e1bc79efd3c87acbdb93aee7b42994d4855abd2593f36b5ca1edb53c7dcd470d5fbe14a3e394bd75dcebb4458cc0aeb33d622a3c662
-DIST flatbuffers-24.3.7.gh.tar.gz 2296896 BLAKE2B 
439d84a58ed169f6cd980388034f3dfaf53444dc4733b942aeeac24ed805dcf7c4348df8080fdbd899d2b4bc7f1ad75f546f8db3bcbb6fc942b75e2c3877331e
 SHA512 
93541cbc6c1ba96beed77967d89693ebbc532664ee3b39eb9df9ec28871a3a0acb744b9c823afe6d3c480fe34e092306100e67f5b8fbed4432a875e87670019e

diff --git a/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild 
b/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild
deleted file mode 100644
index 9c8abb9dd3c3..
--- a/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${WORKDIR}/${P}/tests" || die
-   # zeroes means without benchmarks
-   "${EPYTHON}" py_test.py 0 0 0 0 false || die
-   "${EPYTHON}" py_flexbuffers_test.py -v || die
-}



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

2024-04-11 Thread Arthur Zamarin
commit: 693a519003d4390a716016c0742f671fcef48e6d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 11 16:51:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 16:51:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693a5190

dev-python/flatbuffers: Stabilize 24.3.25 ALLARCHES, #929160

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild 
b/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild
index 9f4884db1418..9c8abb9dd3c3 100644
--- a/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-03-26 Thread Michał Górny
commit: e7c5607b59bf346ebd358eb70656bf75c7679879
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 26 06:24:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 26 06:57:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c5607b

dev-python/flatbuffers: Bump to 24.3.25

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

 dev-python/flatbuffers/Manifest   |  1 +
 dev-python/flatbuffers/flatbuffers-24.3.25.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 58ece9218786..3a1f8f6e659e 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
+DIST flatbuffers-24.3.25.gh.tar.gz 2297829 BLAKE2B 
f3a5a94119a1b1b63fba9126e1cdff7ab712996bfc0d65626a679405f62dfa722bc5de244ef775fba336224b60feff3aa27acf54bed027c4013590b4afbefe7c
 SHA512 
e2a614f4fc526ce07bfe1e1bc79efd3c87acbdb93aee7b42994d4855abd2593f36b5ca1edb53c7dcd470d5fbe14a3e394bd75dcebb4458cc0aeb33d622a3c662
 DIST flatbuffers-24.3.7.gh.tar.gz 2296896 BLAKE2B 
439d84a58ed169f6cd980388034f3dfaf53444dc4733b942aeeac24ed805dcf7c4348df8080fdbd899d2b4bc7f1ad75f546f8db3bcbb6fc942b75e2c3877331e
 SHA512 
93541cbc6c1ba96beed77967d89693ebbc532664ee3b39eb9df9ec28871a3a0acb744b9c823afe6d3c480fe34e092306100e67f5b8fbed4432a875e87670019e

diff --git a/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild 
b/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild
new file mode 100644
index ..9f4884db1418
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild
@@ -0,0 +1,39 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 0 false || die
+   "${EPYTHON}" py_flexbuffers_test.py -v || die
+}



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

2024-03-22 Thread Michał Górny
commit: 2e8fc219e9f5345efc7d0f5aa2d1da6af8131def
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 12:32:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 12:37:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8fc219

dev-python/flatbuffers: Remove old

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

 dev-python/flatbuffers/Manifest   |  3 --
 dev-python/flatbuffers/flatbuffers-23.1.21.ebuild | 39 ---
 dev-python/flatbuffers/flatbuffers-23.5.26.ebuild | 39 ---
 dev-python/flatbuffers/flatbuffers-24.3.6.ebuild  | 39 ---
 4 files changed, 120 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 995e921d3592..58ece9218786 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,4 +1 @@
-DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 
6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428
 SHA512 
fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
-DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 
147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8
 SHA512 
cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31
-DIST flatbuffers-24.3.6.gh.tar.gz 2296876 BLAKE2B 
2a9233c5256c16a494a850999565ee7b7fe6a032794770f7a9cb47e43d1abf8335f08f1ec2e94cb3fdb06d452bcb46c4b7f98519a7d52d2479891d50beeaf3c3
 SHA512 
2b0a97ee3ff0236b38dac9edbe4d984ae32c0a89436fd043b831e27c947782c704937afd44216ac1f7bdb7ad003f09bc381b1567e4866462fd3c9d6c7ab272e1
 DIST flatbuffers-24.3.7.gh.tar.gz 2296896 BLAKE2B 
439d84a58ed169f6cd980388034f3dfaf53444dc4733b942aeeac24ed805dcf7c4348df8080fdbd899d2b4bc7f1ad75f546f8db3bcbb6fc942b75e2c3877331e
 SHA512 
93541cbc6c1ba96beed77967d89693ebbc532664ee3b39eb9df9ec28871a3a0acb744b9c823afe6d3c480fe34e092306100e67f5b8fbed4432a875e87670019e

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
deleted file mode 100644
index f6733524881c..
--- a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
+++ /dev/null
@@ -1,39 +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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${WORKDIR}/${P}/tests" || die
-   # zeroes means without benchmarks
-   "${EPYTHON}" py_test.py 0 0 0 false || die "Tests failed with 
${EPYTHON}"
-   "${EPYTHON}" py_flexbuffers_test.py -v || die "Tests failed with 
${EPYTHON}"
-}

diff --git a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
deleted file mode 100644
index 9bf2ca04b773..
--- a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
+++ /dev/null
@@ -1,39 +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
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${WORKDIR}/${P}/tests" || die
-   # zeroes means without benchmarks
-   "${EPYTHON}" py_test.py 0 0 0 false || die
-   "${EPYTHON}" py_flexbuffers_test.py -v || die
-}

diff --git a/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild 
b/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild
deleted file mode 100644
index 9c8abb9dd3c3..
--- a/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the 

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

2024-03-21 Thread Sam James
commit: c11d9263587cdc83a723fa5ff74db88196c1ea0e
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 22 04:03:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 22 04:03:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11d9263

dev-python/flatbuffers: Stabilize 24.3.7 ALLARCHES, #927466

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild 
b/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild
index 9f4884db1418..9c8abb9dd3c3 100644
--- a/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-03-21 Thread Arthur Zamarin
commit: f62428b2fefe1adb207c230b4b928b74d50d9a26
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 21 17:46:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 21 17:46:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62428b2

dev-python/flatbuffers: Stabilize 24.3.6 ALLARCHES, #927423

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild 
b/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild
index 9f4884db1418..9c8abb9dd3c3 100644
--- a/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-03-07 Thread Michał Górny
commit: d2d6727864cce06770e69b8e721ae0975444d045
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  8 05:10:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  8 05:40:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d67278

dev-python/flatbuffers: Bump to 24.3.7

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

 dev-python/flatbuffers/Manifest  |  1 +
 dev-python/flatbuffers/flatbuffers-24.3.7.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index df7a4cf841f8..995e921d3592 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,3 +1,4 @@
 DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 
6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428
 SHA512 
fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
 DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 
147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8
 SHA512 
cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31
 DIST flatbuffers-24.3.6.gh.tar.gz 2296876 BLAKE2B 
2a9233c5256c16a494a850999565ee7b7fe6a032794770f7a9cb47e43d1abf8335f08f1ec2e94cb3fdb06d452bcb46c4b7f98519a7d52d2479891d50beeaf3c3
 SHA512 
2b0a97ee3ff0236b38dac9edbe4d984ae32c0a89436fd043b831e27c947782c704937afd44216ac1f7bdb7ad003f09bc381b1567e4866462fd3c9d6c7ab272e1
+DIST flatbuffers-24.3.7.gh.tar.gz 2296896 BLAKE2B 
439d84a58ed169f6cd980388034f3dfaf53444dc4733b942aeeac24ed805dcf7c4348df8080fdbd899d2b4bc7f1ad75f546f8db3bcbb6fc942b75e2c3877331e
 SHA512 
93541cbc6c1ba96beed77967d89693ebbc532664ee3b39eb9df9ec28871a3a0acb744b9c823afe6d3c480fe34e092306100e67f5b8fbed4432a875e87670019e

diff --git a/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild 
b/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild
new file mode 100644
index ..9f4884db1418
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-24.3.7.ebuild
@@ -0,0 +1,39 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 0 false || die
+   "${EPYTHON}" py_flexbuffers_test.py -v || die
+}



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

2024-03-07 Thread Michał Górny
commit: 0c24add2cf15cc3bc6b6201767ff51e7e73cfc71
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 15:23:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 15:39:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c24add2

dev-python/flatbuffers: Bump to 24.3.6

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

 dev-python/flatbuffers/Manifest  |  1 +
 dev-python/flatbuffers/flatbuffers-24.3.6.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 16918eaf4e7a..df7a4cf841f8 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1,3 @@
 DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 
6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428
 SHA512 
fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
 DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 
147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8
 SHA512 
cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31
+DIST flatbuffers-24.3.6.gh.tar.gz 2296876 BLAKE2B 
2a9233c5256c16a494a850999565ee7b7fe6a032794770f7a9cb47e43d1abf8335f08f1ec2e94cb3fdb06d452bcb46c4b7f98519a7d52d2479891d50beeaf3c3
 SHA512 
2b0a97ee3ff0236b38dac9edbe4d984ae32c0a89436fd043b831e27c947782c704937afd44216ac1f7bdb7ad003f09bc381b1567e4866462fd3c9d6c7ab272e1

diff --git a/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild 
b/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild
new file mode 100644
index ..9f4884db1418
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-24.3.6.ebuild
@@ -0,0 +1,39 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 0 false || die
+   "${EPYTHON}" py_flexbuffers_test.py -v || die
+}



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

2024-02-03 Thread Jason Zaman
commit: ad0e39b851547de4d1bd14e6694b8a7660379144
Author: wangjiezhe  gmail  com>
AuthorDate: Fri Jan 19 10:21:19 2024 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Feb  3 19:32:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0e39b8

Revert "dev-python/flatbuffers: Remove old"

This reverts commit 2bc4030874064a68c9fd9646ed2cee14e6e51b01.

Also update PYTHON_COMPAT

Co-authored-by: Andrew Ammerlaan  gentoo.org>
Signed-off-by: Jiezhe Wang  gmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 dev-python/flatbuffers/Manifest   |  1 +
 dev-python/flatbuffers/flatbuffers-23.1.21.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index ff76ed194531..16918eaf4e7a 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
+DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 
6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428
 SHA512 
fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
 DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 
147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8
 SHA512 
cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
new file mode 100644
index ..f6733524881c
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -0,0 +1,39 @@
+# 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
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 false || die "Tests failed with 
${EPYTHON}"
+   "${EPYTHON}" py_flexbuffers_test.py -v || die "Tests failed with 
${EPYTHON}"
+}



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

2023-10-27 Thread Michał Górny
commit: 5de690d5c8487df186c8dedd27e9cf341be19793
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 27 17:30:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 17:47:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de690d5

dev-python/flatbuffers: Enable py3.12

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
index 0c47e534cc09..9bf2ca04b773 100644
--- a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-23.5.26.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/flatbuffers/

2023-06-27 Thread Michał Górny
commit: 7468d3953f3ac4b37a197aa3b370507b158c3fac
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 27 11:50:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 27 11:50:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7468d395

dev-python/flatbuffers: Remove old

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

 dev-python/flatbuffers/Manifest  |  1 -
 dev-python/flatbuffers/flatbuffers-23.3.3.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 939cb14a6d29..ff76ed194531 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B 
be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66
 SHA512 
4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0
 DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 
147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8
 SHA512 
cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31

diff --git a/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
deleted file mode 100644
index 924c797b1e34..
--- a/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${WORKDIR}/${P}/tests" || die
-   # zeroes means without benchmarks
-   "${EPYTHON}" py_test.py 0 0 0 false || die
-   "${EPYTHON}" py_flexbuffers_test.py -v || die
-}



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

2023-06-26 Thread Jakov Smolić
commit: d44826acef01c40b5b467b6c5bc042140a0fe5e2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jun 27 05:18:25 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jun 27 05:18:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44826ac

dev-python/flatbuffers: Stabilize 23.5.26 ALLARCHES, #909223

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
index 14742b4d5b04..0c47e534cc09 100644
--- a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-05-26 Thread Michał Górny
commit: b135f045ae1f88eff5bc29acfc8e6eabe247a24e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:25:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b135f045

dev-python/flatbuffers: Bump to 23.5.26

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

 dev-python/flatbuffers/Manifest   |  1 +
 dev-python/flatbuffers/flatbuffers-23.5.26.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index ad0423302a49..939cb14a6d29 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B 
be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66
 SHA512 
4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0
+DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 
147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8
 SHA512 
cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31

diff --git a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
new file mode 100644
index ..14742b4d5b04
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -0,0 +1,39 @@
+# 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
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 false || die
+   "${EPYTHON}" py_flexbuffers_test.py -v || die
+}



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

2023-04-05 Thread Michał Górny
commit: 2bc4030874064a68c9fd9646ed2cee14e6e51b01
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  5 08:08:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  5 08:08:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc40308

dev-python/flatbuffers: Remove old

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

 dev-python/flatbuffers/Manifest   |  1 -
 dev-python/flatbuffers/flatbuffers-23.1.21.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index df91f01b98c5..ad0423302a49 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 
6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428
 SHA512 
fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
 DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B 
be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66
 SHA512 
4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
deleted file mode 100644
index ca1ff83b869e..
--- a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${WORKDIR}/${P}/tests" || die
-   # zeroes means without benchmarks
-   "${EPYTHON}" py_test.py 0 0 0 false || die
-   "${EPYTHON}" py_flexbuffers_test.py -v || die
-}



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

2023-04-05 Thread Arthur Zamarin
commit: c129c0a7ce4332e447f0a5f3a94d3b54a16c811d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  5 07:07:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  5 07:08:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c129c0a7

dev-python/flatbuffers: Stabilize 23.3.3 ALLARCHES, #903819

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
index 5d38fe89b725..924c797b1e34 100644
--- a/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-03-03 Thread Arthur Zamarin
commit: fb1142259e7847ae70ce947b9684e8a57b5e68eb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 06:36:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 06:36:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb114225

dev-python/flatbuffers: Keyword 23.3.3 sparc, #891161

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
index a7b6485ad67b..5d38fe89b725 100644
--- a/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-03-03 Thread Michał Górny
commit: 163534fad9403927e25a55c5473a06a118ce0087
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  4 04:29:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  4 04:50:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163534fa

dev-python/flatbuffers: Bump to 23.3.3

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

 dev-python/flatbuffers/Manifest  |  1 +
 dev-python/flatbuffers/flatbuffers-23.3.3.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 31a16b3b3200..df91f01b98c5 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 
6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428
 SHA512 
fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
+DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B 
be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66
 SHA512 
4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0

diff --git a/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
new file mode 100644
index ..a7b6485ad67b
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-23.3.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 false || die
+   "${EPYTHON}" py_flexbuffers_test.py -v || die
+}



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

2023-02-03 Thread Michał Górny
commit: 8ce88061d221d808858b3a3ca8d55e6e4f614764
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 15:13:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 15:13:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce88061

dev-python/flatbuffers: Remove old

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

 dev-python/flatbuffers/Manifest|  2 --
 dev-python/flatbuffers/flatbuffers-22.12.06.ebuild | 39 --
 dev-python/flatbuffers/flatbuffers-23.1.4.ebuild   | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 16863e07e64f..31a16b3b3200 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,3 +1 @@
-DIST flatbuffers-22.12.06.gh.tar.gz 2172096 BLAKE2B 
92bf0c56c10fa369e7a8a53a7f903af6b5f17560a3558587914c29ab8a655f3ee078c3e261426ca5d9ad0587419d4f0049459edc552e25958f80b80ba9539d59
 SHA512 
1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1
 DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 
6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428
 SHA512 
fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
-DIST flatbuffers-23.1.4.gh.tar.gz 2178791 BLAKE2B 
8c354c539378f7d8e05307f7ba0f5393265a6183fc8868d48b8da5ab7d39a3e7a7f85631db00f0dc57bf396d20652049303a79fbf31f07639d80596d300a7701
 SHA512 
8b3e1b9596a76548faca529fe5070e775be50bfdea079ba4f66014f5a1bfb93f8edd7e56f97363c897d2db8391277a9099a61d14e4298c3669ab7068bbf07865

diff --git a/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild
deleted file mode 100644
index ca1ff83b869e..
--- a/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${WORKDIR}/${P}/tests" || die
-   # zeroes means without benchmarks
-   "${EPYTHON}" py_test.py 0 0 0 false || die
-   "${EPYTHON}" py_flexbuffers_test.py -v || die
-}

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.4.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.4.ebuild
deleted file mode 100644
index a7b6485ad67b..
--- a/dev-python/flatbuffers/flatbuffers-23.1.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${WORKDIR}/${P}/tests" || die
-   # zeroes means without benchmarks
-   "${EPYTHON}" py_test.py 0 0 0 false || die
-   "${EPYTHON}" py_flexbuffers_test.py -v || die
-}



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

2023-02-03 Thread Sam James
commit: 13509643071130ec8d3c9a6f7e2f012a81669387
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 13:33:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 13:33:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13509643

dev-python/flatbuffers: Stabilize 23.1.21 amd64, #893044

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
index fded556d7d04..ca1ff83b869e 100644
--- a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-02-03 Thread Arthur Zamarin
commit: f7a0de9cea80aad5e25d75f4f8aae23d3b09a2f5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 12:47:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 12:47:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a0de9c

dev-python/flatbuffers: Stabilize 23.1.21 x86, #893044

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
index 9dbf960eef7d..fded556d7d04 100644
--- a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-02-03 Thread Arthur Zamarin
commit: c1d333fe527f7ca2384697460300b5d07afa3d02
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 12:24:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 12:24:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d333fe

dev-python/flatbuffers: Stabilize 23.1.21 arm, #893044

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
index 9607dfcbd70e..9dbf960eef7d 100644
--- a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-02-03 Thread Sam James
commit: 13c2264090a0aaa7ae0a0b3d8fd7d5a8e69b84fc
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 12:19:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 12:19:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c22640

dev-python/flatbuffers: Stabilize 23.1.21 arm64, #893044

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
index a7b6485ad67b..9607dfcbd70e 100644
--- a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-01-22 Thread Michał Górny
commit: 4d924945f2446b4cdc59cd906e000550c15bb171
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 22 07:46:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 22 09:01:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d924945

dev-python/flatbuffers: Bump to 23.1.21

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

 dev-python/flatbuffers/Manifest   |  1 +
 dev-python/flatbuffers/flatbuffers-23.1.21.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 1c579e52b0c7..16863e07e64f 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1,3 @@
 DIST flatbuffers-22.12.06.gh.tar.gz 2172096 BLAKE2B 
92bf0c56c10fa369e7a8a53a7f903af6b5f17560a3558587914c29ab8a655f3ee078c3e261426ca5d9ad0587419d4f0049459edc552e25958f80b80ba9539d59
 SHA512 
1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1
+DIST flatbuffers-23.1.21.gh.tar.gz 2181861 BLAKE2B 
6368358c21e677feb466245a746b86cebb6d6a4058bb6d593de81bf3c32ddfb9fd475e4bb225d4529ea106253456a5ed1ee6d024b1e2521e02efef171750f428
 SHA512 
fa62188f773ad044644a58caf1e25bef417dfdea47c9da8a2ea7f997154b4f3976019e32e73cc533696a3d4e45ec4a8402b6df140878dfa2ff078740d61b4b0f
 DIST flatbuffers-23.1.4.gh.tar.gz 2178791 BLAKE2B 
8c354c539378f7d8e05307f7ba0f5393265a6183fc8868d48b8da5ab7d39a3e7a7f85631db00f0dc57bf396d20652049303a79fbf31f07639d80596d300a7701
 SHA512 
8b3e1b9596a76548faca529fe5070e775be50bfdea079ba4f66014f5a1bfb93f8edd7e56f97363c897d2db8391277a9099a61d14e4298c3669ab7068bbf07865

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
new file mode 100644
index ..a7b6485ad67b
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-23.1.21.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 false || die
+   "${EPYTHON}" py_flexbuffers_test.py -v || die
+}



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

2023-01-04 Thread Michał Górny
commit: 1f4d8b5c772c58438c76ec1cee0ecbb7a34588a1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan  5 07:42:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan  5 07:47:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4d8b5c

dev-python/flatbuffers: Bump to 23.1.4

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

 dev-python/flatbuffers/Manifest  |  1 +
 dev-python/flatbuffers/flatbuffers-23.1.4.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index c2bcdf9336d0..1c579e52b0c7 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-22.12.06.gh.tar.gz 2172096 BLAKE2B 
92bf0c56c10fa369e7a8a53a7f903af6b5f17560a3558587914c29ab8a655f3ee078c3e261426ca5d9ad0587419d4f0049459edc552e25958f80b80ba9539d59
 SHA512 
1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1
+DIST flatbuffers-23.1.4.gh.tar.gz 2178791 BLAKE2B 
8c354c539378f7d8e05307f7ba0f5393265a6183fc8868d48b8da5ab7d39a3e7a7f85631db00f0dc57bf396d20652049303a79fbf31f07639d80596d300a7701
 SHA512 
8b3e1b9596a76548faca529fe5070e775be50bfdea079ba4f66014f5a1bfb93f8edd7e56f97363c897d2db8391277a9099a61d14e4298c3669ab7068bbf07865

diff --git a/dev-python/flatbuffers/flatbuffers-23.1.4.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.1.4.ebuild
new file mode 100644
index ..b912ff2765df
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-23.1.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 false || die
+   "${EPYTHON}" py_flexbuffers_test.py -v || die
+}



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

2022-12-25 Thread Michał Górny
commit: bd77794cb3cacf9be94e5c29e14981ff13797aef
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 25 17:43:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 25 17:43:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd77794c

dev-python/flatbuffers: Remove old

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

 dev-python/flatbuffers/Manifest|  2 --
 dev-python/flatbuffers/flatbuffers-22.10.26.ebuild | 25 --
 dev-python/flatbuffers/flatbuffers-22.11.23.ebuild | 25 --
 3 files changed, 52 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index bcfd5c661f54..c2bcdf9336d0 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,3 +1 @@
-DIST flatbuffers-22.10.26.gh.tar.gz 2122181 BLAKE2B 
26554240e71df9fafa814cd5c38253db89916ac2cfcf28dc33ed8ff50d73f0c09c97621eae3aeb028453098433a70277864500b99b23a9663264d3c596d46e2f
 SHA512 
c0984fc4738516d0e4a1ddc66daf276b906d39239c4b70b14e194545d7fdeb3ce5ab34397309c16e916ff908a5483ab85283445394e5e14477259193c99ddf38
-DIST flatbuffers-22.11.23.gh.tar.gz 2170419 BLAKE2B 
438fa631f00111fed8b8934852350e7b8d8147f21e38cbb28ce7f16fce6d53021ee8d660308cbefacf1038bbd384c67d64d4ddb318890f70b2ae951674956952
 SHA512 
9a8506688ea1fb55bf138e728aff0e64d79955dabc751c3c757b28ebbafd7f066722bf31f748c8e23e695850bec6c67b532a9673e018ec36868ac236c7f2e50a
 DIST flatbuffers-22.12.06.gh.tar.gz 2172096 BLAKE2B 
92bf0c56c10fa369e7a8a53a7f903af6b5f17560a3558587914c29ab8a655f3ee078c3e261426ca5d9ad0587419d4f0049459edc552e25958f80b80ba9539d59
 SHA512 
1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1

diff --git a/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild
deleted file mode 100644
index d39294f368aa..
--- a/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-S=${WORKDIR}/${P}/python

diff --git a/dev-python/flatbuffers/flatbuffers-22.11.23.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.11.23.ebuild
deleted file mode 100644
index 7705da0c72e7..
--- a/dev-python/flatbuffers/flatbuffers-22.11.23.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-S=${WORKDIR}/${P}/python



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

2022-12-25 Thread Sam James
commit: c7ce543d36c739cb2db83487e6d8aad8a8a811ef
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 25 16:41:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 25 16:41:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ce543d

dev-python/flatbuffers: Stabilize 22.12.06 ALLARCHES, #888335

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild
index 96e548af349a..1d23dd5bb78d 100644
--- a/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-12-07 Thread Michał Górny
commit: 7a6854e8a7ef0986e2d6ca572af95a099e7f9b87
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  7 15:28:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  7 15:59:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6854e8

dev-python/flatbuffers: Add python@ as co-maint.

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

 dev-python/flatbuffers/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/flatbuffers/metadata.xml 
b/dev-python/flatbuffers/metadata.xml
index c3d770dc63a9..9a6c6a85e4e6 100644
--- a/dev-python/flatbuffers/metadata.xml
+++ b/dev-python/flatbuffers/metadata.xml
@@ -5,6 +5,10 @@
dol...@gentoo.org
Brian Dolbec

+   
+   pyt...@gentoo.org
+   Python
+   


flatbuffers



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

2022-12-07 Thread Michał Górny
commit: e8249b1a13a43de9a85fa2a19e2b38b2a62a239b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  7 15:04:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  7 15:59:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8249b1a

dev-python/flatbuffers: Bump to 22.12.06

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

 dev-python/flatbuffers/Manifest|  1 +
 dev-python/flatbuffers/flatbuffers-22.12.06.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index b53271ecb52e..bcfd5c661f54 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1,3 @@
 DIST flatbuffers-22.10.26.gh.tar.gz 2122181 BLAKE2B 
26554240e71df9fafa814cd5c38253db89916ac2cfcf28dc33ed8ff50d73f0c09c97621eae3aeb028453098433a70277864500b99b23a9663264d3c596d46e2f
 SHA512 
c0984fc4738516d0e4a1ddc66daf276b906d39239c4b70b14e194545d7fdeb3ce5ab34397309c16e916ff908a5483ab85283445394e5e14477259193c99ddf38
 DIST flatbuffers-22.11.23.gh.tar.gz 2170419 BLAKE2B 
438fa631f00111fed8b8934852350e7b8d8147f21e38cbb28ce7f16fce6d53021ee8d660308cbefacf1038bbd384c67d64d4ddb318890f70b2ae951674956952
 SHA512 
9a8506688ea1fb55bf138e728aff0e64d79955dabc751c3c757b28ebbafd7f066722bf31f748c8e23e695850bec6c67b532a9673e018ec36868ac236c7f2e50a
+DIST flatbuffers-22.12.06.gh.tar.gz 2172096 BLAKE2B 
92bf0c56c10fa369e7a8a53a7f903af6b5f17560a3558587914c29ab8a655f3ee078c3e261426ca5d9ad0587419d4f0049459edc552e25958f80b80ba9539d59
 SHA512 
1b2c8eaa2ebeb92c3ebc363888b34b817d7b62a568e40bce2b037814f1f0103d4cb7db8507ec9ca05421be61b0b2be3edd6c4d564f75d1ce39278d73f8442ac1

diff --git a/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild
new file mode 100644
index ..96e548af349a
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-22.12.06.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 false || die
+   "${EPYTHON}" py_flexbuffers_test.py -v || die
+}



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

2022-11-29 Thread Michał Górny
commit: e9e92609bdf4d2455c41d06f2ed448ecce51efec
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 29 08:36:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 29 08:36:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e92609

dev-python/flatbuffers: Remove old

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

 dev-python/flatbuffers/Manifest   |  1 -
 dev-python/flatbuffers/flatbuffers-22.9.24.ebuild | 25 ---
 2 files changed, 26 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 45caaff1193c..b53271ecb52e 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,3 +1,2 @@
 DIST flatbuffers-22.10.26.gh.tar.gz 2122181 BLAKE2B 
26554240e71df9fafa814cd5c38253db89916ac2cfcf28dc33ed8ff50d73f0c09c97621eae3aeb028453098433a70277864500b99b23a9663264d3c596d46e2f
 SHA512 
c0984fc4738516d0e4a1ddc66daf276b906d39239c4b70b14e194545d7fdeb3ce5ab34397309c16e916ff908a5483ab85283445394e5e14477259193c99ddf38
 DIST flatbuffers-22.11.23.gh.tar.gz 2170419 BLAKE2B 
438fa631f00111fed8b8934852350e7b8d8147f21e38cbb28ce7f16fce6d53021ee8d660308cbefacf1038bbd384c67d64d4ddb318890f70b2ae951674956952
 SHA512 
9a8506688ea1fb55bf138e728aff0e64d79955dabc751c3c757b28ebbafd7f066722bf31f748c8e23e695850bec6c67b532a9673e018ec36868ac236c7f2e50a
-DIST flatbuffers-22.9.24.gh.tar.gz 2091992 BLAKE2B 
57130f412b4b1607a921f0101df687d987209cfa7174357967e9bc3b7aca3ef0433f56536a6c7e0763a2d3ba668ed52e50f1b99e933c2d894e5fda233b18b661
 SHA512 
4705ad08280f8a79694efee42c83395011c5e4513d42b3bb802e8c3fff82b1bef99a9667a1cdf76a646a7b79f083484aecc2b28a41b3933c648e7d5f5d40d45c

diff --git a/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild
deleted file mode 100644
index d39294f368aa..
--- a/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-S=${WORKDIR}/${P}/python



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

2022-11-28 Thread Arthur Zamarin
commit: 1cf9e0a4d048948a8f3fa3927ec611c47570506f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 29 07:26:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 29 07:26:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf9e0a4

dev-python/flatbuffers: Stabilize 22.10.26 ALLARCHES, #883481

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild
index 7705da0c72e7..d39294f368aa 100644
--- a/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 
 S=${WORKDIR}/${P}/python



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

2022-11-24 Thread Michał Górny
commit: 8bd49357280f4ea4ceb34c87e2ed3acf1fff3be0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 05:00:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 05:14:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd49357

dev-python/flatbuffers: Bump to 22.11.23

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

 dev-python/flatbuffers/Manifest|  1 +
 dev-python/flatbuffers/flatbuffers-22.11.23.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 143808945965..45caaff1193c 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1,3 @@
 DIST flatbuffers-22.10.26.gh.tar.gz 2122181 BLAKE2B 
26554240e71df9fafa814cd5c38253db89916ac2cfcf28dc33ed8ff50d73f0c09c97621eae3aeb028453098433a70277864500b99b23a9663264d3c596d46e2f
 SHA512 
c0984fc4738516d0e4a1ddc66daf276b906d39239c4b70b14e194545d7fdeb3ce5ab34397309c16e916ff908a5483ab85283445394e5e14477259193c99ddf38
+DIST flatbuffers-22.11.23.gh.tar.gz 2170419 BLAKE2B 
438fa631f00111fed8b8934852350e7b8d8147f21e38cbb28ce7f16fce6d53021ee8d660308cbefacf1038bbd384c67d64d4ddb318890f70b2ae951674956952
 SHA512 
9a8506688ea1fb55bf138e728aff0e64d79955dabc751c3c757b28ebbafd7f066722bf31f748c8e23e695850bec6c67b532a9673e018ec36868ac236c7f2e50a
 DIST flatbuffers-22.9.24.gh.tar.gz 2091992 BLAKE2B 
57130f412b4b1607a921f0101df687d987209cfa7174357967e9bc3b7aca3ef0433f56536a6c7e0763a2d3ba668ed52e50f1b99e933c2d894e5fda233b18b661
 SHA512 
4705ad08280f8a79694efee42c83395011c5e4513d42b3bb802e8c3fff82b1bef99a9667a1cdf76a646a7b79f083484aecc2b28a41b3933c648e7d5f5d40d45c

diff --git a/dev-python/flatbuffers/flatbuffers-22.11.23.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.11.23.ebuild
new file mode 100644
index ..7705da0c72e7
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-22.11.23.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+S=${WORKDIR}/${P}/python



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

2022-11-03 Thread Arthur Zamarin
commit: 1992cbba6af38914328e2c67e3e350f1152db6be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:31:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:31:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1992cbba

dev-python/flatbuffers: drop 2.0.7

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

 dev-python/flatbuffers/Manifest |  1 -
 dev-python/flatbuffers/flatbuffers-2.0.7.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index a325ac7e7d05..143808945965 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,3 +1,2 @@
-DIST flatbuffers-2.0.7.gh.tar.gz 2018943 BLAKE2B 
0fa27c79986292da1e3721c061d845b4ff3db5209956345ddf655dbbcd8fa8f460160d2359a77211139597b4635fc65fdc762cd3c62e87b361d65fb414d9c538
 SHA512 
15696f5f691414d2266f8bad1137ccbcf1e43e8d4fc22e8b5ef5b90351f6034b553bff7febf0e6f93a1be145e0714d7d4cb752786d0f67665165b1b6e5c1db24
 DIST flatbuffers-22.10.26.gh.tar.gz 2122181 BLAKE2B 
26554240e71df9fafa814cd5c38253db89916ac2cfcf28dc33ed8ff50d73f0c09c97621eae3aeb028453098433a70277864500b99b23a9663264d3c596d46e2f
 SHA512 
c0984fc4738516d0e4a1ddc66daf276b906d39239c4b70b14e194545d7fdeb3ce5ab34397309c16e916ff908a5483ab85283445394e5e14477259193c99ddf38
 DIST flatbuffers-22.9.24.gh.tar.gz 2091992 BLAKE2B 
57130f412b4b1607a921f0101df687d987209cfa7174357967e9bc3b7aca3ef0433f56536a6c7e0763a2d3ba668ed52e50f1b99e933c2d894e5fda233b18b661
 SHA512 
4705ad08280f8a79694efee42c83395011c5e4513d42b3bb802e8c3fff82b1bef99a9667a1cdf76a646a7b79f083484aecc2b28a41b3933c648e7d5f5d40d45c

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild
deleted file mode 100644
index d39294f368aa..
--- a/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="
-   https://github.com/google/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-S=${WORKDIR}/${P}/python



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

2022-11-03 Thread Arthur Zamarin
commit: b77ee8c9ed11856a4dc1ae92a914646d9b8ffe49
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:18:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:18:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77ee8c9

dev-python/flatbuffers: Stabilize 22.9.24 ALLARCHES, #879467

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild
index 7705da0c72e7..d39294f368aa 100644
--- a/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 
 S=${WORKDIR}/${P}/python



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

2022-10-26 Thread Michał Górny
commit: 8dfe4132d6c67f04cb7d54ce632a6080187c2290
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 27 04:00:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 27 04:49:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfe4132

dev-python/flatbuffers: Bump to 22.10.26

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

 dev-python/flatbuffers/Manifest|  1 +
 dev-python/flatbuffers/flatbuffers-22.10.26.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 6844af10318e..a325ac7e7d05 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1,3 @@
 DIST flatbuffers-2.0.7.gh.tar.gz 2018943 BLAKE2B 
0fa27c79986292da1e3721c061d845b4ff3db5209956345ddf655dbbcd8fa8f460160d2359a77211139597b4635fc65fdc762cd3c62e87b361d65fb414d9c538
 SHA512 
15696f5f691414d2266f8bad1137ccbcf1e43e8d4fc22e8b5ef5b90351f6034b553bff7febf0e6f93a1be145e0714d7d4cb752786d0f67665165b1b6e5c1db24
+DIST flatbuffers-22.10.26.gh.tar.gz 2122181 BLAKE2B 
26554240e71df9fafa814cd5c38253db89916ac2cfcf28dc33ed8ff50d73f0c09c97621eae3aeb028453098433a70277864500b99b23a9663264d3c596d46e2f
 SHA512 
c0984fc4738516d0e4a1ddc66daf276b906d39239c4b70b14e194545d7fdeb3ce5ab34397309c16e916ff908a5483ab85283445394e5e14477259193c99ddf38
 DIST flatbuffers-22.9.24.gh.tar.gz 2091992 BLAKE2B 
57130f412b4b1607a921f0101df687d987209cfa7174357967e9bc3b7aca3ef0433f56536a6c7e0763a2d3ba668ed52e50f1b99e933c2d894e5fda233b18b661
 SHA512 
4705ad08280f8a79694efee42c83395011c5e4513d42b3bb802e8c3fff82b1bef99a9667a1cdf76a646a7b79f083484aecc2b28a41b3933c648e7d5f5d40d45c

diff --git a/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild
new file mode 100644
index ..7705da0c72e7
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-22.10.26.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+S=${WORKDIR}/${P}/python



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

2022-09-28 Thread Michał Górny
commit: f4d0702c9bf73d10a99529f57319db65a921a2f9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 28 18:14:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 28 18:33:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d0702c

dev-python/flatbuffers: Bump to 22.9.24

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

 dev-python/flatbuffers/Manifest   |  1 +
 dev-python/flatbuffers/flatbuffers-22.9.24.ebuild | 25 +++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index f36cfa2b0416..6844af10318e 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-2.0.7.gh.tar.gz 2018943 BLAKE2B 
0fa27c79986292da1e3721c061d845b4ff3db5209956345ddf655dbbcd8fa8f460160d2359a77211139597b4635fc65fdc762cd3c62e87b361d65fb414d9c538
 SHA512 
15696f5f691414d2266f8bad1137ccbcf1e43e8d4fc22e8b5ef5b90351f6034b553bff7febf0e6f93a1be145e0714d7d4cb752786d0f67665165b1b6e5c1db24
+DIST flatbuffers-22.9.24.gh.tar.gz 2091992 BLAKE2B 
57130f412b4b1607a921f0101df687d987209cfa7174357967e9bc3b7aca3ef0433f56536a6c7e0763a2d3ba668ed52e50f1b99e933c2d894e5fda233b18b661
 SHA512 
4705ad08280f8a79694efee42c83395011c5e4513d42b3bb802e8c3fff82b1bef99a9667a1cdf76a646a7b79f083484aecc2b28a41b3933c648e7d5f5d40d45c

diff --git a/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild 
b/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild
new file mode 100644
index ..7705da0c72e7
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-22.9.24.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+S=${WORKDIR}/${P}/python



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

2022-09-25 Thread Arthur Zamarin
commit: 9653ae33bca361cc594b25cd1819e83853a22658
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 25 18:33:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 25 18:33:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9653ae33

dev-python/flatbuffers: drop 2.0.6

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

 dev-python/flatbuffers/Manifest |  1 -
 dev-python/flatbuffers/flatbuffers-2.0.6.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 2e254d456eaf..f36cfa2b0416 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B 
b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce
 SHA512 
be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
 DIST flatbuffers-2.0.7.gh.tar.gz 2018943 BLAKE2B 
0fa27c79986292da1e3721c061d845b4ff3db5209956345ddf655dbbcd8fa8f460160d2359a77211139597b4635fc65fdc762cd3c62e87b361d65fb414d9c538
 SHA512 
15696f5f691414d2266f8bad1137ccbcf1e43e8d4fc22e8b5ef5b90351f6034b553bff7febf0e6f93a1be145e0714d7d4cb752786d0f67665165b1b6e5c1db24

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
deleted file mode 100644
index 4eddf1fbaf28..
--- a/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-S=${WORKDIR}/${P}/python



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

2022-09-25 Thread Arthur Zamarin
commit: d3fd03e4954b8ac983483db839825528550d17cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 25 18:31:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 25 18:31:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fd03e4

dev-python/flatbuffers: Stabilize 2.0.7 ALLARCHES, #872941

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild
index 7705da0c72e7..d39294f368aa 100644
--- a/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 
 S=${WORKDIR}/${P}/python



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

2022-08-24 Thread Arthur Zamarin
commit: d71c8b4d8548e722b4a710e07887190167819355
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 24 19:17:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 24 19:36:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71c8b4d

dev-python/flatbuffers: add 2.0.7

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

 dev-python/flatbuffers/Manifest |  1 +
 dev-python/flatbuffers/flatbuffers-2.0.7.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index ce199c62dfa8..2e254d456eaf 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B 
b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce
 SHA512 
be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
+DIST flatbuffers-2.0.7.gh.tar.gz 2018943 BLAKE2B 
0fa27c79986292da1e3721c061d845b4ff3db5209956345ddf655dbbcd8fa8f460160d2359a77211139597b4635fc65fdc762cd3c62e87b361d65fb414d9c538
 SHA512 
15696f5f691414d2266f8bad1137ccbcf1e43e8d4fc22e8b5ef5b90351f6034b553bff7febf0e6f93a1be145e0714d7d4cb752786d0f67665165b1b6e5c1db24

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild
new file mode 100644
index ..7705da0c72e7
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-2.0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+S=${WORKDIR}/${P}/python



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

2022-06-22 Thread Michał Górny
commit: e0eeb90d4c101f1fd95767ca8a471c8ea3324d75
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 22 07:54:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 22 07:54:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0eeb90d

dev-python/flatbuffers: Remove old

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

 dev-python/flatbuffers/Manifest  |  1 -
 dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild | 20 
 dev-python/flatbuffers/flatbuffers-2.0.ebuild| 16 
 3 files changed, 37 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index d5af86db6d68..ce199c62dfa8 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1 @@
 DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B 
b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce
 SHA512 
be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
-DIST flatbuffers-2.0.tar.gz 22462 BLAKE2B 
a07f1d27afd71aaa23ba26a061267f95bbb7e0ced8b2c110b3d60fdb9d922fd4b339d7abc63068a030e08e6d824871c61110a665edd6781ac54dd5ef8613975a
 SHA512 
76636449c107f1b2d1a1f395dfbb04c89c25946d8a731a257475ff2517f9667095f3527280b87fdd4081fd5a9f7aa0a112d5daae742c1575d29abb69da595b6d

diff --git a/dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild
deleted file mode 100644
index fe822eac6d39..
--- a/dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="
-   https://github.com/google/flatbuffers/
-   https://pypi.org/project/flatbuffers/
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
deleted file mode 100644
index eaaecedd58b4..
--- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="https://github.com/google/flatbuffers
-   https://pypi.org/project/flatbuffers/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"



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

2022-06-22 Thread Agostino Sarubbo
commit: fc8f66b7e09f3cb41b910a5be7c7deb02729be54
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 22 06:50:55 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 22 06:50:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8f66b7

dev-python/flatbuffers: amd64/arm64/arm/x86 stable (ALLARCHES policy) wrt bug 
#853514

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
index 963fd1f08d88..4eddf1fbaf28 100644
--- a/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
@@ -17,6 +17,6 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 
 S=${WORKDIR}/${P}/python



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

2022-05-30 Thread Brian Dolbec
commit: 46c52a52303dcabcf6f2c87e5f60c8cdbd2b2d1d
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon May 30 20:48:49 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon May 30 20:54:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c52a52

dev-python/flatbuffers: Bump to 2.0.6

Pypi index has not been kept up to date.
Use the github tarball instead (same tarball as dev-libs/flatbuffers)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-python/flatbuffers/Manifest |  1 +
 dev-python/flatbuffers/flatbuffers-2.0.6.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 65babcee572b..d5af86db6d68 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
+DIST flatbuffers-2.0.6.tar.gz 1724250 BLAKE2B 
b6969b28dba753c4551b33d27409d9925c10a640ae860264f8054c19a470ce3da366c0bf7917bf7fe4f6cb57acbfbe1837f175fde40b84d311df6d1378d146ce
 SHA512 
be631f34064c28d81876bf137c796e9736623cf2cc4f2a05dd45372e7195729c99fad1fa795f8ce71a408756a842edbdc0c3bc714a7cf63203a1de8681d86fb6
 DIST flatbuffers-2.0.tar.gz 22462 BLAKE2B 
a07f1d27afd71aaa23ba26a061267f95bbb7e0ced8b2c110b3d60fdb9d922fd4b339d7abc63068a030e08e6d824871c61110a665edd6781ac54dd5ef8613975a
 SHA512 
76636449c107f1b2d1a1f395dfbb04c89c25946d8a731a257475ff2517f9667095f3527280b87fdd4081fd5a9f7aa0a112d5daae742c1575d29abb69da595b6d

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
new file mode 100644
index ..963fd1f08d88
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-2.0.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+S=${WORKDIR}/${P}/python



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

2022-05-19 Thread Michał Górny
commit: 816dad506e4d8a466dae544d2d9d4c0dc6fb3a07
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 19 14:32:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 19 15:23:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816dad50

dev-python/flatbuffers: Use PEP517 build

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

 dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild
new file mode 100644
index ..fe822eac6d39
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-2.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"



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

2022-05-12 Thread Arthur Zamarin
commit: c71de4e4421c2227ce8ade57a47676ff8448cd20
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 18:37:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71de4e4

dev-python/flatbuffers: enable py3.11

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

 dev-python/flatbuffers/flatbuffers-2.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
index 379965a982c7..eaaecedd58b4 100644
--- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
@@ -3,11 +3,12 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="https://github.com/google/flatbuffers 
https://pypi.org/project/flatbuffers/;
+HOMEPAGE="https://github.com/google/flatbuffers
+   https://pypi.org/project/flatbuffers/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



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

2022-03-14 Thread Yixun Lan
commit: 1959413609c7abab9f2fba6a5266266926894d8f
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 17:23:48 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:27:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19594136

dev-python/flatbuffers: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
index cc7f8d257ac8..379965a982c7 100644
--- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"



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

2021-10-06 Thread Arthur Zamarin
commit: 826a141b07f584448ca6230c66beb7dd8f3f0e04
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct  6 13:00:56 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct  6 17:48:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826a141b

dev-python/flatbuffers: enable py3.10

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
index 806a74e479a..cc7f8d257ac 100644
--- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="RFC 7049 - Concise Binary Object Representation"



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

2021-07-24 Thread Michał Górny
commit: fc25490e8ef7abee53079e40855aaf8cbd2a958f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 24 15:20:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 24 17:30:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc25490e

dev-python/flatbuffers: Remove old

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

 dev-python/flatbuffers/Manifest|  1 -
 dev-python/flatbuffers/flatbuffers-1.12.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 3c752d287c0..65babcee572 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1,2 +1 @@
-DIST flatbuffers-1.12.tar.gz 11286 BLAKE2B 
9286d9d53bfca515ff01d329decc61201b8bc6231db8700d920530b21b8a213769f4c092ea4af901168ff31f57641f46853cd9d52a6a90398ec8b6ec67b7fb0b
 SHA512 
d7059508908c6bc7f421d04c0f8dbc9884015009b3601822489119853d851f2bf3aab941a96d19b354edf3c9c377625d0faf7b92f7a63a6d597e6ceac4abcf2d
 DIST flatbuffers-2.0.tar.gz 22462 BLAKE2B 
a07f1d27afd71aaa23ba26a061267f95bbb7e0ced8b2c110b3d60fdb9d922fd4b339d7abc63068a030e08e6d824871c61110a665edd6781ac54dd5ef8613975a
 SHA512 
76636449c107f1b2d1a1f395dfbb04c89c25946d8a731a257475ff2517f9667095f3527280b87fdd4081fd5a9f7aa0a112d5daae742c1575d29abb69da595b6d

diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild 
b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
deleted file mode 100644
index 806a74e479a..000
--- a/dev-python/flatbuffers/flatbuffers-1.12.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="https://github.com/google/flatbuffers 
https://pypi.org/project/flatbuffers/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"



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

2021-07-24 Thread Sam James
commit: 77f5a36cba4a6120e4dad3b40019414cc10793a0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 15:11:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 15:11:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f5a36c

dev-python/flatbuffers: Stabilize 2.0 ALLARCHES, #803704

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

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

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
index b3cd727af5c..806a74e479a 100644
--- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"



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

2021-07-24 Thread Michał Górny
commit: ada27584cb29cfc05357d7c54a5e937253636612
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 24 08:56:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 24 09:04:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada27584

dev-python/flatbuffers: Mark ALLARCHES

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

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

diff --git a/dev-python/flatbuffers/metadata.xml 
b/dev-python/flatbuffers/metadata.xml
index fc134ec05d4..713b7fab12c 100644
--- a/dev-python/flatbuffers/metadata.xml
+++ b/dev-python/flatbuffers/metadata.xml
@@ -5,6 +5,7 @@
dol...@gentoo.org
Brian Dolbec

+   

flatbuffers
google/flatbuffers



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

2021-06-20 Thread Brian Dolbec
commit: 3b389b64c074f5dfb989785db8991ef0d9854687
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jun 20 16:01:14 2021 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Jun 20 16:04:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b389b64

dev-python/flatbuffers: Version bump to 2.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-python/flatbuffers/Manifest   |  1 +
 dev-python/flatbuffers/flatbuffers-2.0.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index 1dec90d35b7..3c752d287c0 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-1.12.tar.gz 11286 BLAKE2B 
9286d9d53bfca515ff01d329decc61201b8bc6231db8700d920530b21b8a213769f4c092ea4af901168ff31f57641f46853cd9d52a6a90398ec8b6ec67b7fb0b
 SHA512 
d7059508908c6bc7f421d04c0f8dbc9884015009b3601822489119853d851f2bf3aab941a96d19b354edf3c9c377625d0faf7b92f7a63a6d597e6ceac4abcf2d
+DIST flatbuffers-2.0.tar.gz 22462 BLAKE2B 
a07f1d27afd71aaa23ba26a061267f95bbb7e0ced8b2c110b3d60fdb9d922fd4b339d7abc63068a030e08e6d824871c61110a665edd6781ac54dd5ef8613975a
 SHA512 
76636449c107f1b2d1a1f395dfbb04c89c25946d8a731a257475ff2517f9667095f3527280b87fdd4081fd5a9f7aa0a112d5daae742c1575d29abb69da595b6d

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
new file mode 100644
index 000..b3cd727af5c
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="https://github.com/google/flatbuffers 
https://pypi.org/project/flatbuffers/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"



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

2021-01-17 Thread Brian Dolbec
commit: 121fe04494d59c73dabdcd52acb88ef5add47f1e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jan 17 18:32:09 2021 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Jan 17 18:45:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121fe044

dev-python/flatbuffers: Add python-3.9

Bug https://bugs.gentoo.org/761439

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Brian Dolbec  gentoo.org>

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

diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild 
b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
index d51ae9856aa..2a4945e972e 100644
--- a/dev-python/flatbuffers/flatbuffers-1.12.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



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

2020-07-17 Thread Brian Dolbec
commit: c5c5f96522acc779c50b0499d6da2955f53369b4
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jul 18 01:52:02 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul 18 01:58:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c5f965

dev-python/flatbuffers: 1.12 stable allarches bug 722218

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

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

diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild 
b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
index 746446bbf3b..d51ae9856aa 100644
--- a/dev-python/flatbuffers/flatbuffers-1.12.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 arm arm64 x86"



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

2020-06-02 Thread Mart Raudsepp
commit: 249a00f0d98efae31bab30f97a4c7c394807eb19
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 15:54:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249a00f0

dev-python/flatbuffers: arm64 keyworded (bug #721726)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild 
b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
index f6e07681c31..b4fc7d6ebf2 100644
--- a/dev-python/flatbuffers/flatbuffers-1.12.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"



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

2020-05-08 Thread Brian Dolbec
commit: 9eca2aef50e79aa175b306580a2af30535b933b7
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Apr 28 01:15:25 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat May  9 00:50:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eca2aef

dev-python/flatbuffers: New pkg, new dep of dev-python/autobahn-20.4.3

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-python/flatbuffers/Manifest|  1 +
 dev-python/flatbuffers/flatbuffers-1.12.ebuild | 15 +++
 dev-python/flatbuffers/metadata.xml| 11 +++
 3 files changed, 27 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
new file mode 100644
index 000..1dec90d35b7
--- /dev/null
+++ b/dev-python/flatbuffers/Manifest
@@ -0,0 +1 @@
+DIST flatbuffers-1.12.tar.gz 11286 BLAKE2B 
9286d9d53bfca515ff01d329decc61201b8bc6231db8700d920530b21b8a213769f4c092ea4af901168ff31f57641f46853cd9d52a6a90398ec8b6ec67b7fb0b
 SHA512 
d7059508908c6bc7f421d04c0f8dbc9884015009b3601822489119853d851f2bf3aab941a96d19b354edf3c9c377625d0faf7b92f7a63a6d597e6ceac4abcf2d

diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild 
b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
new file mode 100644
index 000..f6e07681c31
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
@@ -0,0 +1,15 @@
+# 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="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="https://github.com/google/flatbuffers 
https://pypi.org/project/flatbuffers/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"

diff --git a/dev-python/flatbuffers/metadata.xml 
b/dev-python/flatbuffers/metadata.xml
new file mode 100644
index 000..9b133105c87
--- /dev/null
+++ b/dev-python/flatbuffers/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+dol...@gentoo.org
+Brian Dolbec
+
+  
+flatbuffers
+  
+