Skip to content

Commit

Permalink
New package: pex-2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cpixl authored and pullmoll committed Jan 17, 2020
1 parent fa176af commit d00376c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 48 deletions.
31 changes: 31 additions & 0 deletions srcpkgs/pex/template
@@ -0,0 +1,31 @@
# Template file for 'pex'
pkgname=pex
version=2.0.3
revision=1
archs=noarch
wrksrc="pex-${version}"
build_style=python3-module
pycompile_module="pex"
hostmakedepends="python3-setuptools python3-Sphinx"
depends="python3-setuptools"
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"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=a8a35e7eb212616b2964d70d8a134d41d16649c943ab206b90c749c005e60999

post_build() {
cd docs
make man
}

post_install() {
vman docs/_build/man/pex.1
}

python3-pex_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - transitional dummy package"
build_style=meta
}
47 changes: 0 additions & 47 deletions srcpkgs/python-pex/template

This file was deleted.

2 changes: 1 addition & 1 deletion srcpkgs/python3-pex

0 comments on commit d00376c

Please sign in to comment.