mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
pex: update to 2.50.1.
This commit is contained in:
parent
a80197147d
commit
3da7de2164
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'pex'
|
# Template file for 'pex'
|
||||||
pkgname=pex
|
pkgname=pex
|
||||||
version=2.47.0
|
version=2.50.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="~i686*"
|
archs="~i686*"
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools uv"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -12,7 +12,7 @@ license="Apache-2.0"
|
||||||
homepage="https://docs.pex-tool.org"
|
homepage="https://docs.pex-tool.org"
|
||||||
changelog="https://raw.githubusercontent.com/pex-tool/pex/main/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/pex-tool/pex/main/CHANGES.md"
|
||||||
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
||||||
checksum=75ace8a54827df63b1ba448523ed5bbb81fdc826f3e2f78e9d641c8432afcd4b
|
checksum=15bff4374526e178373c2ac90c18a54fa4e3d2506ff045ffa90812773aec4043
|
||||||
|
|
||||||
python3-pex_package() {
|
python3-pex_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue