From e1ef13a30c8e5bc687e917edce75f75c60e56a86 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 26 Jun 2023 13:59:56 +0800 Subject: [PATCH] python-service-identity: Update to 23.1.0 This adds new build dependencies as the package switched to pyproject.toml-based builds. Signed-off-by: Jeffery To --- lang/python/python-service-identity/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lang/python/python-service-identity/Makefile b/lang/python/python-service-identity/Makefile index 8e1c1475c7..eb51e3a40a 100644 --- a/lang/python/python-service-identity/Makefile +++ b/lang/python/python-service-identity/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2016-2018 OpenWrt.org +# Copyright (C) 2015, 2018-2020, 2023 Jeffery To # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,16 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-service-identity -PKG_VERSION:=18.1.0 -PKG_RELEASE:=2 +PKG_VERSION:=23.1.0 +PKG_RELEASE:=1 -PYPI_NAME:=service_identity -PKG_HASH:=0858a54aabc5b459d1aafa8a518ed2081a285087f349fe3e55197989232e2e2d +PYPI_NAME:=service-identity +PYPI_SOURCE_NAME:=service_identity +PKG_HASH:=ecb33cd96307755041e978ab14f8b14e13b40f1fbd525a4dc78f46d2b986431d PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Jeffery To +PKG_BUILD_DEPENDS:=python-hatchling/host python-hatch-vcs/host python-hatch-fancy-pypi-readme/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk