19 lines
614 B
Bash
19 lines
614 B
Bash
# Template file for 'python3-poetry-core'
|
|
pkgname=python3-poetry-core
|
|
version=1.0.7
|
|
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="98c11c755a16ef6c5673c22ca94a3802a7df4746a0853a70b6fae8b9f5cac206"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|