public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cookiecutter/
Date: Mon,  9 Oct 2023 10:41:04 +0000 (UTC)	[thread overview]
Message-ID: <1696848036.f566934547cfa571c4aeade51019df86e4a3f516.andrewammerlaan@gentoo> (raw)

commit:     f566934547cfa571c4aeade51019df86e4a3f516
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 09:05:39 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 10:40:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5669345

dev-util/cookiecutter: add 2.4.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-util/cookiecutter/Manifest                  |  1 +
 dev-util/cookiecutter/cookiecutter-2.4.0.ebuild | 53 +++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-util/cookiecutter/Manifest b/dev-util/cookiecutter/Manifest
index a94ae9b413f8..c67747e142de 100644
--- a/dev-util/cookiecutter/Manifest
+++ b/dev-util/cookiecutter/Manifest
@@ -2,3 +2,4 @@ DIST cookiecutter-2.1.1.tar.gz 263100 BLAKE2B 6f054cc5e03328db3198443fe1f99bbef2
 DIST cookiecutter-2.2.3.tar.gz 271925 BLAKE2B 01c981b2650f6b4a962e231b5642fe99d8456e000d4ffc83be67df4c092d7192851cfdeb8d157d5c2db481346e4abf9671b9d80b24b17b0cc56cd9238ef11e6c SHA512 40df677c27c0b226cca36ecb983bd3b3e17b5aa0aac39df390064fdd54397971d3d8f2e2242c78459573bd9e49cdee0d42370cf65a6f752e6f372905b05baadb
 DIST cookiecutter-2.3.0.tar.gz 273048 BLAKE2B 9515ae58271c61a040b176fbede49bed198343a51a136509933ced4712252f359a1027e9fe5797a1ab0e37cdaaa962ad4a65927ddfd4514641f87bfb9507e566 SHA512 f1930ce79781119ea12e18dd1dfb05777989bc121a3292294314f4320e124ac62945120f85c7a720b6bd475acb07b162fb247486855e6180449eb50c8c5ee93c
 DIST cookiecutter-2.3.1.tar.gz 273620 BLAKE2B 0f2122b0c9c46ece8da03d4431d4ace3bcb2541e91d050af940eac7cd617ed0643db4533c2f4d6709de0e0746417cff0a67d63e490f9c5aaeaff9cf239b97189 SHA512 aa93a40dd82f579ebef894a5ad55798e623809804b6d8322f6fa5787e86bd98b79ea81d16ad3e7bf67570f2449f20d4241e13673fc106e58b2111a10c712bb35
+DIST cookiecutter-2.4.0.tar.gz 274072 BLAKE2B bd45803a8f232bd9453afc7f9f43170624d130b788e6cb055cfc31b3e58f097032838e65a5807c71b6ebf740e239e26b51edabaff0353152f7e8f4d008ce56d0 SHA512 c0e1ab6bed36bc57bd56becc8d7f7f3526a7257a95ed37819a8814152f2d06fe4bd5dafab66c508be4cd14fb191fd59ffbf559513c55ff84c4b51131771bc4e6

diff --git a/dev-util/cookiecutter/cookiecutter-2.4.0.ebuild b/dev-util/cookiecutter/cookiecutter-2.4.0.ebuild
new file mode 100644
index 000000000000..69ab73e4540b
--- /dev/null
+++ b/dev-util/cookiecutter/cookiecutter-2.4.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Command-line utility to create projects from cookiecutters (project templates)"
+HOMEPAGE="https://github.com/cookiecutter/cookiecutter"
+SRC_URI="https://github.com/cookiecutter/cookiecutter/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+	dev-python/arrow[${PYTHON_USEDEP}]
+	>=dev-python/binaryornot-0.4.4[${PYTHON_USEDEP}]
+	>=dev-python/click-7.0[${PYTHON_USEDEP}]
+	<dev-python/click-9.0.0[${PYTHON_USEDEP}]
+	>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+	<dev-python/jinja-4.0.0[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+	>=dev-python/python-slugify-4.0.0[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.23.0[${PYTHON_USEDEP}]
+	dev-python/rich[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+	test? (
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+		dev-python/freezegun[${PYTHON_USEDEP}]
+		dev-vcs/git
+	)
+"
+
+DOCS=( README.md HISTORY.md CONTRIBUTING.md )
+
+PATCHES=(
+	"${FILESDIR}/test_cli-1.7.2.patch"
+)
+
+distutils_enable_tests pytest
+# TODO: Package sphinx-click
+# distutils_enable_sphinx docs \
+# 	dev-python/sphinx-rtd-theme \
+# 	dev-python/recommonmark
+
+python_test() {
+	epytest -o addopts=
+}


             reply	other threads:[~2023-10-09 10:41 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-09 10:41 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-02 19:31 [gentoo-commits] repo/gentoo:master commit in: dev-util/cookiecutter/ Michał Górny
2025-01-02 15:20 Nowa Ammerlaan
2024-06-05 19:59 Arthur Zamarin
2024-02-23  9:57 Andrew Ammerlaan
2024-02-23  9:57 Andrew Ammerlaan
2023-11-24  9:54 Andrew Ammerlaan
2023-11-23 20:38 Arthur Zamarin
2023-11-17 15:17 Andrew Ammerlaan
2023-10-09 10:41 Andrew Ammerlaan
2023-10-09 10:41 Andrew Ammerlaan
2023-09-22 13:40 Andrew Ammerlaan
2023-08-17  7:49 Andrew Ammerlaan
2023-07-15 10:37 Cédric Krier
2023-07-07 11:39 Andrew Ammerlaan
2023-07-07 11:39 Andrew Ammerlaan
2022-08-08 12:34 Agostino Sarubbo
2022-06-25 16:37 Jakov Smolić
2022-06-07 21:20 Sam James
2022-06-07 21:16 Sam James
2022-06-07 14:02 Jakov Smolić
2022-06-07  9:25 Cédric Krier
2022-06-01  9:20 Andrew Ammerlaan
2022-05-17 12:20 Andrew Ammerlaan
2022-01-26 20:06 Arthur Zamarin
2021-09-04 21:29 Sam James
2021-09-04 21:29 Sam James
2021-08-20  6:38 Arthur Zamarin
2021-08-20  6:38 Arthur Zamarin
2021-06-05 10:47 Andrew Ammerlaan
2021-03-02  8:40 Sam James
2020-11-03 11:21 Sam James
2020-10-25 14:02 Cédric Krier
2020-09-15  8:09 Joonas Niilola
2020-06-18 22:36 Cédric Krier
2020-06-18 22:36 Cédric Krier
2020-05-21  7:53 Agostino Sarubbo
2020-02-04 12:30 Michał Górny
2020-01-18 10:16 Cédric Krier
2019-02-07 11:01 Manuel Rüger
2017-10-29 17:33 Cédric Krier
2017-10-29 13:12 Cédric Krier
2017-07-30 10:10 Cédric Krier
2017-07-23 12:22 Michael Palimaka
2017-07-23 12:19 Manuel Rüger
2017-05-11 12:54 Manuel Rüger
2017-03-13 13:48 Manuel Rüger
2017-02-06 17:23 Manuel Rüger
2017-02-06 17:23 Manuel Rüger
2016-12-23 22:01 Manuel Rüger
2016-10-30 15:38 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696848036.f566934547cfa571c4aeade51019df86e4a3f516.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox