2023-04-01 13:05:01 +02:00
|
|
|
# Description: More routines for operating on iterables, beyond itertools
|
|
|
|
# URL: https://github.com/more-itertools/more-itertools
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-04-02 19:32:56 +02:00
|
|
|
# Depends on: python3-build python3-flit-core python3-installer
|
2023-04-01 13:05:01 +02:00
|
|
|
|
|
|
|
name=python3-more-itertools
|
2024-01-08 18:35:30 +01:00
|
|
|
version=10.2.0
|
2023-04-01 13:05:01 +02:00
|
|
|
release=1
|
|
|
|
source=(https://pypi.org/packages/source/m/more-itertools/more-itertools-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd more-itertools-$version
|
|
|
|
|
2023-04-02 19:32:56 +02:00
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl
|
2023-04-01 13:05:01 +02:00
|
|
|
}
|