From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/
Date: Sat, 20 Apr 2024 11:25:35 +0000 (UTC) [thread overview]
Message-ID: <1713612303.2cc699fffe2d5361ef034709c8f147c024681e35.mgorny@gentoo> (raw)
commit: 2cc699fffe2d5361ef034709c8f147c024681e35
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 11:25:03 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 11:25:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc699ff
dev-python/werkzeug: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/werkzeug/Manifest | 1 -
dev-python/werkzeug/werkzeug-3.0.1.ebuild | 69 ------------------------------
dev-python/werkzeug/werkzeug-3.0.2.ebuild | 70 -------------------------------
3 files changed, 140 deletions(-)
diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index d8fca639110d..62237ab6c779 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1 @@
-DIST werkzeug-3.0.1.gh.tar.gz 817317 BLAKE2B 670460cf48c8d06196cd34f117758508512d310b740bd188d8ba87779abd62f514c9909e5700b34c37e382925eabe3ffd722b753b76b498aff0dc8ebe1025c8b SHA512 125a5c7680cba726149198802efa90d06c6586daeafcd0960feda637b765356f602df83af7b14996994303c52d32bc6fa044b774f42f0b8991008d1396675033
DIST werkzeug-3.0.2.gh.tar.gz 817516 BLAKE2B 0c3324b6793f2fad77f62fbd0e3b847a73d6348d4a069dd83c852475d9cfa88feb3ab3ff1c4d547622b732de5fc3ba781d776d30f11ec1fae93cafdcfd9077eb SHA512 fdf44d2af517af69632909ae6fd5af327f34778c8f2dc7e606380123941102cc09d593a2036e843036e5abe998d2b2722f97b959eaeffc8de2b71a5b372a1e3e
diff --git a/dev-python/werkzeug/werkzeug-3.0.1.ebuild b/dev-python/werkzeug/werkzeug-3.0.1.ebuild
deleted file mode 100644
index 97ac07ce6e41..000000000000
--- a/dev-python/werkzeug/werkzeug-3.0.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="
- https://palletsprojects.com/p/werkzeug/
- https://pypi.org/project/Werkzeug/
- https://github.com/pallets/werkzeug/
-"
-SRC_URI="
- https://github.com/pallets/werkzeug/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"
-IUSE="test-rust"
-
-RDEPEND="
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
-"
-# NOTE: remove the loong mask after greenlet gains support for loong
-# see https://github.com/python-greenlet/greenlet/pull/257
-BDEPEND="
- test? (
- dev-python/ephemeral-port-reserve[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- dev-python/pytest-xprocess[${PYTHON_USEDEP}]
- >=dev-python/watchdog-2.3[${PYTHON_USEDEP}]
- test-rust? (
- dev-python/cryptography[${PYTHON_USEDEP}]
- )
- !hppa? ( !ia64? ( !loong? (
- $(python_gen_cond_dep '
- dev-python/greenlet[${PYTHON_USEDEP}]
- ' python3_{10..11})
- ) ) )
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # RequestRedirect class started incidentally being tested
- # with pytest-8, though the test isn't prepared for that
- # https://github.com/pallets/werkzeug/issues/2845
- 'tests/test_exceptions.py::test_response_body[RequestRedirect]'
- )
- if ! has_version "dev-python/cryptography[${PYTHON_USEDEP}]"; then
- EPYTEST_DESELECT+=(
- "tests/test_serving.py::test_server[https]"
- tests/test_serving.py::test_ssl_dev_cert
- tests/test_serving.py::test_ssl_object
- )
- fi
-
- # the default portage tempdir is too long for AF_UNIX sockets
- local -x TMPDIR=/tmp
- epytest -p no:django -p no:httpbin tests
-}
diff --git a/dev-python/werkzeug/werkzeug-3.0.2.ebuild b/dev-python/werkzeug/werkzeug-3.0.2.ebuild
deleted file mode 100644
index 9278ee288270..000000000000
--- a/dev-python/werkzeug/werkzeug-3.0.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="
- https://palletsprojects.com/p/werkzeug/
- https://pypi.org/project/Werkzeug/
- https://github.com/pallets/werkzeug/
-"
-SRC_URI="
- https://github.com/pallets/werkzeug/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"
-IUSE="test-rust"
-
-RDEPEND="
- >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
-"
-# NOTE: remove the loong mask after greenlet gains support for loong
-# see https://github.com/python-greenlet/greenlet/pull/257
-# xprocess: https://github.com/pallets/werkzeug/issues/2875
-BDEPEND="
- test? (
- dev-python/ephemeral-port-reserve[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- <dev-python/pytest-xprocess-1[${PYTHON_USEDEP}]
- >=dev-python/watchdog-2.3[${PYTHON_USEDEP}]
- test-rust? (
- dev-python/cryptography[${PYTHON_USEDEP}]
- )
- !hppa? ( !ia64? ( !loong? (
- $(python_gen_cond_dep '
- dev-python/greenlet[${PYTHON_USEDEP}]
- ' python3_{10..11})
- ) ) )
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # RequestRedirect class started incidentally being tested
- # with pytest-8, though the test isn't prepared for that
- # https://github.com/pallets/werkzeug/issues/2845
- 'tests/test_exceptions.py::test_response_body[RequestRedirect]'
- )
- if ! has_version "dev-python/cryptography[${PYTHON_USEDEP}]"; then
- EPYTEST_DESELECT+=(
- "tests/test_serving.py::test_server[https]"
- tests/test_serving.py::test_ssl_dev_cert
- tests/test_serving.py::test_ssl_object
- )
- fi
-
- # the default portage tempdir is too long for AF_UNIX sockets
- local -x TMPDIR=/tmp
- epytest -p no:django -p no:httpbin tests
-}
next reply other threads:[~2024-04-20 11:25 UTC|newest]
Thread overview: 262+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-20 11:25 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 20:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/ Michał Górny
2024-11-08 20:27 Michał Górny
2024-11-05 5:53 Michał Górny
2024-11-02 6:32 Michał Górny
2024-11-01 6:35 Michał Górny
2024-10-26 10:15 Michał Górny
2024-10-26 9:42 Sam James
2024-10-26 5:46 Michał Górny
2024-10-25 4:04 Michał Górny
2024-09-07 10:30 Michał Górny
2024-09-07 10:28 Arthur Zamarin
2024-08-22 5:13 Michał Górny
2024-06-05 15:54 Michał Górny
2024-05-28 12:10 Michał Górny
2024-05-11 9:07 Michał Górny
2024-05-06 4:39 Michał Górny
2024-04-20 11:23 Michał Górny
2024-04-20 9:41 Michał Górny
2024-04-02 5:45 Michał Górny
2024-02-03 19:07 Michał Górny
2024-02-03 9:36 Michał Górny
2023-11-24 18:48 Michał Górny
2023-11-24 9:31 Sam James
2023-11-24 9:31 Sam James
2023-11-23 5:18 Arthur Zamarin
2023-11-23 5:18 Arthur Zamarin
2023-11-23 5:18 Arthur Zamarin
2023-11-23 5:18 Arthur Zamarin
2023-11-23 5:18 Arthur Zamarin
2023-11-23 4:19 Michał Górny
2023-11-09 4:15 Michał Górny
2023-11-03 17:10 Michał Górny
2023-11-03 15:07 Arthur Zamarin
2023-11-01 20:37 Arthur Zamarin
2023-10-25 7:43 Michał Górny
2023-09-30 17:36 Michał Górny
2023-09-30 16:08 Michał Górny
2023-09-30 15:37 Arthur Zamarin
2023-09-23 9:53 Sam James
2023-09-17 11:37 Michał Górny
2023-09-17 5:47 Sam James
2023-09-17 5:07 Arthur Zamarin
2023-09-17 5:07 Arthur Zamarin
2023-09-17 5:07 Arthur Zamarin
2023-09-17 5:07 Arthur Zamarin
2023-09-17 5:07 Arthur Zamarin
2023-09-16 22:58 Sam James
2023-08-14 14:55 Michał Górny
2023-08-04 9:40 Sam James
2023-07-09 20:59 Jakov Smolić
2023-07-09 19:36 Arthur Zamarin
2023-07-09 18:24 Arthur Zamarin
2023-07-09 16:52 Arthur Zamarin
2023-07-09 16:52 Arthur Zamarin
2023-07-09 16:52 Arthur Zamarin
2023-06-09 2:47 Michał Górny
2023-06-08 5:13 Michał Górny
2023-05-30 14:01 Michał Górny
2023-05-30 3:03 Michał Górny
2023-05-29 20:24 Sam James
2023-05-29 20:18 Sam James
2023-05-28 23:41 Sam James
2023-05-28 23:33 Sam James
2023-05-28 23:33 Sam James
2023-05-28 20:03 Arthur Zamarin
2023-05-28 19:57 Arthur Zamarin
2023-05-28 19:55 Arthur Zamarin
2023-05-27 15:53 Michał Górny
2023-05-09 5:26 Michał Górny
2023-05-02 3:14 Michał Górny
2023-04-29 5:20 Michał Górny
2023-04-27 17:24 Michał Górny
2023-04-26 5:36 Michał Górny
2023-02-27 5:50 Michał Górny
2023-02-26 21:24 Sam James
2023-02-26 21:24 Sam James
2023-02-26 20:00 Arthur Zamarin
2023-02-26 19:37 Arthur Zamarin
2023-02-26 19:30 Sam James
2023-02-26 19:30 Sam James
2023-02-26 19:28 Arthur Zamarin
2023-02-26 18:59 Arthur Zamarin
2023-02-15 7:16 Michał Górny
2022-10-13 4:54 Michał Górny
2022-09-26 7:31 Michał Górny
2022-08-31 6:23 Michał Górny
2022-08-30 20:37 Sam James
2022-08-30 20:36 Sam James
2022-08-30 17:50 Arthur Zamarin
2022-08-30 17:10 Jakov Smolić
2022-08-30 17:06 Arthur Zamarin
2022-08-30 17:06 Arthur Zamarin
2022-08-30 16:42 Jakov Smolić
2022-08-30 16:42 Jakov Smolić
2022-08-30 16:31 Arthur Zamarin
2022-08-27 6:24 Michał Górny
2022-08-26 23:29 Sam James
2022-08-26 23:28 Sam James
2022-08-26 23:27 Sam James
2022-08-26 18:37 Arthur Zamarin
2022-08-26 18:12 Arthur Zamarin
2022-08-26 18:12 Arthur Zamarin
2022-08-26 17:35 Arthur Zamarin
2022-08-26 17:35 Arthur Zamarin
2022-08-09 17:58 Arthur Zamarin
2022-07-29 14:37 Michał Górny
2022-07-29 10:12 Arthur Zamarin
2022-07-25 7:12 Michał Górny
2022-06-05 10:35 Michał Górny
2022-06-05 9:08 Sam James
2022-05-31 10:44 Jakov Smolić
2022-05-31 8:33 Jakov Smolić
2022-05-31 7:56 Jakov Smolić
2022-05-31 7:56 Jakov Smolić
2022-05-31 7:56 Jakov Smolić
2022-05-31 7:23 Jakov Smolić
2022-05-31 7:07 Jakov Smolić
2022-05-12 20:30 Michał Górny
2022-05-11 21:15 Michał Górny
2022-05-07 20:00 Michał Górny
2022-05-07 20:00 Michał Górny
2022-05-07 17:44 Jakov Smolić
2022-05-06 20:03 Arthur Zamarin
2022-05-05 7:07 Jakov Smolić
2022-05-04 14:40 Sam James
2022-05-04 14:40 Sam James
2022-05-04 0:16 Sam James
2022-05-03 18:50 Arthur Zamarin
2022-05-01 12:20 Jakov Smolić
2022-04-28 18:48 Michał Górny
2022-04-18 18:22 Arthur Zamarin
2022-04-16 8:22 Arthur Zamarin
2022-04-09 19:40 Arthur Zamarin
2022-04-09 19:26 Arthur Zamarin
2022-04-09 19:23 Arthur Zamarin
2022-04-09 19:23 Arthur Zamarin
2022-04-02 15:30 James Le Cuirot
2022-04-02 7:56 Arthur Zamarin
2022-04-02 7:39 Arthur Zamarin
2022-04-01 19:48 Michał Górny
2022-03-31 13:47 Jakov Smolić
2022-03-30 11:09 Jakov Smolić
2022-03-29 12:18 Michał Górny
2022-03-18 13:18 Michał Górny
2022-03-18 12:04 Arthur Zamarin
2022-03-18 11:06 Arthur Zamarin
2022-03-17 7:45 Agostino Sarubbo
2022-03-16 23:53 Sam James
2022-03-16 8:13 Jakov Smolić
2022-03-15 17:56 Jakov Smolić
2022-02-08 9:42 Michał Górny
2021-12-04 17:49 Sam James
2021-11-28 14:42 Michał Górny
2021-11-27 13:46 Michał Górny
2021-11-27 13:46 Michał Górny
2021-11-17 9:02 Arthur Zamarin
2021-11-17 9:02 Arthur Zamarin
2021-11-17 8:20 Sam James
2021-11-17 7:55 Sam James
2021-11-13 11:33 Sam James
2021-11-13 9:45 Arthur Zamarin
2021-11-13 9:42 Jakov Smolić
2021-10-06 7:16 Michał Górny
2021-09-21 21:37 James Le Cuirot
2021-09-06 23:42 Sam James
2021-09-04 1:17 Sam James
2021-09-03 1:53 Sam James
2021-08-21 4:51 Agostino Sarubbo
2021-08-21 4:50 Agostino Sarubbo
2021-08-20 19:42 Sam James
2021-06-17 7:23 Agostino Sarubbo
2021-06-16 6:54 Agostino Sarubbo
2021-06-16 6:52 Agostino Sarubbo
2021-06-10 14:02 Yixun Lan
2021-06-01 22:22 Michał Górny
2021-05-24 2:39 Joshua Kinard
2021-05-21 20:36 Sergei Trofimovich
2021-05-20 22:34 Michał Górny
2021-05-18 17:28 Sam James
2021-05-18 7:21 Michał Górny
2021-05-15 21:36 Michał Górny
2021-05-15 19:39 Sergei Trofimovich
2021-05-15 19:36 Sam James
2021-05-12 8:44 Michał Górny
2021-05-12 8:37 Michał Górny
2021-01-06 22:30 Fabian Groffen
2020-09-20 10:24 Michał Górny
2020-07-27 20:06 Aaron Bauman
2020-07-17 5:56 Michał Górny
2020-07-17 3:31 Sam James
2020-07-14 16:38 Sergei Trofimovich
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:04 Agostino Sarubbo
2020-07-09 7:58 Agostino Sarubbo
2020-07-08 16:46 Sergei Trofimovich
2020-06-11 21:48 Sergei Trofimovich
2020-06-11 18:01 Sergei Trofimovich
2020-05-29 12:04 Michał Górny
2020-05-28 18:20 Sergei Trofimovich
2020-05-28 18:20 Sergei Trofimovich
2020-05-26 10:35 Michał Górny
2020-05-06 16:43 Mikle Kolyada
2020-05-05 22:13 Sergei Trofimovich
2020-05-04 12:34 Michał Górny
2020-04-08 14:01 Agostino Sarubbo
2020-04-08 6:10 Mart Raudsepp
2020-04-07 7:03 Georgy Yakovlev
2020-04-04 17:04 Michał Górny
2020-03-17 2:09 Matt Turner
2020-03-16 5:54 Matt Turner
2020-03-08 10:46 Agostino Sarubbo
2020-03-08 10:42 Agostino Sarubbo
2020-03-08 10:37 Agostino Sarubbo
2020-03-08 10:25 Agostino Sarubbo
2020-03-07 15:45 Michał Górny
2020-03-07 15:11 Michał Górny
2020-02-07 7:15 Michał Górny
2020-02-07 7:15 Michał Górny
2020-02-05 21:22 Sergei Trofimovich
2020-02-05 19:26 Sergei Trofimovich
2020-01-31 22:17 Sergei Trofimovich
2020-01-28 11:32 Agostino Sarubbo
2020-01-28 10:20 Agostino Sarubbo
2020-01-28 7:41 Agostino Sarubbo
2020-01-27 14:28 Agostino Sarubbo
2020-01-27 14:25 Agostino Sarubbo
2020-01-27 12:49 Agostino Sarubbo
2020-01-27 11:45 Mikle Kolyada
2020-01-27 7:22 Michał Górny
2019-11-22 23:56 Michał Górny
2019-11-22 23:56 Michał Górny
2019-08-27 8:40 罗百科
2019-07-12 17:52 Patrick McLean
2018-09-28 20:33 Matt Thode
2018-08-21 2:11 Virgil Dupras
2018-06-26 0:05 Tim Harder
2018-01-28 20:41 Markus Meier
2018-01-06 13:39 Michał Górny
2017-12-24 13:38 Sergei Trofimovich
2017-09-30 0:31 Matt Thode
2017-06-26 11:04 Alexis Ballier
2017-06-23 13:08 Manuel Rüger
2017-05-02 19:15 Michał Górny
2017-02-13 7:34 Zac Medico
2017-02-02 12:48 Manuel Rüger
2017-02-02 12:48 Manuel Rüger
2017-01-22 15:01 Agostino Sarubbo
2017-01-21 18:54 Agostino Sarubbo
2016-10-01 9:35 Patrice Clement
2016-05-31 9:27 Patrick Lauer
2016-05-06 8:08 Patrick Lauer
2016-04-19 12:59 Patrick Lauer
2016-03-31 8:34 Patrick Lauer
2016-02-15 7:48 Justin Lecher
2015-12-20 16:35 Justin Lecher
2015-12-17 14:48 Justin Lecher
2015-11-17 11:03 Justin Lecher
2015-11-11 8:29 Justin Lecher
2015-11-09 11:49 Justin Lecher
2015-08-26 2:07 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=1713612303.2cc699fffe2d5361ef034709c8f147c024681e35.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