From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cheetah3/
Date: Fri, 21 Feb 2025 20:44:03 +0000 (UTC) [thread overview]
Message-ID: <1740170640.3a93e9fdd8b04a67f7059730a300f012e4a04688.mgorny@gentoo> (raw)
commit: 3a93e9fdd8b04a67f7059730a300f012e4a04688
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Fri Feb 21 19:26:53 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 20:44:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a93e9fd
dev-python/cheetah3: add 3.4.0
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/40688
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cheetah3/Manifest | 1 +
dev-python/cheetah3/cheetah3-3.4.0.ebuild | 44 +++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/cheetah3/Manifest b/dev-python/cheetah3/Manifest
index a95572b816d3..633ade12e434 100644
--- a/dev-python/cheetah3/Manifest
+++ b/dev-python/cheetah3/Manifest
@@ -1 +1,2 @@
DIST cheetah3-3.3.3.gh.tar.gz 315249 BLAKE2B f5dc748c49adbddffb0339069f800583739bffce8085c3abb80080d14d051a334e6b7d1b8ced218218334cae6cc000877570f3ab7c1ef0d760de36bf956f9c2e SHA512 638ee6ca0d37b86cfa93f8fc0da4c259da639c3b107c8810201e4bed30ca4674b5e546abc1d8f716d1bba7d1c72d51f559894a90580fa02f1409f7a73a246001
+DIST cheetah3-3.4.0.gh.tar.gz 318357 BLAKE2B 5bb67484c4907f0a831eaa79d755ba252abc3ed70a14a7f87620cc8748f7226cc112b66cc1ce19759d5aa6653e8ce2ad0acd4604a0ca2a92c249e095ae6522ba SHA512 1984165dc001c5982f39bdee9ef1364ebb794a028bfebcbead6af9834abe6506f253b0bc18919c9b95b55130dd71232fac3830aed8c19219852a56f007ad45e7
diff --git a/dev-python/cheetah3/cheetah3-3.4.0.ebuild b/dev-python/cheetah3/cheetah3-3.4.0.ebuild
new file mode 100644
index 000000000000..baadcdd861f7
--- /dev/null
+++ b/dev-python/cheetah3/cheetah3-3.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+DESCRIPTION="Python-powered template engine and code generator"
+HOMEPAGE="
+ https://cheetahtemplate.org/
+ https://github.com/CheetahTemplate3/Cheetah3/
+ https://pypi.org/project/Cheetah3/
+"
+SRC_URI="
+ https://github.com/CheetahTemplate3/Cheetah3/archive/${PV/_p/.post}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ dev-python/markdown[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ ${RDEPEND}
+"
+
+DOCS=( ANNOUNCE.rst README.rst )
+
+python_test() {
+ # the package can't handle TMPDIR with hyphens
+ # https://github.com/CheetahTemplate3/cheetah3/issues/53
+ local -x TMPDIR=/tmp
+
+ "${EPYTHON}" Cheetah/Tests/Test.py || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2025-02-21 20:44 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-21 20:44 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 13:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/cheetah3/ Arthur Zamarin
2025-03-08 10:48 Arthur Zamarin
2025-03-08 9:45 Arthur Zamarin
2025-03-08 8:53 Arthur Zamarin
2024-07-06 17:23 Michał Górny
2024-07-06 8:33 Michał Górny
2024-07-06 7:26 Arthur Zamarin
2024-07-06 6:33 Sam James
2024-07-06 6:32 Sam James
2024-07-06 6:26 Sam James
2024-06-16 20:51 Petr Vaněk
2024-06-16 20:51 Petr Vaněk
2024-06-16 20:51 Petr Vaněk
2023-07-28 15:11 Michał Górny
2023-05-04 16:11 Michał Górny
2023-05-03 7:57 Michał Górny
2023-05-03 6:33 Arthur Zamarin
2023-05-02 20:50 Sam James
2023-05-02 20:11 Sam James
2023-05-02 18:57 Arthur Zamarin
2023-03-31 15:40 Michał Górny
2023-03-19 13:49 Erik Mackdanz
2022-12-04 9:23 WANG Xuerui
2022-06-22 18:35 Arthur Zamarin
2022-06-22 6:58 Agostino Sarubbo
2022-06-22 6:53 Agostino Sarubbo
2022-06-21 19:18 Arthur Zamarin
2022-05-25 18:42 Arthur Zamarin
2022-05-01 13:42 Michał Górny
2022-04-09 19:59 Arthur Zamarin
2022-04-09 19:58 Arthur Zamarin
2021-08-05 18:07 Michał Górny
2021-07-27 11:00 Marek Szuba
2020-12-17 17:09 Michał Górny
2020-12-17 17:09 Michał Górny
2020-12-17 16:41 Agostino Sarubbo
2020-12-10 22:04 Thomas Deutschmann
2020-10-31 1:36 Patrick McLean
2020-06-20 14:20 Thomas Deutschmann
2020-05-13 14:52 Agostino Sarubbo
2020-05-11 15:32 Mart Raudsepp
2020-05-05 14:24 Michał Górny
2020-05-04 10:29 Michał Górny
2020-04-29 4:12 Patrick McLean
2019-09-23 13:43 Alexys Jacob
2019-09-22 18:59 Alexys Jacob
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=1740170640.3a93e9fdd8b04a67f7059730a300f012e4a04688.mgorny@gentoo \
--to=mgorny@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