diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-22 09:54:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-22 09:54:33 +0200 |
commit | e0eeb90d4c101f1fd95767ca8a471c8ea3324d75 (patch) | |
tree | 8d8d1c48777700c4edd266d7fa447b08dd7f647f /dev-python/flatbuffers | |
parent | dev-python/pycares: Fix S (diff) | |
download | gentoo-e0eeb90d4c101f1fd95767ca8a471c8ea3324d75.tar.gz gentoo-e0eeb90d4c101f1fd95767ca8a471c8ea3324d75.tar.bz2 gentoo-e0eeb90d4c101f1fd95767ca8a471c8ea3324d75.zip |
dev-python/flatbuffers: Remove old
Signed-off-by: Michał Górny <mgorny@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-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-python/flatbuffers/flatbuffers-2.0.ebuild | 16 |
3 files changed, 0 insertions, 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..000000000000 --- 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..000000000000 --- 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" |