Path to this page:
./
devel/py-cookiecutter,
Command-line utility that creates projects from project templates
Branch: CURRENT,
Version: 2.6.0nb1,
Package name: py312-cookiecutter-2.6.0nb1,
Maintainer: gdeCookiecutter is a command-line utility that creates
projects from cookiecutters (project templates),
e.g. creating a Python package project from a
Python package project template.
Required to run:[
devel/py-setuptools] [
textproc/py-jinja2] [
textproc/py-markupsafe] [
devel/py-requests] [
lang/py-six] [
devel/py-click] [
devel/py-binaryornot] [
devel/py-whichcraft] [
textproc/py-poyo] [
time/py-jinja2-time] [
lang/python37] [
devel/py-slugify]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 155.046 KB
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-12) Updated to version: py312-cookiecutter-2.6.0nb1
- (2024-11-11) Updated to version: py312-cookiecutter-2.6.0
- (2024-02-22) Updated to version: py311-cookiecutter-2.6.0
- (2024-01-23) Updated to version: py311-cookiecutter-2.5.0
CVS history: (Expand)
2025-07-05 13:44:20 by Thomas Klausner | Files touched by this commit (116) |
Log message:
*: some more recursive Python restrictions on Python 3.11+
Reported in SmartOS bulk build
|
2025-04-12 11:54:04 by Adam Ciarcinski | Files touched by this commit (6) |  |
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-08-10 08:32:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-cookiecutter: remove unused test depende
|
2024-02-22 09:43:55 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cookiecutter: updated to 2.6.0
2.6.0 (2024-02-21)
Minor Changes
* Support Python 3.12
* Modifying Jinja2 start and end variable strings
CI/CD and QA changes
* Add isort as a pre-commit hook
* Bump actions/setup-python from 4 to 5
* Bump actions/upload-artifact from 3 to 4
* Support Python 3.12
* [pre-commit.ci] pre-commit autoupdate
Documentation updates
* Support Python 3.12
Bugfixes
* Fix regression: Adding value to nested dicts broken
* Fixed errors caused by invalid config files.
|
2024-01-23 14:27:19 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cookiecutter: updated to 2.5.0
2.5.0 (2023-11-21)
Minor Changes
* Default values can be passed as a dict
* Implement new style for nested templates config
CI/CD and QA changes
* Bump actions/checkout from 3 to 4
* [pre-commit.ci] pre-commit autoupdate
* [pre-commit.ci] pre-commit autoupdate
Documentation updates
* Add argument run to pipx command in README.md
* Fix tutorial2 generated HTML
* Update README.md
* Update README.md to fix broken link
* Update README.md to include installation instructions
* Update cookiecutter-plone-starter link in readme
Bugfixes
* Fix FileExistsError when using a relative template path
* Fix recursive context overwrites
|
2023-11-14 18:58:38 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-cookiecutter: updated to 2.4.0
2.4.0 (2023-09-29)
Minor Changes
* Gracefully handle files with mixed lined endings
* Implement a pre_prompt hook that will run before prompts
Documentation updates
* Implement a pre_prompt hook that will run before prompts
* update main docstrings to include overwrite_if_exists and skip_if_file_exists
|
2023-08-27 22:13:12 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cookiecutter: updated to 2.3.0
2.3.0 (2023-08-03)
Minor Changes
* Improve style of prompts using `rich`
CI/CD and QA changes
* Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0
* [pre-commit.ci] pre-commit autoupdate
Bugfixes
* Fix replay
* Support multichoice overwrite
|