From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markupsafe/
Date: Fri, 18 Oct 2024 16:11:09 +0000 (UTC) [thread overview]
Message-ID: <1729266962.26b72da635e936de392c783e48a234e80f80a47a.arthurzam@gentoo> (raw)
commit: 26b72da635e936de392c783e48a234e80f80a47a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 15:56:02 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 15:56:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b72da6
dev-python/markupsafe: add 3.0.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/markupsafe/Manifest | 1 +
dev-python/markupsafe/markupsafe-3.0.2.ebuild | 43 +++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/markupsafe/Manifest b/dev-python/markupsafe/Manifest
index 27b64c396391..66b648b62703 100644
--- a/dev-python/markupsafe/Manifest
+++ b/dev-python/markupsafe/Manifest
@@ -1,3 +1,4 @@
DIST MarkupSafe-2.1.5.tar.gz 19384 BLAKE2B d6ae0e1864983f4ab92f2fd9b58a012a8c76e6f47957681d4acc362b2129d63fe4f4625600a89081afe0e99f868eb604d6c75fec88de9a18ebb32c15f091681b SHA512 3ba5af43d23c266377f5d32b11e1faa7955ea8c67eb1c32886c308527f93e75e387294d0eec7794c0c20aad0c705b27f3d1f86b04202f3b63068d12d4053cc71
DIST markupsafe-3.0.0.tar.gz 20102 BLAKE2B 26da6978f6d5c5285673f01a3ae47c45c9af94067b408142159e931e794178b5c25d8e90e9e03d3951e246dfc9ad417c374f4dbd86978ffb4fe3d8530931defe SHA512 bacfe1f18f30af0ae99842f117a309fbb583f3a05fa2cb347606f3186538cae0d9c6ad558a58a6b731542752cba66c02660d923b293aa94ea88aa7f05b9b8aeb
DIST markupsafe-3.0.1.tar.gz 20249 BLAKE2B a76817927e7240e6a450548cdb1741e5046f84d9b0e14a7f156f7fd5004157cc53da8e488660be78a22656abc7505236dfda8e3d6b0ffe606dc1b98b464fca3e SHA512 1d5342766fae024a243e12a2ad384724ec2a9ea5dfd4af1651725ef5201bcec5ca2e520720a05d05d3ca91fcdbf78e00afec6a70a73146ab29e29c6989559651
+DIST markupsafe-3.0.2.tar.gz 20537 BLAKE2B ffccc47eb4b8048aee98b61a3b9dee28eb31323563b943ad96293541467ddb3d0d63906fbbc876ee30947a10afcb580456a10d502874601ba7c4e4d63594f114 SHA512 26946b928b001933f08a5dd90c5fe424a1d9e2bccfbf7194955d031a3df54a03eb48e4e47ea9564a25da33efeb62a043a53008f551fa1e8d71321bc276e19ce2
diff --git a/dev-python/markupsafe/markupsafe-3.0.2.ebuild b/dev-python/markupsafe/markupsafe-3.0.2.ebuild
new file mode 100644
index 000000000000..69d7df7dc799
--- /dev/null
+++ b/dev-python/markupsafe/markupsafe-3.0.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN="MarkupSafe"
+PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
+HOMEPAGE="
+ https://palletsprojects.com/p/markupsafe/
+ https://github.com/pallets/markupsafe/
+ https://pypi.org/project/MarkupSafe/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ if ! use native-extensions; then
+ sed -i -e '/run_setup/s:True:False:' setup.py || die
+ fi
+}
+
+python_compile() {
+ local -x CIBUILDWHEEL=1
+ distutils-r1_python_compile
+}
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
next reply other threads:[~2024-10-18 16:11 UTC|newest]
Thread overview: 104+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-18 16:11 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 14:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/markupsafe/ Michał Górny
2024-11-20 16:34 Michał Górny
2024-11-20 14:36 Sam James
2024-11-02 22:51 Sam James
2024-11-02 11:58 Arthur Zamarin
2024-11-02 10:41 Arthur Zamarin
2024-11-02 10:08 Arthur Zamarin
2024-11-02 9:24 Michał Górny
2024-11-02 9:24 Michał Górny
2024-11-02 8:00 Sam James
2024-10-26 11:52 Michał Górny
2024-10-18 15:32 Michał Górny
2024-10-18 15:32 Michał Górny
2024-10-09 11:45 Michał Górny
2024-10-09 6:31 Michał Górny
2024-10-08 3:00 Michał Górny
2024-05-11 9:07 Michał Górny
2024-03-19 5:52 Michał Górny
2024-03-02 15:30 Arthur Zamarin
2024-02-18 11:43 Jakov Smolić
2024-02-18 11:43 Jakov Smolić
2024-02-18 0:15 Sam James
2024-02-17 22:26 Sam James
2024-02-17 22:26 Sam James
2024-02-17 22:26 Sam James
2024-02-08 4:22 Michał Górny
2024-02-08 1:18 Sam James
2024-02-03 14:03 Arthur Zamarin
2024-02-03 14:03 Arthur Zamarin
2024-02-03 11:22 Arthur Zamarin
2024-02-03 10:54 Sam James
2024-02-03 10:13 Arthur Zamarin
2024-02-03 10:10 Arthur Zamarin
2024-02-03 8:43 Arthur Zamarin
2024-02-03 7:22 Michał Górny
2024-01-20 7:09 Michał Górny
2023-07-17 4:59 Michał Górny
2023-07-16 21:07 Sam James
2023-07-07 21:22 Sam James
2023-07-05 20:52 Sam James
2023-07-05 20:52 Sam James
2023-07-05 8:01 Arthur Zamarin
2023-07-05 8:01 Arthur Zamarin
2023-07-05 5:56 Arthur Zamarin
2023-07-05 5:56 Arthur Zamarin
2023-06-03 6:48 Michał Górny
2023-05-23 16:15 Michał Górny
2023-05-20 7:15 Michał Górny
2023-05-20 7:15 Michał Górny
2023-03-16 18:13 Michał Górny
2023-02-21 17:44 Arthur Zamarin
2023-02-20 23:28 Sam James
2023-02-20 19:57 Arthur Zamarin
2023-02-20 19:50 Arthur Zamarin
2023-02-20 19:31 Arthur Zamarin
2023-02-20 19:25 Arthur Zamarin
2023-02-20 19:12 Arthur Zamarin
2023-02-20 19:12 Arthur Zamarin
2023-01-18 7:34 Michał Górny
2022-05-11 12:10 Michał Górny
2022-04-29 7:59 WANG Xuerui
2022-03-26 18:05 Arthur Zamarin
2022-03-26 17:52 Arthur Zamarin
2022-03-21 9:18 Jakov Smolić
2022-03-21 7:50 Agostino Sarubbo
2022-03-21 7:48 Agostino Sarubbo
2022-03-21 7:47 Agostino Sarubbo
2022-03-20 20:30 Arthur Zamarin
2022-03-20 18:34 Sam James
2022-03-20 18:34 Sam James
2022-03-15 14:26 Michał Górny
2022-02-18 9:19 Michał Górny
2021-10-17 9:07 Michał Górny
2021-06-16 6:52 Agostino Sarubbo
2021-06-15 16:56 Sergei Trofimovich
2021-06-15 7:07 Agostino Sarubbo
2021-06-15 5:25 Sam James
2021-06-14 22:18 Sam James
2021-06-14 22:18 Sam James
2021-06-14 22:18 Sam James
2021-06-14 22:18 Sam James
2021-05-19 5:59 Michał Górny
2021-05-12 8:37 Michał Górny
2021-05-05 19:14 Michał Górny
2020-09-20 14:19 Michał Górny
2020-08-09 14:57 Mikle Kolyada
2020-05-25 19:48 Michał Górny
2020-04-05 10:07 Sergei Trofimovich
2020-03-27 21:25 Michał Górny
2020-03-26 10:22 Agostino Sarubbo
2020-03-26 10:19 Agostino Sarubbo
2020-03-26 8:29 Agostino Sarubbo
2020-03-26 7:53 Sergei Trofimovich
2020-03-25 17:44 Agostino Sarubbo
2020-03-25 16:14 Agostino Sarubbo
2020-03-25 16:12 Agostino Sarubbo
2019-12-04 6:48 Aaron Bauman
2019-11-16 18:12 Patrick McLean
2019-11-15 23:01 Patrick McLean
2018-04-24 21:45 Michał Górny
2017-09-12 9:13 Fabian Groffen
2017-01-29 17:15 Fabian Groffen
2015-10-16 19:19 Mike Frysinger
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=1729266962.26b72da635e936de392c783e48a234e80f80a47a.arthurzam@gentoo \
--to=arthurzam@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