mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
pex: update to 2.1.103.
This commit is contained in:
parent
54c6fe60d5
commit
2434e21f9a
1 changed files with 7 additions and 8 deletions
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'pex'
|
||||
pkgname=pex
|
||||
version=2.1.15
|
||||
revision=3
|
||||
wrksrc="pex-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Sphinx"
|
||||
depends="python3-setuptools"
|
||||
version=2.1.103
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core python3-Sphinx"
|
||||
depends="python3"
|
||||
short_desc="Library & tool for generating .pex (Python EXecutable) files"
|
||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/pantsbuild/pex"
|
||||
changelog="https://raw.githubusercontent.com/pantsbuild/pex/master/CHANGES.rst"
|
||||
changelog="https://raw.githubusercontent.com/pantsbuild/pex/main/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
|
||||
checksum=e1092ae52cfdef41c22d98fa98f9225ac21936a7d096131777ca3a7940fe1b2d
|
||||
checksum=07bcd633626b7fd6d18eb0d6303acfd0a4fbcb31692e737b15794626da896bf0
|
||||
|
||||
post_build() {
|
||||
PYTHONPATH="$PWD" make -C docs man
|
||||
|
|
Loading…
Add table
Reference in a new issue