summaryrefslogtreecommitdiff
path: root/python3-poetry/Pkgfile
blob: aa5a070e492f9c246922200dcd7a6a0f80e81ad1 (plain)
    1 # Description:  python3 packaging and dependency management made easy
    2 # URL: https://poetry.eustace.io/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-cachecontrol python3-cachy python3-cleo python3-html5lib python3-keyring python3-lockfile python3-pexpect python3-pkginfo python3-poetry-core python3-requests-toolbelt python3-shellingham python3-virtualenv
    5 
    6 name=python3-poetry
    7 version=1.1.15
    8 release=1
    9 source=(https://github.com/sdispater/poetry/archive/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12   cd poetry-$version
   13 
   14   /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
   15   /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
   16 }

Generated by cgit