Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/cookiecutter/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'cookiecutter'
pkgname=cookiecutter
version=2.6.0
revision=3
build_style=python3-module
version=2.7.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-Arrow python3-Jinja2 python3-binaryornot python3-click
python3-requests python3-rich python3-slugify python3-yaml"
Expand All @@ -13,7 +13,7 @@ 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
checksum=ca7bb7bc8c6ff441fbf53921b5537668000e38d56e28d763a1b73975c66c6138

post_install() {
vlicense LICENSE
Expand Down