From cf6fc312516efad2b1424d8aade7145ff1327ee5 Mon Sep 17 00:00:00 2001 From: Kye Shi Date: Tue, 27 Apr 2021 12:11:03 -0700 Subject: [PATCH] New package: python3-poetry-core-1.0.3 --- srcpkgs/python3-poetry-core/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-poetry-core/template diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template new file mode 100644 index 00000000000000..0366110f4cc0ee --- /dev/null +++ b/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 " +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 +}