From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bottleneck/
Date: Thu, 9 Mar 2023 05:58:59 +0000 (UTC) [thread overview]
Message-ID: <1678341532.2b7eb23cccbc8501fcbf0962abe214f7c0d32f60.mgorny@gentoo> (raw)
commit: 2b7eb23cccbc8501fcbf0962abe214f7c0d32f60
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 05:19:24 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 05:58:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7eb23c
dev-python/bottleneck: Bump to 1.3.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/bottleneck/Manifest | 1 +
dev-python/bottleneck/bottleneck-1.3.7.ebuild | 44 +++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/bottleneck/Manifest b/dev-python/bottleneck/Manifest
index 37713fd30792..e3300ba98d10 100644
--- a/dev-python/bottleneck/Manifest
+++ b/dev-python/bottleneck/Manifest
@@ -1 +1,2 @@
+DIST Bottleneck-1.3.7.tar.gz 103067 BLAKE2B d260263fc05b6806203c09555157926f288c60ebb88105b9ad73191c220be0e08370d7a96cb829ec8dd9ac0c2d243aeca62eb1a871e39fe8c85ba6ab507849ac SHA512 ffeacb13e5a99db85e1580b9f2ead98239b4fd0b253a3c242a5507a026b439b9927ea49becec7e4d2d8f8e4ced15f43514c0af99379389db141ae50c4513e011
DIST bottleneck-1.3.6.gh.tar.gz 119180 BLAKE2B 8ba4ccb260731b1583eb62249fa0bdf8d25b96c978f5ff91003aaf965b0f5f5d000fb2a049f70e86266ebeb6e748cadd8e7d0ccafad1ed1a50f6aba18452c97a SHA512 0c0af2ee5ca77f86f855800748a4ce4c0fe85f9da445aeeaaffabdcdc0e2c47b18c5590b208cb8aed52d4ec4a1aa9c023588d11d1c5aa581e2c00d3d4c1ba73c
diff --git a/dev-python/bottleneck/bottleneck-1.3.7.ebuild b/dev-python/bottleneck/bottleneck-1.3.7.ebuild
new file mode 100644
index 000000000000..d3008c73bce6
--- /dev/null
+++ b/dev-python/bottleneck/bottleneck-1.3.7.ebuild
@@ -0,0 +1,44 @@
+# 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 pypi
+
+DESCRIPTION="Fast NumPy array functions written in C"
+HOMEPAGE="
+ https://github.com/pydata/bottleneck/
+ https://pypi.org/project/Bottleneck/
+"
+SRC_URI="
+ $(pypi_sdist_url --no-normalize Bottleneck)
+"
+S=${WORKDIR}/${P^}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-python/numpy-1.9.1[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+"
+
+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() {
+ rm -rf bottleneck || die
+ epytest --pyargs bottleneck
+}
next reply other threads:[~2023-03-09 5:59 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-09 5:58 Michał Górny [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-18 16:11 Arthur Zamarin
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-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=1678341532.2b7eb23cccbc8501fcbf0962abe214f7c0d32f60.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