From f026da6950cb05c66c69a0591ea568b2e79abf08 Mon Sep 17 00:00:00 2001 From: Vinfall Date: Mon, 24 Jun 2024 19:07:55 +0800 Subject: [PATCH] python3-pylast: update to 5.3.0. --- srcpkgs/python3-pylast/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template index 6a3afd557bdb7b..606eb91dc40abd 100644 --- a/srcpkgs/python3-pylast/template +++ b/srcpkgs/python3-pylast/template @@ -1,14 +1,15 @@ # Template file for 'python3-pylast' pkgname=python3-pylast -version=4.1.0 -revision=6 -build_style=python3-module -hostmakedepends="python3-setuptools_scm" -depends="python3-setuptools" +version=5.3.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling hatch-vcs" +depends="python3-httpx" +checkdepends="python3-pytest python3-flaky ${depends}" short_desc="Python3 interface to last.fm and libre.fm" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/pylast/pylast" distfiles="${PYPI_SITE}/p/pylast/pylast-${version}.tar.gz" -checksum=ad084aec1bf7e307bc42d7cc1a003851f5bee1ad24fb697a9fdc300bbfe63932 -make_check=no # The 'pylast' distribution was not found and is required by the application +checksum=637943b1b0e6045dd85ed7389db6071a1fea45cc7ff90dc6126fd509ca6fae2f +make_check=no # Unable to determine tests for PEP517 Python templates