2021-06-14 19:51:53 +00:00
|
|
|
# Description: python3 packaging and dependency management made easy
|
|
|
|
# URL: https://poetry.eustace.io/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-04-01 14:07:43 +02:00
|
|
|
# Depends on: python3-cachecontrol python3-cachy python3-cleo python3-dulwich python3-html5lib python3-keyring python3-lockfile python3-pexpect python3-pkginfo python3-poetry-core python3-poetry-plugin-export python3-requests-toolbelt python3-shellingham python3-trove-classifiers python3-virtualenv
|
2021-06-14 19:51:53 +00:00
|
|
|
|
|
|
|
name=python3-poetry
|
2023-05-30 22:33:56 +02:00
|
|
|
version=1.5.1
|
2021-06-14 19:51:53 +00:00
|
|
|
release=1
|
2021-11-30 22:58:44 +01:00
|
|
|
source=(https://github.com/sdispater/poetry/archive/$version/$name-$version.tar.gz)
|
2021-06-14 19:51:53 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd poetry-$version
|
2021-11-30 22:58:44 +01:00
|
|
|
|
2022-07-10 18:07:54 +02:00
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2021-06-14 19:51:53 +00:00
|
|
|
}
|