diff options
author | 2022-05-30 13:48:49 -0700 | |
---|---|---|
committer | 2022-05-30 13:54:08 -0700 | |
commit | 46c52a52303dcabcf6f2c87e5f60c8cdbd2b2d1d (patch) | |
tree | 0dadfd4854844934dff08a3b3718f382bf9f4a02 /dev-python/flatbuffers | |
parent | profiles/arch/amd64/x32: enable sys-boot/gnu-efi[abi_x86_64] by default (diff) | |
download | gentoo-46c52a52303dcabcf6f2c87e5f60c8cdbd2b2d1d.tar.gz gentoo-46c52a52303dcabcf6f2c87e5f60c8cdbd2b2d1d.tar.bz2 gentoo-46c52a52303dcabcf6f2c87e5f60c8cdbd2b2d1d.zip |
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 <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/flatbuffers')
-rw-r--r-- | dev-python/flatbuffers/Manifest | 1 | ||||
-rw-r--r-- | dev-python/flatbuffers/flatbuffers-2.0.6.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
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 000000000000..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 |