package/python-tomli: bump to version 2.0.1

This package now requires flit and must use the flit-bootstrap setup
type for the host build since it is a dependency of
host-python-pypa-build.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
James Hilliard 2022-04-24 15:39:57 -06:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 37439adf81
commit 7e22dca48c
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/tomli/json
md5 2ecbc7a23b8c8dc2fe96f588f88463d9 tomli-1.2.0.tar.gz
sha256 d60e681734099207a6add7a10326bc2ddd1fdc36c1b0f547d00ef73ac63739c2 tomli-1.2.0.tar.gz
md5 d4341621d423a7ca6822e23d6d52bb9a tomli-2.0.1.tar.gz
sha256 de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f tomli-2.0.1.tar.gz
# Locally computed sha256 checksums
sha256 b80816b0d530b8accb4c2211783790984a6e3b61922c2b5ee92f3372ab2742fe LICENSE

View File

@ -4,12 +4,13 @@
#
################################################################################
PYTHON_TOMLI_VERSION = 1.2.0
PYTHON_TOMLI_VERSION = 2.0.1
PYTHON_TOMLI_SOURCE = tomli-$(PYTHON_TOMLI_VERSION).tar.gz
PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/ec/38/8eccdc662c61aed187d5f5b168c18b1d2de3827976c3691e4da8be7375aa
PYTHON_TOMLI_SETUP_TYPE = distutils
PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3
PYTHON_TOMLI_LICENSE = MIT
PYTHON_TOMLI_LICENSE_FILES = LICENSE
PYTHON_TOMLI_SETUP_TYPE = flit
HOST_PYTHON_TOMLI_SETUP_TYPE = flit-bootstrap
$(eval $(python-package))
$(eval $(host-python-package))