From 3bdfed16f3b50afda5bb515d1cf8cb16bff3d7a5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 29 Jun 2022 18:51:39 +0200 Subject: [PATCH] python3-pipx: update to 1.1.0. --- srcpkgs/python3-pipx/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template index b20d6777246..597395ceda3 100644 --- a/srcpkgs/python3-pipx/template +++ b/srcpkgs/python3-pipx/template @@ -1,18 +1,18 @@ # Template file for 'python3-pipx' pkgname=python3-pipx -version=1.0.0 +version=1.1.0 revision=1 wrksrc="pipx-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-argcomplete python3-userpath python3-setuptools python3-packaging" +build_style=python3-pep517 +hostmakedepends="hatchling" +depends="python3-argcomplete python3-packaging python3-userpath" short_desc="Install and Run Python Applications in Isolated Environments" maintainer="Leah Neukirchen " license="MIT" homepage="https://pypa.github.io/pipx/" changelog="https://pypa.github.io/pipx/changelog/" distfiles="${PYPI_SITE}/p/pipx/pipx-${version}.tar.gz" -checksum=91e2bca934a5e82785d7b4ae44b95553611311691bd87da31915d08a0ad2df1c +checksum=4d2f70daf15f121e90b7394b0730ee82fc39d7da514e50a7bbf8066be88883bb post_install() { vlicense LICENSE