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 committed Apr 27, 2021
1 parent c391654 commit cf6fc31
Showing 1 changed file with 19 additions and 0 deletions.
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-pep517"
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="https://github.com/python-poetry/poetry-core/archive/refs/tags/${version}.tar.gz"
checksum="b5a9f8284c685c638796a322ea868843da5e2094c664436e44061e6bcea367ea"

post_install() {
vlicense LICENSE
}

0 comments on commit cf6fc31

Please sign in to comment.