Port details |
- py-cookiecutter Create projects from cookiecutters (project templates)
- 1.7.3_1 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: matthew@FreeBSD.org
 - Port Added: 2018-09-21 07:47:53
- Last Update: 2022-06-28 10:49:29
- Commit Hash: 37dca63
- People watching this port, also watch:: py38-csvkit, nagios-check_postgres, GentiumPlus, p5-Math-Fleximal, py38-Cerberus
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- A command-line utility that creates projects from cookiecutters
(project templates), e.g. creating a Python package project from a
Python package project template.
WWW: https://pypi.org/project/cookiecutter/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cookiecutter>0:devel/py-cookiecutter@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-cookiecutter/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-cookiecutter
- pkg install py39-cookiecutter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py39-cookiecutter listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-cookiecutter
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1621078970
SHA256 (cookiecutter-1.7.3.tar.gz) = 6b9a4d72882e243be077a7397d0f1f76fe66cf3df91f3115dbb5330e214fa457
SIZE (cookiecutter-1.7.3.tar.gz) = 133496
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=62.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-binaryornot>=0.4.4 : devel/py-binaryornot@py39
- py39-Jinja2>=2.7 : devel/py-Jinja2@py39
- py39-click>=7.0 : devel/py-click@py39
- py39-yaml>=5.3.1 : devel/py-yaml@py39
- py39-jinja2-time>=0.2.0 : devel/py-jinja2-time@py39
- py39-python-slugify>=4.0.0 : textproc/py-python-slugify@py39
- py39-requests>=2.23.0 : www/py-requests@py39
- py39-setuptools>=62.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-molecule
- Configuration Options:
- No options to configure
- Options name:
- devel_py-cookiecutter
- USES:
- cpe python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Jun 2022 10:49:29 1.7.3_1 |
Bernhard Froehlich (decke)  |
devel/py-cookiecutter: Add CPE information
Approved by: portmgr (blanket) |
07 Apr 2022 18:59:34 1.7.3_1 |
Dmitry Marakasov (amdmi3)  |
devel/py-cookiecutter: add missing test depends
Approved by: portmgr blanket |
19 Oct 2021 08:36:47 1.7.3_1 |
Tobias Kortkamp (tobik)  |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
22 May 2021 20:52:24 1.7.3_1 |
Matthew Seaman (matthew)  |
devel/py-cookiecutter: Amend py-requests dependency version
With 7d02ece23c1a68 updating www/py-requests to the current version,
we can correctly match the version requirements from upstream.
PR: 252180
Reported by: vishwin |
15 May 2021 14:16:05 1.7.3 |
Matthew Seaman (matthew)  |
devel/py-cookiecutter -- update to 1.7.3
Note: we continue to downrate the requirement on py-requests to 2.22.0
compared to upstream's requirement for >=2.23.0. We are still waiting
on PR250941 before we can correct that.
ChangeLog: https://github.com/cookiecutter/cookiecutter/blob/1.7.3/HISTORY.md |
07 Apr 2021 08:09:01 1.7.2_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.7.2_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.7.2_1 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
28 Dec 2020 10:14:37
1.7.2_1 |
matthew  |
Fix `make test` to achieve 100% pass rate by converting entirely
unnecessary references to '/bin/bash' to use '/bin/sh' instead.
Update dependency versions to match 'setup.cfg' _except_ for
py-requests, where the ports currently has only 2.22.0 available, but
upstream is requiring at least 2.23.0. (Waiting on PR 250941) [1]
PR: 252180
Submitted by: Charlie Li |
27 Apr 2020 06:05:00
1.7.2 |
matthew  |
Update to 1.7.2
ChangeLog: https://github.com/cookiecutter/cookiecutter/blob/1.7.2/HISTORY.md |
23 Dec 2019 07:41:47
1.7.0 |
matthew  |
Update to 1.7.0
ChangeLog: https://github.com/cookiecutter/cookiecutter/blob/1.7.0/HISTORY.md |
10 Apr 2019 06:18:32
1.6.0_1 |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
22 Sep 2018 06:23:55
1.6.0 |
matthew  |
'env' is better spelled '${SETENV}' |
21 Sep 2018 14:08:36
1.6.0 |
matthew  |
tox considered harmful for testing under poudriere, so run pytest directly.
Turns out that just running tox din't actually do anything worthwhile.
Actually running the unit tests produces a small number of failures. |
21 Sep 2018 07:47:34
1.6.0 |
matthew  |
Add py-cookiecutter 1.6.0, create projects from cookiecutters (project
templates). |