From a5783ee1ab2a3cf58fe964da53d4f38d304499c6 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 00000000000..6d4a7c507c9 --- /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-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 " +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 +}