void-packages/srcpkgs/python3-poetry-core/template
2021-05-18 23:01:01 -04:00

20 lines
614 B
Bash

# 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
}