From 1fba90dbd217e5d087e94ec6786299ab82d9986b Mon Sep 17 00:00:00 2001 From: Luc-Saccoccio Date: Sat, 1 Apr 2023 14:01:20 +0200 Subject: [PATCH] python3-pylast: update to 5.1.0. --- srcpkgs/python3-pylast/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template index 9999e43a61a0..287ae698f72d 100644 --- a/srcpkgs/python3-pylast/template +++ b/srcpkgs/python3-pylast/template @@ -1,14 +1,14 @@ # Template file for 'python3-pylast' pkgname=python3-pylast -version=4.1.0 -revision=5 -build_style=python3-module -hostmakedepends="python3-setuptools_scm" -depends="python3-setuptools" +version=5.1.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling hatch-vcs" +depends="python3-httpx" 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=89300fdcdf423d7be0606bdc44da27c3b48c4d73aa1d4cb12672cc006c979bdc +make_check=no # Unable to determine tests for PEP517 Python templates