From ac16013eb71ff5417db753c820d29e4a1e006aac Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 22 Nov 2024 08:47:49 -0500 Subject: [PATCH] python3-discogs_client: update to 2.7.1. --- srcpkgs/python3-discogs_client/template | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template index 8a7ce6a9091..e90b6ce4a25 100644 --- a/srcpkgs/python3-discogs_client/template +++ b/srcpkgs/python3-discogs_client/template @@ -1,20 +1,18 @@ # Template file for 'python3-discogs_client' pkgname=python3-discogs_client -version=2.2.2 -revision=8 +version=2.7.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-six python3-oauthlib" short_desc="Official Discogs API client for Python3" -maintainer="Georg Schabel " +maintainer="Joel Beckmeyer " license="BSD-2-Clause" -homepage="https://github.com/discogs/discogs_client" -distfiles="${PYPI_SITE}/d/discogs-client/discogs-client-${version}.tar.gz - https://raw.githubusercontent.com/discogs/discogs_client/master/LICENSE" -checksum="aeae43fb9281e27c580d1bcd484e6c309f4f3a05af3908016ee3363786ef43d8 - 1af62aeddccb57134218ddbdc67d0473524ca736703d7cce01db59b2e07da542" -skip_extraction="LICENSE" +homepage="https://github.com/joalla/discogs_client" +changelog="https://github.com/joalla/discogs_client/releases" +distfiles="${PYPI_SITE}/p/python3-discogs-client/python3_discogs_client-${version}.tar.gz" +checksum=f2453582f5d044ea5847d27cfe56473179e51c9a836913b46db803c20ae598f9 post_install() { - vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE + vlicense LICENSE }