From 4c1cfb171abdf4ef7db67b79d7b9850626a4515e Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 19 Jul 2022 08:47:55 +0200 Subject: [PATCH] New package: cookiecutter-2.3.0 --- srcpkgs/cookiecutter/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/cookiecutter/template diff --git a/srcpkgs/cookiecutter/template b/srcpkgs/cookiecutter/template new file mode 100644 index 00000000000000..023d3d6bbb5b8b --- /dev/null +++ b/srcpkgs/cookiecutter/template @@ -0,0 +1,20 @@ +# Template file for 'cookiecutter' +pkgname=cookiecutter +version=2.3.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-Arrow python3-Jinja2 python3-binaryornot python3-click + python3-requests python3-rich python3-slugify python3-yaml" +checkdepends="${depends} git python3-freezegun python3-pytest python3-pytest-cov python3-pytest-mock" +short_desc="Command-line utility that creates projects from project templates" +maintainer="Marcin Puc " +license="BSD-3-Clause" +homepage="https://github.com/cookiecutter/cookiecutter" +changelog="https://raw.githubusercontent.com/cookiecutter/cookiecutter/main/HISTORY.md" +distfiles="${PYPI_SITE}/c/cookiecutter/cookiecutter-${version}.tar.gz" +checksum=942a794981747f6d7f439d6e49d39dc91a9a641283614160c93c474c72c29621 + +post_install() { + vlicense LICENSE +}