21 lines
869 B
Bash
21 lines
869 B
Bash
# Template file for 'cookiecutter'
|
|
pkgname=cookiecutter
|
|
version=2.6.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="tranzystorekk <tranzystorek.io@protonmail.com>"
|
|
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=db21f8169ea4f4fdc2408d48ca44859349de2647fbe494a9d6c3edfc0542c21c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|