public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Cédric Krier" <cedk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cookiecutter/
Date: Tue,  7 Jun 2022 09:25:02 +0000 (UTC)	[thread overview]
Message-ID: <1654593859.74bd6f7ea4cc1e3fd38c7c88d39b15f9f408edc4.cedk@gentoo> (raw)

commit:     74bd6f7ea4cc1e3fd38c7c88d39b15f9f408edc4
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 09:24:19 2022 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 09:24:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bd6f7e

dev-util/cookiecutter: version bumps and clean old

Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 dev-util/cookiecutter/Manifest                     |  3 +-
 dev-util/cookiecutter/cookiecutter-1.7.2-r1.ebuild | 48 ----------------------
 dev-util/cookiecutter/cookiecutter-1.7.2.ebuild    | 48 ----------------------
 ...tter-2.1.0.ebuild => cookiecutter-2.1.1.ebuild} |  0
 4 files changed, 1 insertion(+), 98 deletions(-)

diff --git a/dev-util/cookiecutter/Manifest b/dev-util/cookiecutter/Manifest
index f4fc894bfbe4..4f587fc644cd 100644
--- a/dev-util/cookiecutter/Manifest
+++ b/dev-util/cookiecutter/Manifest
@@ -1,4 +1,3 @@
-DIST cookiecutter-1.7.2.tar.gz 253484 BLAKE2B de1c773cd5e53532edc7af7aaeac6061b1a5293330b8162da0f31895b0c3a58a4e0f36d66bee3da328a6b0a59fb5bd917a2f3f6fcf7772a4c63db5cd0030caae SHA512 15cc145f143b4cac6e78b12e1c29e191d0c1c96b0187db05a4c8aac18310a5cb31d912073674ef4c01727c9b5a3b67f8c508842cb625db338b4034faa52a4a4c
 DIST cookiecutter-1.7.3.tar.gz 253444 BLAKE2B 92ae74768c909ab8e2ae97ad87921ae0cbf24c417ab6985ac10eacd913981ee7756843e2588936174d3c04ecfa7a62077a6d4a323fdfa6d1872f3c84d943cbcb SHA512 a7dd7993ba40a084a719d553afbb8035f26976f38a3e8ee373c8074db64eac6bd7b711eca8cedbfd1050fc057a0b45409af4d59ff3bde57b344317dbee56f10b
 DIST cookiecutter-2.0.2.tar.gz 260840 BLAKE2B 008c4dceb1218ba7ead3846d24fc77253988a1fedfee929f30b4d2a63ee6ead9f2733e58e84f2d29840a5885b6655bb7d554664cec4175f49bd333b493c0f36d SHA512 0bd490e3f7067fbe87aeff35255ccac0d05d723c6505345856284612752a65e4e35a8e5fb4410f900d42e3998e68d7aa8bec402686404336dedbc456fd4cda49
-DIST cookiecutter-2.1.0.tar.gz 262829 BLAKE2B 31ddf25912d4d5d077112ffb5ad85f25f1f3aaef4edd78768a4065aec5baafa8c4b46247ef0fd8941e9c1429161cbd15bac999519f8b4c994e5aab22963288a8 SHA512 507e0030253f02d52e14cf39e8454fe3ea712a8768e9d613aa4cb41985e7d73046286d0c8eb346378c32b2a5ef6dc6481bce92eca574a49e9f21b3944307467f
+DIST cookiecutter-2.1.1.tar.gz 263100 BLAKE2B 6f054cc5e03328db3198443fe1f99bbef285fe03a1f9bf588b4b80d2314da10f6c998221cf6c41bff9c7fdc3c92680290468dfb070ade4a868ab80f941c1f6a4 SHA512 7833bfc0e6d2d32060e099a97a4477114c2e6f9b09f951c4a5519153fd7c1f9659c22596e443392272f4a6f80eabb2a346417bac56ea7ea4108fc6b36fc0072c

diff --git a/dev-util/cookiecutter/cookiecutter-1.7.2-r1.ebuild b/dev-util/cookiecutter/cookiecutter-1.7.2-r1.ebuild
deleted file mode 100644
index 76cf3a79b5f5..000000000000
--- a/dev-util/cookiecutter/cookiecutter-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line utility to create projects from cookiecutters (project templates)"
-HOMEPAGE="https://github.com/audreyr/cookiecutter"
-
-SRC_URI="https://github.com/audreyr/cookiecutter/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/binaryornot-0.4.4[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-	<dev-python/jinja-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/click-7.0[${PYTHON_USEDEP}]
-	>=dev-python/poyo-0.5.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja2-time-0.2.0[${PYTHON_USEDEP}]
-	>=dev-python/python-slugify-4.0.0[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.23.0[${PYTHON_USEDEP}]
-	>=dev-python/six-1.10[${PYTHON_USEDEP}]
-	<dev-python/markupsafe-2.0.0[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		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"
-	)
-
-python_test() {
-	pytest -o addopts= || die
-}

diff --git a/dev-util/cookiecutter/cookiecutter-1.7.2.ebuild b/dev-util/cookiecutter/cookiecutter-1.7.2.ebuild
deleted file mode 100644
index 5d5b9f4e3a65..000000000000
--- a/dev-util/cookiecutter/cookiecutter-1.7.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line utility to create projects from cookiecutters (project templates)"
-HOMEPAGE="https://github.com/audreyr/cookiecutter"
-
-SRC_URI="https://github.com/audreyr/cookiecutter/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/binaryornot-0.4.4[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-	<dev-python/jinja-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/click-7.0[${PYTHON_USEDEP}]
-	>=dev-python/poyo-0.5.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja2-time-0.2.0[${PYTHON_USEDEP}]
-	dev-python/python-slugify[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.23.0[${PYTHON_USEDEP}]
-	>=dev-python/six-1.10[${PYTHON_USEDEP}]
-	<dev-python/markupsafe-2.0.0[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		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"
-	)
-
-python_test() {
-	pytest -o addopts= || die
-}

diff --git a/dev-util/cookiecutter/cookiecutter-2.1.0.ebuild b/dev-util/cookiecutter/cookiecutter-2.1.1.ebuild
similarity index 100%
rename from dev-util/cookiecutter/cookiecutter-2.1.0.ebuild
rename to dev-util/cookiecutter/cookiecutter-2.1.1.ebuild


             reply	other threads:[~2022-06-07  9:25 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07  9:25 Cédric Krier [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-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-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=1654593859.74bd6f7ea4cc1e3fd38c7c88d39b15f9f408edc4.cedk@gentoo \
    --to=cedk@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