Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pex: update to 2.1.9. #20869

Merged
merged 1 commit into from
Apr 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/pex/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pex'
pkgname=pex
version=2.1.8
version=2.1.9
revision=1
archs=noarch
wrksrc="pex-${version}"
Expand All @@ -12,7 +12,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
license="Apache-2.0"
homepage="https://github.com/pantsbuild/pex"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=64e2f8146e0c00fd50213ac01933014aadd7b00c7709e961067c4c47f37fe31f
checksum=caff0d568482b0b532ad01bba3ff0dcdc171a418af68f13fd29510906b527918

post_build() {
PYTHONPATH="$PWD" make -C docs man
Expand Down