From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bottleneck/
Date: Fri, 18 Oct 2024 16:11:09 +0000 (UTC) [thread overview]
Message-ID: <1729267474.8d634d88b27ccff636bd4d9df7315a84218aa5d9.arthurzam@gentoo> (raw)
commit: 8d634d88b27ccff636bd4d9df7315a84218aa5d9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 16:04:34 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 16:04:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d634d88
dev-python/bottleneck: add 1.4.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/bottleneck/Manifest | 1 +
dev-python/bottleneck/bottleneck-1.4.2.ebuild | 50 +++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-python/bottleneck/Manifest b/dev-python/bottleneck/Manifest
index 6868195fd9fb..7a45df1c5bd4 100644
--- a/dev-python/bottleneck/Manifest
+++ b/dev-python/bottleneck/Manifest
@@ -1,3 +1,4 @@
DIST bottleneck-1.4.0.tar.gz 103490 BLAKE2B c72b53bd1f4325fa53d7824e335ec50a37da7650c097bdda22548637c1e5a95bfa219dad1361dfb2eecdcf0fa1445a5c6cfb94b7472290fa6317524dc474f46c SHA512 07c1224d63a34e12488dce1f72152fdc493db904130cef46092f7f9c3218a04032e90d64dbf385069072c5d56c7ea09db15897d5c77b9d53db2e3da9414f84cc
DIST bottleneck-1.4.1rc1.tar.gz 103592 BLAKE2B 1e201ae87274e33245a56a9976d951e0040c9bb0bcca714a1b5dcd5b2e40a782dfa0ee09dbb7743e803fe5bd6c1c074abff24408d68bd3dd00050fb8d6e07ab3 SHA512 5ba05a852833f1eae3b5b5d96125484011faa08cc6556cdbadc668ef3c5efde406ff5432235de2ef65bb6ce3ca9f8aab159e33b2ddbfb8566638dfa9746f9ef0
DIST bottleneck-1.4.1rc3.tar.gz 103545 BLAKE2B 680c7efb6836cbfc31c2691e5268b3c2dc29861a8d874892a7b90681fe82e9b84acaccd67b6e4f4e5d69b11600aa251b1b7abd18b7064b28b90e9686b444d38e SHA512 ec72c21a7ed164078790c4ed8a71fa739b5b90b1f1c273e55943e6b057f399ef8215515844fbef59d8fe758ec20b2defc232f6cb7e826fbd985a78c48b8537be
+DIST bottleneck-1.4.2.tar.gz 103563 BLAKE2B a0fe43222acb63bcdf238282868c4a9acc6a8d0c3aa31d0b8ac9c38b6c4bb9e8a99e97e0227067a400b6320e52bbbbf0f29ddd5e38b32bc8c9cc995086d38e50 SHA512 6998a00375527fe77edd159311780a6551ee21dc2ef0ede7f47f6ca26542af4858df0065b2e8e82c3e5914069d0f467a770f460d04da5288d5a01ffd310d6292
diff --git a/dev-python/bottleneck/bottleneck-1.4.2.ebuild b/dev-python/bottleneck/bottleneck-1.4.2.ebuild
new file mode 100644
index 000000000000..1811a7194fec
--- /dev/null
+++ b/dev-python/bottleneck/bottleneck-1.4.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fast NumPy array functions written in C"
+HOMEPAGE="
+ https://github.com/pydata/bottleneck/
+ https://pypi.org/project/Bottleneck/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+DEPEND="
+ >=dev-python/numpy-1.9.1:=[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ # don't overwrites user's optimization level
+ sed -e '/extra_compile_args=\["-O2"\]/d' -i setup.py || die
+
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ local EPYTEST_DESELECT=()
+ case ${EPYTHON} in
+ pypy3)
+ EPYTEST_DESELECT+=(
+ # GC assumptions?
+ tests/memory_test.py::test_memory_leak
+ )
+ ;;
+ esac
+
+ rm -rf bottleneck || die
+ epytest --pyargs bottleneck
+}
next reply other threads:[~2024-10-18 16:11 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-18 16:11 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 18:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/bottleneck/ Michał Górny
2024-11-03 3:52 Michał Górny
2024-11-02 22:51 Sam James
2024-11-02 12:35 Arthur Zamarin
2024-11-02 10:08 Arthur Zamarin
2024-11-02 9:24 Michał Górny
2024-11-02 9:10 Sam James
2024-10-14 4:11 Michał Górny
2024-10-13 2:48 Michał Górny
2024-07-06 7:09 Arthur Zamarin
2024-07-06 6:54 Arthur Zamarin
2024-07-06 6:29 Sam James
2024-07-06 6:26 Sam James
2024-07-06 6:14 Sam James
2024-06-18 4:45 Michał Górny
2024-06-08 6:18 Michał Górny
2024-06-05 11:01 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-05-24 4:03 Michał Górny
2024-05-19 19:43 Arthur Zamarin
2024-05-19 11:47 Michał Górny
2024-04-11 11:59 Michał Górny
2024-03-14 11:25 Michał Górny
2024-03-14 7:34 Sam James
2024-03-13 21:42 Sam James
2024-03-13 15:15 Arthur Zamarin
2024-03-13 15:03 Arthur Zamarin
2024-03-13 14:04 Arthur Zamarin
2024-03-13 13:54 Arthur Zamarin
2024-02-25 4:07 Michał Górny
2024-01-04 11:29 WANG Xuerui
2023-11-22 15:01 Andrew Ammerlaan
2023-10-24 21:11 Michał Górny
2023-05-04 16:11 Michał Górny
2023-04-08 12:29 Michał Górny
2023-04-08 10:47 Arthur Zamarin
2023-04-08 10:43 Arthur Zamarin
2023-04-08 9:48 Arthur Zamarin
2023-04-08 9:02 Arthur Zamarin
2023-04-08 8:22 Arthur Zamarin
2023-04-08 8:17 Arthur Zamarin
2023-03-09 5:58 Michał Górny
2023-02-21 8:00 Michał Górny
2023-02-20 23:28 Sam James
2023-02-20 19:31 Arthur Zamarin
2023-02-20 19:22 Arthur Zamarin
2023-02-20 19:17 Arthur Zamarin
2023-02-20 19:12 Arthur Zamarin
2023-02-20 19:09 Arthur Zamarin
2023-01-20 4:50 Michał Górny
2022-12-19 18:28 Arthur Zamarin
2022-08-03 7:49 Agostino Sarubbo
2022-08-02 20:27 Sam James
2022-08-02 18:09 Arthur Zamarin
2022-08-02 18:08 Arthur Zamarin
2022-08-02 18:07 Arthur Zamarin
2022-08-02 17:44 Arthur Zamarin
2022-07-03 4:01 Michał Górny
2022-06-11 6:56 Michał Górny
2022-06-11 6:56 Michał Górny
2022-03-28 10:14 Michał Górny
2022-03-28 6:51 Agostino Sarubbo
2022-03-27 6:27 Agostino Sarubbo
2022-03-26 19:45 Sam James
2022-03-26 19:36 Arthur Zamarin
2022-03-26 19:35 Arthur Zamarin
2022-03-26 18:14 Arthur Zamarin
2022-02-22 18:55 Michał Górny
2022-02-14 8:35 Matt Turner
2021-11-20 6:35 Sam James
2021-11-18 11:10 Sam James
2021-11-18 11:01 Sam James
2021-11-14 23:51 Sam James
2021-10-24 21:14 Sam James
2021-10-02 23:17 Sam James
2021-09-06 23:42 Sam James
2021-07-19 14:45 Marek Szuba
2021-06-19 20:50 Michał Górny
2020-08-07 19:19 Sam James
2020-07-14 13:02 Sam James
2020-07-06 14:13 Michał Górny
2020-07-06 14:13 Michał Górny
2020-07-05 8:40 Sergei Trofimovich
2020-07-05 8:38 Sergei Trofimovich
2020-06-06 21:07 Pacho Ramos
2020-03-07 15:11 Michał Górny
2020-01-28 21:30 Michał Górny
2020-01-19 19:54 Pacho Ramos
2019-12-26 14:36 David Seifert
2018-08-22 19:19 Virgil Dupras
2018-08-22 19:17 Virgil Dupras
2018-01-23 9:29 Patrice Clement
2017-06-04 10:42 Agostino Sarubbo
2017-06-04 10:34 Agostino Sarubbo
2017-03-11 2:23 Zac Medico
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=1729267474.8d634d88b27ccff636bd4d9df7315a84218aa5d9.arthurzam@gentoo \
--to=arthurzam@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