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

New package: python3-poetry-core-1.0.3 #30552

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions Manual.md
Expand Up @@ -1546,6 +1546,9 @@ dependencies at build time. If you notice warnings about `EasyInstall` deprecati
present in `${wrksrc}/.eggs` after building the package, then those packages should be added to
`hostmakedepends`.

The `python3-pep517` build style does not provide a specific build backend, so
packages will need to add an appropriate backend provider to `hostmakedepends`.

The following variables may influence how the python packages are built and configured
at post-install time:

Expand Down
19 changes: 19 additions & 0 deletions srcpkgs/python3-poetry-core/template
@@ -0,0 +1,19 @@
# Template file for 'python3-poetry-core'
pkgname=python3-poetry-core
version=1.0.3
revision=1
wrksrc="poetry-core-${version}"
build_style="python3-module"
make_install_target="poetry_core-${version}-*-*-*.whl"
hostmakedepends="python3-wheel"
depends="python3"
short_desc="Poetry PEP 517 Build Backend & Core Utilities"
maintainer="Kye Shi <shi.kye@gmail.com>"
license="MIT"
homepage="https://github.com/python-poetry/poetry-core"
distfiles="${PYPI_SITE}/p/poetry-core/poetry-core-${version}.tar.gz"
checksum="2315c928249fc3207801a81868b64c66273077b26c8d8da465dccf8f488c90c5"

post_install() {
vlicense LICENSE
}