From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flatbuffers/
Date: Thu, 11 Apr 2024 19:04:27 +0000 (UTC) [thread overview]
Message-ID: <1712862250.145d7e98da63eb447f0212a0745a0c0bbca9ff3c.mgorny@gentoo> (raw)
commit: 145d7e98da63eb447f0212a0745a0c0bbca9ff3c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 17:15:00 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 19:04:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145d7e98
dev-python/flatbuffers: Remove old
Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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
-}
next reply other threads:[~2024-04-11 19:04 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 19:04 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-11 7:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/flatbuffers/ Michał Górny
2025-02-08 11:45 Michał Górny
2025-02-08 10:46 Arthur Zamarin
2025-01-22 7:21 Michał Górny
2025-01-11 11:48 Michał Górny
2025-01-11 9:05 Sam James
2024-12-24 11:17 Michał Górny
2024-07-20 9:01 Michał Górny
2024-07-20 8:14 Arthur Zamarin
2024-07-01 14:08 Petr Vaněk
2024-06-15 12:00 Petr Vaněk
2024-04-11 16:51 Arthur Zamarin
2024-03-26 6:57 Michał Górny
2024-03-22 12:37 Michał Górny
2024-03-22 4:03 Sam James
2024-03-21 17:47 Arthur Zamarin
2024-03-08 5:40 Michał Górny
2024-03-07 15:39 Michał Górny
2024-02-03 19:35 Jason Zaman
2023-10-27 17:47 Michał Górny
2023-06-27 11:52 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-05-27 5:33 Michał Górny
2023-04-05 8:10 Michał Górny
2023-04-05 7:08 Arthur Zamarin
2023-03-04 6:37 Arthur Zamarin
2023-03-04 4:50 Michał Górny
2023-02-03 15:17 Michał Górny
2023-02-03 13:34 Sam James
2023-02-03 12:47 Arthur Zamarin
2023-02-03 12:24 Arthur Zamarin
2023-02-03 12:20 Sam James
2023-01-22 9:01 Michał Górny
2023-01-05 7:48 Michał Górny
2022-12-25 17:45 Michał Górny
2022-12-25 16:42 Sam James
2022-12-07 15:59 Michał Górny
2022-12-07 15:59 Michał Górny
2022-11-29 8:41 Michał Górny
2022-11-29 7:26 Arthur Zamarin
2022-11-25 5:14 Michał Górny
2022-11-03 19:32 Arthur Zamarin
2022-11-03 19:18 Arthur Zamarin
2022-10-27 4:49 Michał Górny
2022-09-28 18:34 Michał Górny
2022-09-25 18:35 Arthur Zamarin
2022-09-25 18:31 Arthur Zamarin
2022-08-24 19:36 Arthur Zamarin
2022-06-22 7:57 Michał Górny
2022-06-22 6:53 Agostino Sarubbo
2022-05-30 20:54 Brian Dolbec
2022-05-19 15:23 Michał Górny
2022-05-12 19:09 Arthur Zamarin
2022-03-14 10:32 Yixun Lan
2021-10-06 17:48 Arthur Zamarin
2021-07-24 17:30 Michał Górny
2021-07-24 15:12 Sam James
2021-07-24 9:04 Michał Górny
2021-06-20 16:07 Brian Dolbec
2021-01-17 18:51 Brian Dolbec
2020-07-18 1:58 Brian Dolbec
2020-06-02 22:21 Mart Raudsepp
2020-05-09 0:51 Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1712862250.145d7e98da63eb447f0212a0745a0c0bbca9ff3c.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox