Skip to content

Commit

Permalink
New package: python3-poetry-core-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwshi authored and ahesford committed May 19, 2021
1 parent 80430c8 commit a5783ee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions srcpkgs/python3-poetry-core/template
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit a5783ee

Please sign in to comment.