parent
6335ec8d16
commit
3b3dc95fb7
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'python3-pipx'
|
||||
pkgname=python3-pipx
|
||||
version=0.15.5.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
revision=2
|
||||
wrksrc="pipx-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-argcomplete python3-userpath python3-setuptools"
|
||||
depends="python3-argcomplete python3-userpath python3-setuptools python3-packaging"
|
||||
short_desc="Install and Run Python Applications in Isolated Environments"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue