public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jinja/
Date: Thu, 11 Jan 2024 04:40:53 +0000 (UTC)	[thread overview]
Message-ID: <1704946186.d5b0df7bad431d42657e359429a791e4ea4aa1f4.mgorny@gentoo> (raw)

commit:     d5b0df7bad431d42657e359429a791e4ea4aa1f4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 04:09:46 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 04:09:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b0df7b

dev-python/jinja: Bump to 3.1.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jinja/Manifest           |  1 +
 dev-python/jinja/jinja-3.1.3.ebuild | 59 +++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/jinja/Manifest b/dev-python/jinja/Manifest
index e6fcb661fffd..3832a1c34f91 100644
--- a/dev-python/jinja/Manifest
+++ b/dev-python/jinja/Manifest
@@ -1 +1,2 @@
 DIST jinja-3.1.2.gh.tar.gz 272546 BLAKE2B dc4bc81900c07e7816ff63259073409650f1f679e00d76b9574aaba301b36a7037aaf77a87cc1c160ea2aa2272ceb67e2fd20fbd74bb9850880fb909babded8e SHA512 50feebc7eed4c8b5bb0c2951784c1c115e3ee1c0e0c91bbf1884551b1312ef8fce24804a2ca1dfd8c543406529afe4817567c39e7cfd15028b54049853623144
+DIST jinja-3.1.3.gh.tar.gz 274692 BLAKE2B 0c66600104db89ed17c0a0c58180e8a348f9d505504f4ae1bee01c8c09053994140f87a4d336255e292258f15adc3e535deef494e8fda980ef76547268ddc4fa SHA512 1f4384b3a1cd0f8e128608aa11d00c41f93b6be41459d9e5d8f50e6f879d2427aaea5d04681c85a1577651b9dc434c11c5e7c7caecef6f5fe26518a3d2fdc77e

diff --git a/dev-python/jinja/jinja-3.1.3.ebuild b/dev-python/jinja/jinja-3.1.3.ebuild
new file mode 100644
index 000000000000..21b91939fac6
--- /dev/null
+++ b/dev-python/jinja/jinja-3.1.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured template engine for Python"
+HOMEPAGE="
+	https://palletsprojects.com/p/jinja/
+	https://github.com/pallets/jinja/
+	https://pypi.org/project/Jinja2/
+"
+SRC_URI="
+	https://github.com/pallets/jinja/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE="examples"
+
+RDEPEND="
+	>=dev-python/markupsafe-2.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs \
+	dev-python/sphinx-issues \
+	dev-python/pallets-sphinx-themes
+distutils_enable_tests pytest
+
+# XXX: handle Babel better?
+
+src_prepare() {
+	# avoid unnecessary dep on extra sphinxcontrib modules
+	sed -i '/sphinxcontrib.log_cabinet/ d' docs/conf.py || die
+
+	distutils-r1_src_prepare
+}
+
+python_install_all() {
+	if use examples ; then
+		docinto examples
+		dodoc -r examples/.
+	fi
+
+	distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+	if ! has_version dev-python/Babel; then
+		elog "For i18n support, please emerge dev-python/Babel."
+	fi
+}


             reply	other threads:[~2024-01-11  4:40 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-11  4:40 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-01  8:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/jinja/ Michał Górny
2024-06-01  7:25 Arthur Zamarin
2024-05-06  4:39 Michał Górny
2024-01-11 11:46 Michał Górny
2024-01-11  9:38 Sam James
2023-05-23 16:15 Michał Górny
2023-03-16 18:13 Michał Górny
2022-05-31  7:22 Michał Górny
2022-05-31  7:13 Sam James
2022-05-11 12:10 Michał Górny
2022-04-28 18:48 Michał Górny
2022-04-26 16:56 Michał Górny
2022-04-26 16:43 Arthur Zamarin
2022-03-27 16:32 Michał Górny
2022-03-25 23:21 Michał Górny
2022-03-25  0:02 Michał Górny
2022-02-04 18:45 Michał Górny
2021-12-10 17:39 Michał Górny
2021-12-10 11:27 Arthur Zamarin
2021-11-10  7:32 Michał Górny
2021-11-05  8:54 Michał Górny
2021-11-05  2:12 Sam James
2021-10-05  8:27 Michał Górny
2021-06-25 20:06 Michał Górny
2021-06-25 19:36 Sam James
2021-06-16 15:40 Sergei Trofimovich
2021-06-16 10:36 Sam James
2021-06-16 10:34 Sam James
2021-06-16 10:34 Sam James
2021-06-16  6:53 Agostino Sarubbo
2021-06-15  7:06 Agostino Sarubbo
2021-06-15  7:06 Agostino Sarubbo
2021-05-18 21:43 Michał Górny
2021-05-12  8:37 Michał Górny
2021-02-03  1:00 Michał Górny
2021-02-03  0:02 Sam James
2021-01-31 18:31 Michał Górny
2020-09-20 14:19 Michał Górny
2020-08-09 14:57 Mikle Kolyada
2020-07-27 20:06 Aaron Bauman
2020-07-09 10:39 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-05-26 10:35 Michał Górny
2020-05-11 19:33 Michał Górny
2020-04-14  5:33 Michał Górny
2020-03-27 19:09 Michał Górny
2020-03-27 19:09 Michał Górny
2020-03-27 19:09 Michał Górny
2020-03-04 12:33 Michał Górny
2020-03-04  5:01 Michał Górny
2020-03-02 11:49 Sergei Trofimovich
2020-02-24 12:49 Agostino Sarubbo
2020-02-24 11:43 Agostino Sarubbo
2020-02-24 11:31 Agostino Sarubbo
2020-02-24 11:28 Agostino Sarubbo
2020-02-24 10:07 Agostino Sarubbo
2020-02-24 10:04 Agostino Sarubbo
2020-02-24  9:02 Agostino Sarubbo
2020-02-23 12:17 Mikle Kolyada
2020-02-21 17:28 Michał Górny
2020-02-21 17:28 Michał Górny
2020-02-11 11:42 Alexey Shvetsov
2019-11-16 18:55 Patrick McLean
2019-11-15 23:01 Patrick McLean
2019-06-06 11:55 Virgil Dupras
2019-06-06  6:46 Agostino Sarubbo
2019-06-04 18:51 Agostino Sarubbo
2019-05-26  7:04 Sergei Trofimovich
2019-05-22  7:36 Sergei Trofimovich
2019-05-16 23:56 Thomas Deutschmann
2019-05-15 15:05 Mikle Kolyada
2019-05-14  8:08 Sergei Trofimovich
2019-05-13 20:31 Aaron Bauman
2019-04-25 23:50 Patrick McLean
2018-12-08 17:41 Mikle Kolyada
2018-02-19 21:07 Michał Górny
2018-01-04 21:50 Michał Górny
2017-11-20 19:16 Manuel Rüger
2017-09-12  9:13 Fabian Groffen
2017-06-15 18:19 Markus Meier
2017-05-22 16:48 Tobias Klausmann
2017-05-22 11:40 Agostino Sarubbo
2017-05-19 21:44 Michael Weber
2017-05-06 11:13 Jeroen Roovers
2017-05-03 11:41 Michał Górny
2017-04-06 23:56 Manuel Rüger
2017-03-26  4:16 Matt Thode
2017-02-09 16:39 Lars Wendler
2017-02-09 16:39 Lars Wendler
2017-01-18 16:22 Manuel Rüger
2017-01-09  2:34 Mike Gilbert
2017-01-09  2:17 Mike Gilbert
2017-01-08  8:37 Dirkjan Ochtman
2016-12-29 20:26 Dirkjan Ochtman
2016-10-01 13:59 Jeroen Roovers
2016-06-01 10:00 Tobias Klausmann
2016-05-28 11:10 Markus Meier

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=1704946186.d5b0df7bad431d42657e359429a791e4ea4aa1f4.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