diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-08-12 01:35:49 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-17 18:45:03 +0800 |
commit | 96880b435b7e4c861c85b9e761e250262e127c25 (patch) | |
tree | feb2275e1d3860b91fb6470fe0d10ef2c6079f98 /lang/python/python-more-itertools | |
parent | ec19051980414c4466551d3dab9e53d16ca3f297 (diff) |
python-more-itertools: Update to 10.1.0
The package has changed to the flit-core build backend.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-more-itertools')
-rw-r--r-- | lang/python/python-more-itertools/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python/python-more-itertools/Makefile b/lang/python/python-more-itertools/Makefile index 2b007627a..a16ed56d5 100644 --- a/lang/python/python-more-itertools/Makefile +++ b/lang/python/python-more-itertools/Makefile @@ -8,16 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-more-itertools -PKG_VERSION:=8.7.0 +PKG_VERSION:=10.1.0 PKG_RELEASE:=1 PYPI_NAME:=more-itertools -PKG_HASH:=c5d6da9ca3ff65220c3bfd2a8db06d698f05d4d2b9be57e1deb2be5a45019713 +PKG_HASH:=626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE +PKG_BUILD_DEPENDS:=python-flit-core/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk @@ -27,7 +29,7 @@ define Package/python3-more-itertools SECTION:=lang CATEGORY:=Languages TITLE:=More routines for operating on iterables, beyond itertools - URL:=https://github.com/erikrose/more-itertools + URL:=https://github.com/more-itertools/more-itertools DEPENDS:=+python3-light endef |