commit: 8e1796bff9085e583b9c4475c8b062b01aa2f498
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 11:10:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 11:10:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1796bf
dev-python/bottleneck: update DESCRIPTION (no longer uses Cython)
Hasn't for quite some time.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild
b/dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild
index 944a15992cfd..206d77277110 100644
--- a/dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild
+++ b/dev-python/bottleneck/bottleneck-1.3.2-r1.ebuild
@@ -2,11 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
-DESCRIPTION="Fast NumPy array functions written in Cython"
+DESCRIPTION="Fast NumPy array functions written in C"
HOMEPAGE="https://pypi.org/project/Bottleneck/"
SRC_URI="https://github.com/kwgoodman/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"