[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-09-07 Thread Michał Górny
commit: 43f88fed08ed90c357fb4c48106a0dccc88cdb3c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  7 10:29:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  7 10:29:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f88fed

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-3.0.3.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 42a9bcaea720..2f6e1debcde4 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1 @@
-DIST werkzeug-3.0.3.tar.gz 803342 BLAKE2B 
8c47d3131abeb8ce2d92291e08b603152210c44c40156b5399d24b167d0a02daf6adbeafec43e8b33dff940271feec95e9333e637e825f511cd5d03686c1e02e
 SHA512 
fc771c161b37a376a86930c29c8b8052f81fb869cedea8c3c83af1e8b1aba271358c918e3067f3b0ac6d4a1689c8c355bff410d521c73a1909fd0ffc90fee6c6
 DIST werkzeug-3.0.4.tar.gz 803966 BLAKE2B 
56e992c61ed977a677ae4ca403adfb335457df2f096eed3589d74f5539282b144e70895e4d403c9fb72621bc145c91315fab0d3ddca5afcc0040c0e582cf05ec
 SHA512 
40ca7a6c54ba5593a854d6fda6c6b0fed08f03aa970ac83c86aa16b434b6f24f204ca425a0fae3f42610ce6e7ff9220224cc927018a7181d673b48b71b848422

diff --git a/dev-python/werkzeug/werkzeug-3.0.3.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.3.ebuild
deleted file mode 100644
index b4d41ca18a50..
--- a/dev-python/werkzeug/werkzeug-3.0.3.ebuild
+++ /dev/null
@@ -1,64 +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..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="
-   https://palletsprojects.com/p/werkzeug/
-   https://pypi.org/project/Werkzeug/
-   https://github.com/pallets/werkzeug/
-"
-
-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}]
-"
-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}]
-   )
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   # https://github.com/pallets/werkzeug/issues/2875
-   "${FILESDIR}/${PN}-3.0.2-pytest-xprocess-1.patch"
-)
-
-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
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p xprocess -p timeout tests
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-09-07 Thread Arthur Zamarin
commit: e7231617dee2c172b460205d876004f5c1bb79fc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep  7 10:28:22 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  7 10:28:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7231617

dev-python/werkzeug: Stabilize 3.0.4 ALLARCHES, #939234

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-3.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-3.0.4.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.4.ebuild
index 473febdad0b4..b4d41ca18a50 100644
--- a/dev-python/werkzeug/werkzeug-3.0.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-3.0.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-08-21 Thread Michał Górny
commit: 48d5169d07e68a0b9c592545dd3dc5d46c8b5e81
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 22 05:03:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 22 05:03:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d5169d

dev-python/werkzeug: Bump to 3.0.4

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-3.0.4.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 4f56da93bbe8..42a9bcaea720 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1 +1,2 @@
 DIST werkzeug-3.0.3.tar.gz 803342 BLAKE2B 
8c47d3131abeb8ce2d92291e08b603152210c44c40156b5399d24b167d0a02daf6adbeafec43e8b33dff940271feec95e9333e637e825f511cd5d03686c1e02e
 SHA512 
fc771c161b37a376a86930c29c8b8052f81fb869cedea8c3c83af1e8b1aba271358c918e3067f3b0ac6d4a1689c8c355bff410d521c73a1909fd0ffc90fee6c6
+DIST werkzeug-3.0.4.tar.gz 803966 BLAKE2B 
56e992c61ed977a677ae4ca403adfb335457df2f096eed3589d74f5539282b144e70895e4d403c9fb72621bc145c91315fab0d3ddca5afcc0040c0e582cf05ec
 SHA512 
40ca7a6c54ba5593a854d6fda6c6b0fed08f03aa970ac83c86aa16b434b6f24f204ca425a0fae3f42610ce6e7ff9220224cc927018a7181d673b48b71b848422

diff --git a/dev-python/werkzeug/werkzeug-3.0.4.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.4.ebuild
new file mode 100644
index ..473febdad0b4
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-3.0.4.ebuild
@@ -0,0 +1,64 @@
+# 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..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of various utilities for WSGI applications"
+HOMEPAGE="
+   https://palletsprojects.com/p/werkzeug/
+   https://pypi.org/project/Werkzeug/
+   https://github.com/pallets/werkzeug/
+"
+
+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}]
+"
+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}]
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   # https://github.com/pallets/werkzeug/issues/2875
+   "${FILESDIR}/${PN}-3.0.2-pytest-xprocess-1.patch"
+)
+
+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
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p xprocess -p timeout tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-06-05 Thread Michał Górny
commit: e53a25fac9fa3ee39a52a7ea787bdbc644509120
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  5 15:53:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  5 15:53:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53a25fa

dev-python/werkzeug: Remove greenlet test dep entirely

Given how broken dev-python/greenlet is all over the place, there is
really no point in maintaining a long list of exceptions for it.

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

 dev-python/werkzeug/werkzeug-3.0.3.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/dev-python/werkzeug/werkzeug-3.0.3.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.3.ebuild
index 7f74f61a313b..b4d41ca18a50 100644
--- a/dev-python/werkzeug/werkzeug-3.0.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-3.0.3.ebuild
@@ -23,8 +23,6 @@ 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}]
@@ -34,11 +32,6 @@ BDEPEND="
test-rust? (
dev-python/cryptography[${PYTHON_USEDEP}]
)
-   !hppa? ( !ia64? ( !loong? (
-   $(python_gen_cond_dep '
-   dev-python/greenlet[${PYTHON_USEDEP}]
-   ' python3_{10..11})
-   ) ) )
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-05-28 Thread Michał Górny
commit: 12efe7d955d119b7ea318c5746201397dbca8ca0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 12:05:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 28 12:05:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12efe7d9

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest |  1 -
 dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild | 74 
 2 files changed, 75 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 8923d4d563d0..4f56da93bbe8 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1 @@
-DIST werkzeug-3.0.2.gh.tar.gz 817516 BLAKE2B 
0c3324b6793f2fad77f62fbd0e3b847a73d6348d4a069dd83c852475d9cfa88feb3ab3ff1c4d547622b732de5fc3ba781d776d30f11ec1fae93cafdcfd9077eb
 SHA512 
fdf44d2af517af69632909ae6fd5af327f34778c8f2dc7e606380123941102cc09d593a2036e843036e5abe998d2b2722f97b959eaeffc8de2b71a5b372a1e3e
 DIST werkzeug-3.0.3.tar.gz 803342 BLAKE2B 
8c47d3131abeb8ce2d92291e08b603152210c44c40156b5399d24b167d0a02daf6adbeafec43e8b33dff940271feec95e9333e637e825f511cd5d03686c1e02e
 SHA512 
fc771c161b37a376a86930c29c8b8052f81fb869cedea8c3c83af1e8b1aba271358c918e3067f3b0ac6d4a1689c8c355bff410d521c73a1909fd0ffc90fee6c6

diff --git a/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild
deleted file mode 100644
index 0be599e6c272..
--- a/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild
+++ /dev/null
@@ -1,74 +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-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
-
-PATCHES=(
-   # https://github.com/pallets/werkzeug/issues/2875
-   "${FILESDIR}/${PN}-3.0.2-pytest-xprocess-1.patch"
-)
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-05-11 Thread Michał Górny
commit: 49b4d5e6351fffd440ea09055a410ff3bb0914ee
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 08:55:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 09:07:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b4d5e6

dev-python/werkzeug: Enable py3.13

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

 dev-python/werkzeug/werkzeug-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-3.0.3.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.3.ebuild
index 3c1c6d1cf602..f662d9e804d9 100644
--- a/dev-python/werkzeug/werkzeug-3.0.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-3.0.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-05-05 Thread Michał Górny
commit: 5c780f4c7eb730bd581a5ae130571ba9bb212dfe
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  6 04:31:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  6 04:38:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c780f4c

dev-python/werkzeug: Bump to 3.0.3

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-3.0.3.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 62237ab6c779..8923d4d563d0 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1 +1,2 @@
 DIST werkzeug-3.0.2.gh.tar.gz 817516 BLAKE2B 
0c3324b6793f2fad77f62fbd0e3b847a73d6348d4a069dd83c852475d9cfa88feb3ab3ff1c4d547622b732de5fc3ba781d776d30f11ec1fae93cafdcfd9077eb
 SHA512 
fdf44d2af517af69632909ae6fd5af327f34778c8f2dc7e606380123941102cc09d593a2036e843036e5abe998d2b2722f97b959eaeffc8de2b71a5b372a1e3e
+DIST werkzeug-3.0.3.tar.gz 803342 BLAKE2B 
8c47d3131abeb8ce2d92291e08b603152210c44c40156b5399d24b167d0a02daf6adbeafec43e8b33dff940271feec95e9333e637e825f511cd5d03686c1e02e
 SHA512 
fc771c161b37a376a86930c29c8b8052f81fb869cedea8c3c83af1e8b1aba271358c918e3067f3b0ac6d4a1689c8c355bff410d521c73a1909fd0ffc90fee6c6

diff --git a/dev-python/werkzeug/werkzeug-3.0.3.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.3.ebuild
new file mode 100644
index ..3c1c6d1cf602
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-3.0.3.ebuild
@@ -0,0 +1,71 @@
+# 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 pypi
+
+DESCRIPTION="Collection of various utilities for WSGI applications"
+HOMEPAGE="
+   https://palletsprojects.com/p/werkzeug/
+   https://pypi.org/project/Werkzeug/
+   https://github.com/pallets/werkzeug/
+"
+
+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-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
+
+PATCHES=(
+   # https://github.com/pallets/werkzeug/issues/2875
+   "${FILESDIR}/${PN}-3.0.2-pytest-xprocess-1.patch"
+)
+
+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
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p xprocess -p timeout tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-04-20 Thread Michał Górny
commit: 2cc699fffe2d5361ef034709c8f147c024681e35
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 11:25:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 11:25:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc699ff

dev-python/werkzeug: Remove old

Signed-off-by: Michał Górny  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..
--- 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..
--- 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="

[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-04-20 Thread Michał Górny
commit: 5d5055e2194004316c1f4c503eb1e94a73eb0a96
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 11:23:26 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 11:23:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5055e2

dev-python/werkzeug: Stabilize 3.0.2-r1 ALLARCHES, #930283

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

 dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild
index 67830a3b7586..0be599e6c272 100644
--- a/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild
+++ b/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-04-20 Thread Michał Górny
commit: 01b5003f5de5f9d1394dc280b843766686cdd1db
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 09:37:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 09:37:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b5003f

dev-python/werkzeug: Mark ALLARCHES

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

 dev-python/werkzeug/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/werkzeug/metadata.xml b/dev-python/werkzeug/metadata.xml
index 9a08f8f43ebf..5e4993aad75d 100644
--- a/dev-python/werkzeug/metadata.xml
+++ b/dev-python/werkzeug/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

Werkzeug
pallets/werkzeug



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/, dev-python/werkzeug/files/

2024-04-08 Thread Michał Górny
commit: 9a086e25fc82093b28b4c3698009a0557f6e7d91
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 05:59:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 06:01:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a086e25

dev-python/werkzeug: Support >=dev-python/pytest-xprocess-1

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

 .../files/werkzeug-3.0.2-pytest-xprocess-1.patch   | 21 ++
 dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild   | 74 ++
 2 files changed, 95 insertions(+)

diff --git a/dev-python/werkzeug/files/werkzeug-3.0.2-pytest-xprocess-1.patch 
b/dev-python/werkzeug/files/werkzeug-3.0.2-pytest-xprocess-1.patch
new file mode 100644
index ..3993b0847957
--- /dev/null
+++ b/dev-python/werkzeug/files/werkzeug-3.0.2-pytest-xprocess-1.patch
@@ -0,0 +1,21 @@
+diff --git a/tests/conftest.py b/tests/conftest.py
+index b73202cd..905f3f4b 100644
+--- a/tests/conftest.py
 b/tests/conftest.py
+@@ -107,10 +107,12 @@ def dev_server(xprocess, request, tmp_path):
+ # Unbuffered output so the logs update immediately.
+ env = {**os.environ, "PYTHONPATH": str(tmp_path), 
"PYTHONUNBUFFERED": "1"}
+ 
+-@cached_property
+-def pattern(self):
+-client.request("/ensure")
+-return "GET /ensure"
++def startup_check(self):
++try:
++client.request("/ensure")
++return True
++except (ConnectionRefusedError, FileNotFoundError):
++return False
+ 
+ # Each test that uses the fixture will have a different log.
+ xp_name = f"dev_server-{request.node.name}"

diff --git a/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild
new file mode 100644
index ..67830a3b7586
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-3.0.2-r1.ebuild
@@ -0,0 +1,74 @@
+# 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-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
+
+PATCHES=(
+   # https://github.com/pallets/werkzeug/issues/2875
+   "${FILESDIR}/${PN}-3.0.2-pytest-xprocess-1.patch"
+)
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-04-01 Thread Michał Górny
commit: f5cc4c5305ca6fbcec8a6651c0d16192904c059f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  2 05:17:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  2 05:45:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5cc4c53

dev-python/werkzeug: Bump to 3.0.2

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-3.0.2.ebuild | 70 +++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index acbf2b3b71b3..d8fca639110d 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1 +1,2 @@
 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.2.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.2.ebuild
new file mode 100644
index ..9278ee288270
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-3.0.2.ebuild
@@ -0,0 +1,70 @@
+# 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/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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-02-03 Thread Michał Górny
commit: b3c81b5bbb3b05590fcc01d9143687b2a9c824e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 19:06:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 19:06:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c81b5b

dev-python/werkzeug: Deselect test overeagerly collected by pytest-8

Closes: https://bugs.gentoo.org/923274
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/werkzeug/werkzeug-3.0.1.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/werkzeug/werkzeug-3.0.1.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.1.ebuild
index c34e787e2827..97ac07ce6e41 100644
--- a/dev-python/werkzeug/werkzeug-3.0.1.ebuild
+++ b/dev-python/werkzeug/werkzeug-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -49,7 +49,12 @@ BDEPEND="
 distutils_enable_tests pytest
 
 python_test() {
-   local EPYTEST_DESELECT=()
+   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]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2024-02-03 Thread Michał Górny
commit: 2367390c1277457d063929541f931851043da1e8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 09:35:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 09:35:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2367390c

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-2.3.8.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 7517baacd68c..acbf2b3b71b3 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1 @@
-DIST werkzeug-2.3.8.gh.tar.gz 834470 BLAKE2B 
fb1badc73699cd0a4027b706db7c29d44bd9cfdd306bec4c97dc1348b398f3268acb9be59530b5fb9e45d31a759e6dd1ae0348f62d4df9e6e74d8e72af9feb86
 SHA512 
56cf12071ca7aa99897ea3c23af699a32db6da00ce0963228c965e3f84060ea83c7365054e2ad53d7930d7472eaca6821e610815871a24a4257eaa18f19a5423
 DIST werkzeug-3.0.1.gh.tar.gz 817317 BLAKE2B 
670460cf48c8d06196cd34f117758508512d310b740bd188d8ba87779abd62f514c9909e5700b34c37e382925eabe3ffd722b753b76b498aff0dc8ebe1025c8b
 SHA512 
125a5c7680cba726149198802efa90d06c6586daeafcd0960feda637b765356f602df83af7b14996994303c52d32bc6fa044b774f42f0b8991008d1396675033

diff --git a/dev-python/werkzeug/werkzeug-2.3.8.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
deleted file mode 100644
index c34e787e2827..
--- a/dev-python/werkzeug/werkzeug-2.3.8.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 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=()
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-24 Thread Michał Górny
commit: 3381a093da7df60a25d498eeb2df04a7cb3cbadd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 18:48:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 18:48:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3381a093

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 8011018d8351..7517baacd68c 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,3 +1,2 @@
-DIST werkzeug-2.3.7.gh.tar.gz 834304 BLAKE2B 
331ffe1f7f079defbd639f391522facfd98cad704da0ed92235f111f401c40b3d06c40b2e0f5c0d0ac8d798335171870a6ce221d02810a8cf3d25f480ee7f7f8
 SHA512 
76daba77523f486a56f945f54b9f317589d72e36458d7dce975ae597835de8936242edd6ceafa8913d00021557a9da2acfe9619be562fe7b482858daf84dfd2f
 DIST werkzeug-2.3.8.gh.tar.gz 834470 BLAKE2B 
fb1badc73699cd0a4027b706db7c29d44bd9cfdd306bec4c97dc1348b398f3268acb9be59530b5fb9e45d31a759e6dd1ae0348f62d4df9e6e74d8e72af9feb86
 SHA512 
56cf12071ca7aa99897ea3c23af699a32db6da00ce0963228c965e3f84060ea83c7365054e2ad53d7930d7472eaca6821e610815871a24a4257eaa18f19a5423
 DIST werkzeug-3.0.1.gh.tar.gz 817317 BLAKE2B 
670460cf48c8d06196cd34f117758508512d310b740bd188d8ba87779abd62f514c9909e5700b34c37e382925eabe3ffd722b753b76b498aff0dc8ebe1025c8b
 SHA512 
125a5c7680cba726149198802efa90d06c6586daeafcd0960feda637b765356f602df83af7b14996994303c52d32bc6fa044b774f42f0b8991008d1396675033

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
deleted file mode 100644
index c34e787e2827..
--- a/dev-python/werkzeug/werkzeug-2.3.7.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 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=()
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-22 Thread Arthur Zamarin
commit: 3f77c6e7aa366650d61c7f9539e9319e54571fb4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 05:18:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 05:18:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f77c6e7

dev-python/werkzeug: Stabilize 2.3.8 arm64, #917771

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.8.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
index 3d37e6c04429..cf22bc855114 100644
--- a/dev-python/werkzeug/werkzeug-2.3.8.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-22 Thread Arthur Zamarin
commit: 9ba6fd49711c68551279d7054c013441497ff4cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 05:18:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 05:18:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba6fd49

dev-python/werkzeug: Stabilize 2.3.8 arm, #917771

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.8.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
index b87031b3cba7..cd3ec7489094 100644
--- a/dev-python/werkzeug/werkzeug-2.3.8.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-22 Thread Arthur Zamarin
commit: 6437ff1f394bf5f6939da6a471fc04ccc2b43367
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 05:18:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 05:18:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6437ff1f

dev-python/werkzeug: Stabilize 2.3.8 amd64, #917771

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.8.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
index cda8884989fc..b87031b3cba7 100644
--- a/dev-python/werkzeug/werkzeug-2.3.8.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-22 Thread Arthur Zamarin
commit: 4395e669719f6997827daaa6c3c72cd9216d09ec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 05:18:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 05:18:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4395e669

dev-python/werkzeug: Stabilize 2.3.8 sparc, #917771

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.8.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
index cd3ec7489094..3d37e6c04429 100644
--- a/dev-python/werkzeug/werkzeug-2.3.8.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-22 Thread Arthur Zamarin
commit: 2d4a62f8a0c0d3766b51557382d4e1898e342c30
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 23 05:18:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 23 05:18:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4a62f8

dev-python/werkzeug: Stabilize 2.3.8 x86, #917771

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.8.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
index 3cf83d02b78b..cda8884989fc 100644
--- a/dev-python/werkzeug/werkzeug-2.3.8.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-22 Thread Michał Górny
commit: a6212dbfba7a288bc210e57aad6639c631e15097
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 04:11:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 04:11:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6212dbf

dev-python/werkzeug: Stabilize 2.3.8 hppa, #917771

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

 dev-python/werkzeug/werkzeug-2.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.8.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
index 1e459f682aa3..3cf83d02b78b 100644
--- a/dev-python/werkzeug/werkzeug-2.3.8.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-08 Thread Michał Górny
commit: 9ceffb72a9d91b11c23583a22db711957e015d02
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  9 04:06:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  9 04:06:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ceffb72

dev-python/werkzeug: Bump to 2.3.8

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.8.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 70495ee6c728..8011018d8351 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1,3 @@
 DIST werkzeug-2.3.7.gh.tar.gz 834304 BLAKE2B 
331ffe1f7f079defbd639f391522facfd98cad704da0ed92235f111f401c40b3d06c40b2e0f5c0d0ac8d798335171870a6ce221d02810a8cf3d25f480ee7f7f8
 SHA512 
76daba77523f486a56f945f54b9f317589d72e36458d7dce975ae597835de8936242edd6ceafa8913d00021557a9da2acfe9619be562fe7b482858daf84dfd2f
+DIST werkzeug-2.3.8.gh.tar.gz 834470 BLAKE2B 
fb1badc73699cd0a4027b706db7c29d44bd9cfdd306bec4c97dc1348b398f3268acb9be59530b5fb9e45d31a759e6dd1ae0348f62d4df9e6e74d8e72af9feb86
 SHA512 
56cf12071ca7aa99897ea3c23af699a32db6da00ce0963228c965e3f84060ea83c7365054e2ad53d7930d7472eaca6821e610815871a24a4257eaa18f19a5423
 DIST werkzeug-3.0.1.gh.tar.gz 817317 BLAKE2B 
670460cf48c8d06196cd34f117758508512d310b740bd188d8ba87779abd62f514c9909e5700b34c37e382925eabe3ffd722b753b76b498aff0dc8ebe1025c8b
 SHA512 
125a5c7680cba726149198802efa90d06c6586daeafcd0960feda637b765356f602df83af7b14996994303c52d32bc6fa044b774f42f0b8991008d1396675033

diff --git a/dev-python/werkzeug/werkzeug-2.3.8.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
new file mode 100644
index ..1e459f682aa3
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.8.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 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=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-03 Thread Michał Górny
commit: f7d6a5aab4a091328943e612a62e1b50fe7f6f83
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov  3 17:08:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov  3 17:08:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d6a5aa

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-3.0.0.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index cb4f8167c0cb..70495ee6c728 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,3 +1,2 @@
 DIST werkzeug-2.3.7.gh.tar.gz 834304 BLAKE2B 
331ffe1f7f079defbd639f391522facfd98cad704da0ed92235f111f401c40b3d06c40b2e0f5c0d0ac8d798335171870a6ce221d02810a8cf3d25f480ee7f7f8
 SHA512 
76daba77523f486a56f945f54b9f317589d72e36458d7dce975ae597835de8936242edd6ceafa8913d00021557a9da2acfe9619be562fe7b482858daf84dfd2f
-DIST werkzeug-3.0.0.gh.tar.gz 817103 BLAKE2B 
d606b5c8956b69f32fd944c1a55b2ea0815f97d02665e6fa430a66a8ca64021d6f1263262971f59e5d4f69ece36053138504c81d7392edc09ca4c8337be104be
 SHA512 
d220a38e0fbc4e5da8f705f9d53fb9a22a7ff1643cfd4ba35101cb9c814fa31b0a6f58bb1f024108ff5c3571f4b0333e58fb6c1b331f5caf44d89fac03dd5ad7
 DIST werkzeug-3.0.1.gh.tar.gz 817317 BLAKE2B 
670460cf48c8d06196cd34f117758508512d310b740bd188d8ba87779abd62f514c9909e5700b34c37e382925eabe3ffd722b753b76b498aff0dc8ebe1025c8b
 SHA512 
125a5c7680cba726149198802efa90d06c6586daeafcd0960feda637b765356f602df83af7b14996994303c52d32bc6fa044b774f42f0b8991008d1396675033

diff --git a/dev-python/werkzeug/werkzeug-3.0.0.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.0.ebuild
deleted file mode 100644
index 1e459f682aa3..
--- a/dev-python/werkzeug/werkzeug-3.0.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 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=()
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-03 Thread Arthur Zamarin
commit: ce60ee10aa55d1b0b87a1a5518fd797960214066
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov  3 15:07:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov  3 15:07:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce60ee10

dev-python/werkzeug: Stabilize 3.0.1 hppa, #916639

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-3.0.1.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.1.ebuild
index bf5c9287dccd..c34e787e2827 100644
--- a/dev-python/werkzeug/werkzeug-3.0.1.ebuild
+++ b/dev-python/werkzeug/werkzeug-3.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-11-01 Thread Arthur Zamarin
commit: ef790249562dd8bf2e92789b02b74eaf9703c4d1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 20:36:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 20:36:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef790249

dev-python/werkzeug: Stabilize 3.0.1 ppc, #916639

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-3.0.1.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.1.ebuild
index 1e459f682aa3..6fe614f68c92 100644
--- a/dev-python/werkzeug/werkzeug-3.0.1.ebuild
+++ b/dev-python/werkzeug/werkzeug-3.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-10-25 Thread Michał Górny
commit: 0e76b6d54893a4602d44af366df9a98556b32a8a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 25 07:17:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 25 07:42:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e76b6d5

dev-python/werkzeug: Bump to 3.0.1

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-3.0.1.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 06c55a5f5062..cb4f8167c0cb 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1,3 @@
 DIST werkzeug-2.3.7.gh.tar.gz 834304 BLAKE2B 
331ffe1f7f079defbd639f391522facfd98cad704da0ed92235f111f401c40b3d06c40b2e0f5c0d0ac8d798335171870a6ce221d02810a8cf3d25f480ee7f7f8
 SHA512 
76daba77523f486a56f945f54b9f317589d72e36458d7dce975ae597835de8936242edd6ceafa8913d00021557a9da2acfe9619be562fe7b482858daf84dfd2f
 DIST werkzeug-3.0.0.gh.tar.gz 817103 BLAKE2B 
d606b5c8956b69f32fd944c1a55b2ea0815f97d02665e6fa430a66a8ca64021d6f1263262971f59e5d4f69ece36053138504c81d7392edc09ca4c8337be104be
 SHA512 
d220a38e0fbc4e5da8f705f9d53fb9a22a7ff1643cfd4ba35101cb9c814fa31b0a6f58bb1f024108ff5c3571f4b0333e58fb6c1b331f5caf44d89fac03dd5ad7
+DIST werkzeug-3.0.1.gh.tar.gz 817317 BLAKE2B 
670460cf48c8d06196cd34f117758508512d310b740bd188d8ba87779abd62f514c9909e5700b34c37e382925eabe3ffd722b753b76b498aff0dc8ebe1025c8b
 SHA512 
125a5c7680cba726149198802efa90d06c6586daeafcd0960feda637b765356f602df83af7b14996994303c52d32bc6fa044b774f42f0b8991008d1396675033

diff --git a/dev-python/werkzeug/werkzeug-3.0.1.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.1.ebuild
new file mode 100644
index ..1e459f682aa3
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-3.0.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 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=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-30 Thread Michał Górny
commit: 8a7a8d7297a1262d8d2676a5bebdec0a144c8097
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 17:29:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 17:29:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7a8d72

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index e070e980a140..06c55a5f5062 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,3 +1,2 @@
-DIST werkzeug-2.3.6.gh.tar.gz 833832 BLAKE2B 
8bf2598ee2ff63a4515357802749f952ba68a484e52f9a488efc3e49ad54e9764334d14a7b57584c1dd610f5e7922023d6ac08d8b3cc433c4789554205e43294
 SHA512 
a7563eeb70b465580a136ae4e4e51afcd14d0760deedac619d469a5be85eb500fec456056371921317511c986f4f4453d1f86e408378e6062b6aa40b8365ca8f
 DIST werkzeug-2.3.7.gh.tar.gz 834304 BLAKE2B 
331ffe1f7f079defbd639f391522facfd98cad704da0ed92235f111f401c40b3d06c40b2e0f5c0d0ac8d798335171870a6ce221d02810a8cf3d25f480ee7f7f8
 SHA512 
76daba77523f486a56f945f54b9f317589d72e36458d7dce975ae597835de8936242edd6ceafa8913d00021557a9da2acfe9619be562fe7b482858daf84dfd2f
 DIST werkzeug-3.0.0.gh.tar.gz 817103 BLAKE2B 
d606b5c8956b69f32fd944c1a55b2ea0815f97d02665e6fa430a66a8ca64021d6f1263262971f59e5d4f69ece36053138504c81d7392edc09ca4c8337be104be
 SHA512 
d220a38e0fbc4e5da8f705f9d53fb9a22a7ff1643cfd4ba35101cb9c814fa31b0a6f58bb1f024108ff5c3571f4b0333e58fb6c1b331f5caf44d89fac03dd5ad7

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
deleted file mode 100644
index d59a39b78cd7..
--- a/dev-python/werkzeug/werkzeug-2.3.6.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 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 )
-
-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=()
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-30 Thread Michał Górny
commit: a8b23b39fa6a0ca42330d99924dc3c7726e0c61d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 16:02:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 16:08:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b23b39

dev-python/werkzeug: Bump to 3.0.0

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-3.0.0.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 95e1677e4072..e070e980a140 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1,3 @@
 DIST werkzeug-2.3.6.gh.tar.gz 833832 BLAKE2B 
8bf2598ee2ff63a4515357802749f952ba68a484e52f9a488efc3e49ad54e9764334d14a7b57584c1dd610f5e7922023d6ac08d8b3cc433c4789554205e43294
 SHA512 
a7563eeb70b465580a136ae4e4e51afcd14d0760deedac619d469a5be85eb500fec456056371921317511c986f4f4453d1f86e408378e6062b6aa40b8365ca8f
 DIST werkzeug-2.3.7.gh.tar.gz 834304 BLAKE2B 
331ffe1f7f079defbd639f391522facfd98cad704da0ed92235f111f401c40b3d06c40b2e0f5c0d0ac8d798335171870a6ce221d02810a8cf3d25f480ee7f7f8
 SHA512 
76daba77523f486a56f945f54b9f317589d72e36458d7dce975ae597835de8936242edd6ceafa8913d00021557a9da2acfe9619be562fe7b482858daf84dfd2f
+DIST werkzeug-3.0.0.gh.tar.gz 817103 BLAKE2B 
d606b5c8956b69f32fd944c1a55b2ea0815f97d02665e6fa430a66a8ca64021d6f1263262971f59e5d4f69ece36053138504c81d7392edc09ca4c8337be104be
 SHA512 
d220a38e0fbc4e5da8f705f9d53fb9a22a7ff1643cfd4ba35101cb9c814fa31b0a6f58bb1f024108ff5c3571f4b0333e58fb6c1b331f5caf44d89fac03dd5ad7

diff --git a/dev-python/werkzeug/werkzeug-3.0.0.ebuild 
b/dev-python/werkzeug/werkzeug-3.0.0.ebuild
new file mode 100644
index ..1e459f682aa3
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-3.0.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 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=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-30 Thread Arthur Zamarin
commit: 1ae3ee32d96c70d28e37a55adc757deb8b53d370
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 30 15:37:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 30 15:37:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae3ee32

dev-python/werkzeug: Stabilize 2.3.7 ppc, #914331

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
index 12371f384954..c34e787e2827 100644
--- a/dev-python/werkzeug/werkzeug-2.3.7.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-23 Thread Sam James
commit: f8a9085c7457b13764b6e09c4b1a8b75a11f9065
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Sep 23 07:10:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 23 09:52:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a9085c

dev-python/werkzeug: stable 2.3.6 for sparc, bug #910161

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
index 12a790be7eb4..d59a39b78cd7 100644
--- a/dev-python/werkzeug/werkzeug-2.3.6.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/files/

2023-09-21 Thread Andrew Ammerlaan
commit: f648662912774d79c2e88716c6910a10bdd35579
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Sep 22 05:41:52 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Sep 22 06:10:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6486629

dev-python/werkzeug: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32983
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../werkzeug/files/werkzeug-2.3.4-iri-bytes.patch  | 64 --
 1 file changed, 64 deletions(-)

diff --git a/dev-python/werkzeug/files/werkzeug-2.3.4-iri-bytes.patch 
b/dev-python/werkzeug/files/werkzeug-2.3.4-iri-bytes.patch
deleted file mode 100644
index 1e06b0621cdd..
--- a/dev-python/werkzeug/files/werkzeug-2.3.4-iri-bytes.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-From 3ba0fd5c52c9943c492ce098693bf9e651942fe5 Mon Sep 17 00:00:00 2001
-From: midchildan 
-Date: Sat, 27 May 2023 01:03:02 +0900
-Subject: [PATCH] fix: iri_to_uri fails when the argument is a bytestring
-
-This was caused by the 'charset' variable being used before it was ready.

- CHANGES.rst  |  4 
- src/werkzeug/urls.py | 20 ++--
- tests/test_urls.py   |  3 +++
- 3 files changed, 17 insertions(+), 10 deletions(-)
-
-diff --git a/src/werkzeug/urls.py b/src/werkzeug/urls.py
-index 89ef21943..f5760eb4c 100644
 a/src/werkzeug/urls.py
-+++ b/src/werkzeug/urls.py
-@@ -966,6 +966,16 @@ def iri_to_uri(
- 
- .. versionadded:: 0.6
- """
-+if charset is not None:
-+warnings.warn(
-+"The 'charset' parameter is deprecated and will be removed"
-+" in Werkzeug 3.0.",
-+DeprecationWarning,
-+stacklevel=2,
-+)
-+else:
-+charset = "utf-8"
-+
- if isinstance(iri, tuple):
- warnings.warn(
- "Passing a tuple is deprecated and will not be supported in 
Werkzeug 3.0.",
-@@ -982,16 +992,6 @@ def iri_to_uri(
- )
- iri = iri.decode(charset)
- 
--if charset is not None:
--warnings.warn(
--"The 'charset' parameter is deprecated and will be removed"
--" in Werkzeug 3.0.",
--DeprecationWarning,
--stacklevel=2,
--)
--else:
--charset = "utf-8"
--
- if errors is not None:
- warnings.warn(
- "The 'errors' parameter is deprecated and will be removed in 
Werkzeug 3.0.",
-diff --git a/tests/test_urls.py b/tests/test_urls.py
-index 56bca8e94..765d42546 100644
 a/tests/test_urls.py
-+++ b/tests/test_urls.py
-@@ -231,6 +231,9 @@ def test_iri_support():
- 
- assert urls.iri_to_uri("/foo") == "/foo"
- 
-+with pytest.deprecated_call():
-+assert urls.iri_to_uri(b"/foo") == "/foo"
-+
- assert (
- urls.iri_to_uri("http://föö.com:8080/bam/baz";)
- == "http://xn--f-1gaa.com:8080/bam/baz";



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-17 Thread Michał Górny
commit: 2db719acb4de870e5af7f8279fac3c6c6022c3af
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 17 11:31:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 17 11:31:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db719ac

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest |  2 -
 dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild | 69 
 dev-python/werkzeug/werkzeug-2.3.5.ebuild| 64 --
 3 files changed, 135 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index a88920d06720..95e1677e4072 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,4 +1,2 @@
-DIST werkzeug-2.3.4.gh.tar.gz 833090 BLAKE2B 
e9d0134fa2a1355a2ef0df0f86cca6ea0f0a0c9b6ece98a6774ceab0a284c6a899e915688cb3e2e9f6192a7943cbcf20578d1e8f2f439dd8a9ab0f3d49361bcd
 SHA512 
1e519fc88ac4438aa4dbd623ef8afc96a630df61d25a5a28154749f5c38593edefbb32163a632a5f38fa70d8cf2f1ae93633e54cfafe72d497ab70c99f9b2478
-DIST werkzeug-2.3.5.gh.tar.gz 833927 BLAKE2B 
f9d2a81b0b1336265094df26d8b1fd17a471ed12d47014e5dd151085dd4112c0fb4788b62d926588d07dfaf91656d7e18406f5c684766e97bab45cccadea478e
 SHA512 
d1c1e344efaa1c5aa04c71f8007a9f10b3043bf5db2459fddae8df5186b103de2fd3f61394dacb774b57a72feed7080cde1611040e0849c97d81e6ed1ee2c4b2
 DIST werkzeug-2.3.6.gh.tar.gz 833832 BLAKE2B 
8bf2598ee2ff63a4515357802749f952ba68a484e52f9a488efc3e49ad54e9764334d14a7b57584c1dd610f5e7922023d6ac08d8b3cc433c4789554205e43294
 SHA512 
a7563eeb70b465580a136ae4e4e51afcd14d0760deedac619d469a5be85eb500fec456056371921317511c986f4f4453d1f86e408378e6062b6aa40b8365ca8f
 DIST werkzeug-2.3.7.gh.tar.gz 834304 BLAKE2B 
331ffe1f7f079defbd639f391522facfd98cad704da0ed92235f111f401c40b3d06c40b2e0f5c0d0ac8d798335171870a6ce221d02810a8cf3d25f480ee7f7f8
 SHA512 
76daba77523f486a56f945f54b9f317589d72e36458d7dce975ae597835de8936242edd6ceafa8913d00021557a9da2acfe9619be562fe7b482858daf84dfd2f

diff --git a/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
deleted file mode 100644
index 6eb8beefee10..
--- a/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 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 )
-
-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
-
-PATCHES=(
-   # https://github.com/pallets/werkzeug/pull/2709
-   "${FILESDIR}/${P}-iri-bytes.patch"
-)
-
-python_test() {
-   local EPYTEST_DESELECT=()
-   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-2.3.5.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.5.ebuild
deleted file mode 100644
index 510a6ca0d800..
--- a/dev-python/werkzeug/werkzeug-2.3.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 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 )
-
-inherit distutils-r1
-
-DESCRIP

[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-16 Thread Sam James
commit: ef3d6b857da2d4f3f073477253a8a484976ca34b
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 17 05:47:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 17 05:47:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3d6b85

dev-python/werkzeug: Stabilize 2.3.7 x86, #914331

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
index c94d97069503..12371f384954 100644
--- a/dev-python/werkzeug/werkzeug-2.3.7.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-16 Thread Arthur Zamarin
commit: c007d6b43b2901af21a08c4b421b6fb784452910
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:06:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:06:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c007d6b4

dev-python/werkzeug: Stabilize 2.3.7 ppc64, #914331

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
index b0de9fb4cc68..c94d97069503 100644
--- a/dev-python/werkzeug/werkzeug-2.3.7.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-16 Thread Arthur Zamarin
commit: c4958c34272e769d439b3110e1f796359be1a43e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:06:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:06:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4958c34

dev-python/werkzeug: Stabilize 2.3.7 amd64, #914331

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
index 7972626d3d26..b0de9fb4cc68 100644
--- a/dev-python/werkzeug/werkzeug-2.3.7.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-16 Thread Arthur Zamarin
commit: 04dc587323285e45e9a36b586ed644699aa41ea4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:06:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:06:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dc5873

dev-python/werkzeug: Stabilize 2.3.7 arm64, #914331

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
index 29d634103a21..de8fd012bdc4 100644
--- a/dev-python/werkzeug/werkzeug-2.3.7.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-16 Thread Arthur Zamarin
commit: f81f632c886ed49f044ae87aa4d736605be02a59
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:06:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:06:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81f632c

dev-python/werkzeug: Stabilize 2.3.7 arm, #914331

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
index 81d0414e20e8..29d634103a21 100644
--- a/dev-python/werkzeug/werkzeug-2.3.7.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-16 Thread Arthur Zamarin
commit: 0d5579733e52f3281fe59c09cab7a980bf645f25
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 17 05:06:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 05:06:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d557973

dev-python/werkzeug: Stabilize 2.3.7 hppa, #914331

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
index de8fd012bdc4..7972626d3d26 100644
--- a/dev-python/werkzeug/werkzeug-2.3.7.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-09-16 Thread Sam James
commit: 0e6a2acd1776d510fd5efedec49baa6a33383235
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 16 22:58:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 16 22:58:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6a2acd

dev-python/werkzeug: Stabilize 2.3.7 sparc, #914331

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
index 1e459f682aa3..81d0414e20e8 100644
--- a/dev-python/werkzeug/werkzeug-2.3.7.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-08-14 Thread Michał Górny
commit: 7aaa385f2578d56199e23cdc8342da2ae6eaa8e1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 14 14:36:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 14 14:55:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aaa385f

dev-python/werkzeug: Bump to 2.3.7

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.7.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index aa382c82ce0b..a88920d06720 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,3 +1,4 @@
 DIST werkzeug-2.3.4.gh.tar.gz 833090 BLAKE2B 
e9d0134fa2a1355a2ef0df0f86cca6ea0f0a0c9b6ece98a6774ceab0a284c6a899e915688cb3e2e9f6192a7943cbcf20578d1e8f2f439dd8a9ab0f3d49361bcd
 SHA512 
1e519fc88ac4438aa4dbd623ef8afc96a630df61d25a5a28154749f5c38593edefbb32163a632a5f38fa70d8cf2f1ae93633e54cfafe72d497ab70c99f9b2478
 DIST werkzeug-2.3.5.gh.tar.gz 833927 BLAKE2B 
f9d2a81b0b1336265094df26d8b1fd17a471ed12d47014e5dd151085dd4112c0fb4788b62d926588d07dfaf91656d7e18406f5c684766e97bab45cccadea478e
 SHA512 
d1c1e344efaa1c5aa04c71f8007a9f10b3043bf5db2459fddae8df5186b103de2fd3f61394dacb774b57a72feed7080cde1611040e0849c97d81e6ed1ee2c4b2
 DIST werkzeug-2.3.6.gh.tar.gz 833832 BLAKE2B 
8bf2598ee2ff63a4515357802749f952ba68a484e52f9a488efc3e49ad54e9764334d14a7b57584c1dd610f5e7922023d6ac08d8b3cc433c4789554205e43294
 SHA512 
a7563eeb70b465580a136ae4e4e51afcd14d0760deedac619d469a5be85eb500fec456056371921317511c986f4f4453d1f86e408378e6062b6aa40b8365ca8f
+DIST werkzeug-2.3.7.gh.tar.gz 834304 BLAKE2B 
331ffe1f7f079defbd639f391522facfd98cad704da0ed92235f111f401c40b3d06c40b2e0f5c0d0ac8d798335171870a6ce221d02810a8cf3d25f480ee7f7f8
 SHA512 
76daba77523f486a56f945f54b9f317589d72e36458d7dce975ae597835de8936242edd6ceafa8913d00021557a9da2acfe9619be562fe7b482858daf84dfd2f

diff --git a/dev-python/werkzeug/werkzeug-2.3.7.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
new file mode 100644
index ..1e459f682aa3
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.7.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 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=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-08-04 Thread Sam James
commit: c1d9ff968cbd2dc587d7ada8c2bc221006aa3678
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  4 09:40:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  4 09:40:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d9ff96

dev-python/werkzeug: Stabilize 2.3.6 ppc, #910161

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
index 95b34d71e684..12a790be7eb4 100644
--- a/dev-python/werkzeug/werkzeug-2.3.6.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-07-09 Thread Jakov Smolić
commit: 746076e23764953fed3a1f7e43a2d45be9bc6e48
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul  9 20:59:00 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul  9 20:59:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746076e2

dev-python/werkzeug: Stabilize 2.3.6 x86, #910161

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
index 87044d6afb0b..95b34d71e684 100644
--- a/dev-python/werkzeug/werkzeug-2.3.6.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-07-09 Thread Arthur Zamarin
commit: ecf55ca610905095cb942d71905237ee80723de3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 19:35:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 19:35:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf55ca6

dev-python/werkzeug: Stabilize 2.3.6 amd64, #910161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
index 99c7f0095449..87044d6afb0b 100644
--- a/dev-python/werkzeug/werkzeug-2.3.6.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-07-09 Thread Arthur Zamarin
commit: aa8c832c79c65493c52ce81864cdbe701b624008
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 18:24:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 18:24:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8c832c

dev-python/werkzeug: Stabilize 2.3.6 ppc64, #910161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
index 98b584e69ecc..99c7f0095449 100644
--- a/dev-python/werkzeug/werkzeug-2.3.6.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-07-09 Thread Arthur Zamarin
commit: 6e9a687d4a261fb3317f13d652cc086e90bc6e24
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 16:51:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 16:51:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9a687d

dev-python/werkzeug: Stabilize 2.3.6 arm, #910161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
index caa5732c4999..0d085587a9a1 100644
--- a/dev-python/werkzeug/werkzeug-2.3.6.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-07-09 Thread Arthur Zamarin
commit: 7c7da62e87fba51a31ec254d98ea014a2daac05e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 16:51:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 16:51:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7da62e

dev-python/werkzeug: Stabilize 2.3.6 arm64, #910161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
index 510a6ca0d800..caa5732c4999 100644
--- a/dev-python/werkzeug/werkzeug-2.3.6.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-07-09 Thread Arthur Zamarin
commit: 6b2cc58de16482185374d51f89036b1742e53379
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 16:51:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 16:51:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2cc58d

dev-python/werkzeug: Stabilize 2.3.6 hppa, #910161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
index 0d085587a9a1..98b584e69ecc 100644
--- a/dev-python/werkzeug/werkzeug-2.3.6.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-06-08 Thread Michał Górny
commit: 412023e885e02b21a3306bd48fe8ba1622821e5e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  9 02:17:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  9 02:17:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412023e8

dev-python/werkzeug: Bump to 2.3.6

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.6.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index e0849604d088..aa382c82ce0b 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1,3 @@
 DIST werkzeug-2.3.4.gh.tar.gz 833090 BLAKE2B 
e9d0134fa2a1355a2ef0df0f86cca6ea0f0a0c9b6ece98a6774ceab0a284c6a899e915688cb3e2e9f6192a7943cbcf20578d1e8f2f439dd8a9ab0f3d49361bcd
 SHA512 
1e519fc88ac4438aa4dbd623ef8afc96a630df61d25a5a28154749f5c38593edefbb32163a632a5f38fa70d8cf2f1ae93633e54cfafe72d497ab70c99f9b2478
 DIST werkzeug-2.3.5.gh.tar.gz 833927 BLAKE2B 
f9d2a81b0b1336265094df26d8b1fd17a471ed12d47014e5dd151085dd4112c0fb4788b62d926588d07dfaf91656d7e18406f5c684766e97bab45cccadea478e
 SHA512 
d1c1e344efaa1c5aa04c71f8007a9f10b3043bf5db2459fddae8df5186b103de2fd3f61394dacb774b57a72feed7080cde1611040e0849c97d81e6ed1ee2c4b2
+DIST werkzeug-2.3.6.gh.tar.gz 833832 BLAKE2B 
8bf2598ee2ff63a4515357802749f952ba68a484e52f9a488efc3e49ad54e9764334d14a7b57584c1dd610f5e7922023d6ac08d8b3cc433c4789554205e43294
 SHA512 
a7563eeb70b465580a136ae4e4e51afcd14d0760deedac619d469a5be85eb500fec456056371921317511c986f4f4453d1f86e408378e6062b6aa40b8365ca8f

diff --git a/dev-python/werkzeug/werkzeug-2.3.6.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
new file mode 100644
index ..510a6ca0d800
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.6.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 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 )
+
+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=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-06-07 Thread Michał Górny
commit: d0b6fe21b3cf656fa0137524a2bf1a23aa1e5e45
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  8 04:44:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  8 04:44:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b6fe21

dev-python/werkzeug: Bump to 2.3.5

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.5.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 009da6170a2e..e0849604d088 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1 +1,2 @@
 DIST werkzeug-2.3.4.gh.tar.gz 833090 BLAKE2B 
e9d0134fa2a1355a2ef0df0f86cca6ea0f0a0c9b6ece98a6774ceab0a284c6a899e915688cb3e2e9f6192a7943cbcf20578d1e8f2f439dd8a9ab0f3d49361bcd
 SHA512 
1e519fc88ac4438aa4dbd623ef8afc96a630df61d25a5a28154749f5c38593edefbb32163a632a5f38fa70d8cf2f1ae93633e54cfafe72d497ab70c99f9b2478
+DIST werkzeug-2.3.5.gh.tar.gz 833927 BLAKE2B 
f9d2a81b0b1336265094df26d8b1fd17a471ed12d47014e5dd151085dd4112c0fb4788b62d926588d07dfaf91656d7e18406f5c684766e97bab45cccadea478e
 SHA512 
d1c1e344efaa1c5aa04c71f8007a9f10b3043bf5db2459fddae8df5186b103de2fd3f61394dacb774b57a72feed7080cde1611040e0849c97d81e6ed1ee2c4b2

diff --git a/dev-python/werkzeug/werkzeug-2.3.5.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.5.ebuild
new file mode 100644
index ..510a6ca0d800
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 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 )
+
+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=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-30 Thread Michał Górny
commit: efc11ef3071e0ca71967d5ae9af73ddc8d0f1dcb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 30 13:27:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 30 14:00:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc11ef3

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 82f8c4469f7a..009da6170a2e 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1 @@
-DIST werkzeug-2.2.3.gh.tar.gz 847768 BLAKE2B 
7d0b891a2b15e4fc469c3d331cfb2565f452ae77f772f7ab8e6254aedd172f9115cd3ebd9c82e951ea7505c0e58d6b6f07fb643a8e87af505e04686cccf56cd4
 SHA512 
3968e663f67e41da5148a4aa1d8e047ffd88416fa8df665e359bbe87992e4e723e1c915eed59ae86b53dd18817e41cdcef059483bce7aa8ed7b388dd4add1482
 DIST werkzeug-2.3.4.gh.tar.gz 833090 BLAKE2B 
e9d0134fa2a1355a2ef0df0f86cca6ea0f0a0c9b6ece98a6774ceab0a284c6a899e915688cb3e2e9f6192a7943cbcf20578d1e8f2f439dd8a9ab0f3d49361bcd
 SHA512 
1e519fc88ac4438aa4dbd623ef8afc96a630df61d25a5a28154749f5c38593edefbb32163a632a5f38fa70d8cf2f1ae93633e54cfafe72d497ab70c99f9b2478

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
deleted file mode 100644
index 7e2db22b86dc..
--- a/dev-python/werkzeug/werkzeug-2.2.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} 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[${PYTHON_USEDEP}]
-   test-rust? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   )
-   !hppa? ( !ia64? ( !loong? (
-   $(python_gen_cond_dep '
-   dev-python/greenlet[${PYTHON_USEDEP}]
-   ' python3_{8..10})
-   ) ) )
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-29 Thread Michał Górny
commit: 9793e1d3619cec031674e61453aac0a18b3febee
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 30 02:57:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 30 03:03:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9793e1d3

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  4 --
 dev-python/werkzeug/werkzeug-2.3.0.ebuild | 64 ---
 dev-python/werkzeug/werkzeug-2.3.1.ebuild | 64 ---
 dev-python/werkzeug/werkzeug-2.3.2.ebuild | 64 ---
 dev-python/werkzeug/werkzeug-2.3.3.ebuild | 64 ---
 5 files changed, 260 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 84ca83183b74..82f8c4469f7a 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,6 +1,2 @@
 DIST werkzeug-2.2.3.gh.tar.gz 847768 BLAKE2B 
7d0b891a2b15e4fc469c3d331cfb2565f452ae77f772f7ab8e6254aedd172f9115cd3ebd9c82e951ea7505c0e58d6b6f07fb643a8e87af505e04686cccf56cd4
 SHA512 
3968e663f67e41da5148a4aa1d8e047ffd88416fa8df665e359bbe87992e4e723e1c915eed59ae86b53dd18817e41cdcef059483bce7aa8ed7b388dd4add1482
-DIST werkzeug-2.3.0.gh.tar.gz 831666 BLAKE2B 
2d4c792deab6e153794695e249ca97f24b5d70c7f912f7a6fd34b653a7e6e9e0fadb6178c3f388986d0c0dfc55fdbad9809894b70b38f32b3a6c7aaf4d1b4c3f
 SHA512 
ec2bce1ae4311e99d931b96bb05fe98714e317e1d838edec1fd79a05e260ac544f680656b8d5957d123a59a94b40393eb12c3ca8d83e800cc46041b0c0968aea
-DIST werkzeug-2.3.1.gh.tar.gz 832058 BLAKE2B 
d92836c168339e4dfb07c27d8379548a6805e9aec884cb41b76b9b4196f982ec6d05a6e505bb2ad70e591e54a4a2cecd683b5b6b78a058f90adab704da154d1f
 SHA512 
02b5feb1e4d5c7b24d7b890c579cd3211eb430101d14800ca6c1e2a244da90fee4d5c0cd4819ead58a2885df0c736c796720fd9a3378a1eabaf417aefaa5a919
-DIST werkzeug-2.3.2.gh.tar.gz 832353 BLAKE2B 
61806869549e356f244eb808823813473e5d7e00b7b085720f02429d3c2f30ceffb0bf7daeb57f0ef0b94fe836c8d895bc8a4b0b2d284536297718f4f0912b64
 SHA512 
03b866cc7b2d539ade9284632e55dd66598a06596f3ef1de2b3af9081d8b3c6745eb94744faf7f93abe383615efb3453a41544975fbfb548582ca1912ad932dc
-DIST werkzeug-2.3.3.gh.tar.gz 832625 BLAKE2B 
66a243af0b0158722184ef098280b1556a43c99c4266d9d0c28898474a36a2ac63096444994e792add7119b17ac94fd2b145055495a1ffbdf84983dfd0cc6928
 SHA512 
969dfc7412378ba9373f6fb3bee4129f4bbd3a502e7f320fedb29464005b1e2ee9afc9241128ef06271592a978d229ae2633cbaf8ae9e2161f4c099a09715adc
 DIST werkzeug-2.3.4.gh.tar.gz 833090 BLAKE2B 
e9d0134fa2a1355a2ef0df0f86cca6ea0f0a0c9b6ece98a6774ceab0a284c6a899e915688cb3e2e9f6192a7943cbcf20578d1e8f2f439dd8a9ab0f3d49361bcd
 SHA512 
1e519fc88ac4438aa4dbd623ef8afc96a630df61d25a5a28154749f5c38593edefbb32163a632a5f38fa70d8cf2f1ae93633e54cfafe72d497ab70c99f9b2478

diff --git a/dev-python/werkzeug/werkzeug-2.3.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.0.ebuild
deleted file mode 100644
index 05c674f456c0..
--- a/dev-python/werkzeug/werkzeug-2.3.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} 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*')
-   ) ) )
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-   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

[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-29 Thread Sam James
commit: 1655903fe1b7ae5f56046a5a5325410f58858d41
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 20:23:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 20:23:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1655903f

dev-python/werkzeug: Stabilize 2.3.4-r1 hppa, #907319

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
index 2e9426de42db..6eb8beefee10 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-29 Thread Sam James
commit: bd767cce1c4cb88b17c50d6af735ec6e1a84016e
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 20:18:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 20:18:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd767cce

dev-python/werkzeug: Stabilize 2.3.4-r1 arm64, #907319

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
index 45e61e3a2b87..2e9426de42db 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/files/, dev-python/werkzeug/

2023-05-29 Thread Michał Górny
commit: 4ca6682d11871a4b64d0b8443798f882302046a0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 29 08:56:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 09:40:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca6682d

dev-python/werkzeug: Add encoding patch from upstream bug tracker

Add an encoding patch that was submitted upstream, fixing a bug
affecting dev-python/httpbin.

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

 .../werkzeug/files/werkzeug-2.3.4-iri-bytes.patch  | 64 ++
 ...kzeug-2.3.4.ebuild => werkzeug-2.3.4-r1.ebuild} |  5 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-python/werkzeug/files/werkzeug-2.3.4-iri-bytes.patch 
b/dev-python/werkzeug/files/werkzeug-2.3.4-iri-bytes.patch
new file mode 100644
index ..1e06b0621cdd
--- /dev/null
+++ b/dev-python/werkzeug/files/werkzeug-2.3.4-iri-bytes.patch
@@ -0,0 +1,64 @@
+From 3ba0fd5c52c9943c492ce098693bf9e651942fe5 Mon Sep 17 00:00:00 2001
+From: midchildan 
+Date: Sat, 27 May 2023 01:03:02 +0900
+Subject: [PATCH] fix: iri_to_uri fails when the argument is a bytestring
+
+This was caused by the 'charset' variable being used before it was ready.
+---
+ CHANGES.rst  |  4 
+ src/werkzeug/urls.py | 20 ++--
+ tests/test_urls.py   |  3 +++
+ 3 files changed, 17 insertions(+), 10 deletions(-)
+
+diff --git a/src/werkzeug/urls.py b/src/werkzeug/urls.py
+index 89ef21943..f5760eb4c 100644
+--- a/src/werkzeug/urls.py
 b/src/werkzeug/urls.py
+@@ -966,6 +966,16 @@ def iri_to_uri(
+ 
+ .. versionadded:: 0.6
+ """
++if charset is not None:
++warnings.warn(
++"The 'charset' parameter is deprecated and will be removed"
++" in Werkzeug 3.0.",
++DeprecationWarning,
++stacklevel=2,
++)
++else:
++charset = "utf-8"
++
+ if isinstance(iri, tuple):
+ warnings.warn(
+ "Passing a tuple is deprecated and will not be supported in 
Werkzeug 3.0.",
+@@ -982,16 +992,6 @@ def iri_to_uri(
+ )
+ iri = iri.decode(charset)
+ 
+-if charset is not None:
+-warnings.warn(
+-"The 'charset' parameter is deprecated and will be removed"
+-" in Werkzeug 3.0.",
+-DeprecationWarning,
+-stacklevel=2,
+-)
+-else:
+-charset = "utf-8"
+-
+ if errors is not None:
+ warnings.warn(
+ "The 'errors' parameter is deprecated and will be removed in 
Werkzeug 3.0.",
+diff --git a/tests/test_urls.py b/tests/test_urls.py
+index 56bca8e94..765d42546 100644
+--- a/tests/test_urls.py
 b/tests/test_urls.py
+@@ -231,6 +231,9 @@ def test_iri_support():
+ 
+ assert urls.iri_to_uri("/foo") == "/foo"
+ 
++with pytest.deprecated_call():
++assert urls.iri_to_uri(b"/foo") == "/foo"
++
+ assert (
+ urls.iri_to_uri("http://föö.com:8080/bam/baz";)
+ == "http://xn--f-1gaa.com:8080/bam/baz";

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
similarity index 94%
rename from dev-python/werkzeug/werkzeug-2.3.4.ebuild
rename to dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
index 83abfac7697c..45e61e3a2b87 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4-r1.ebuild
@@ -48,6 +48,11 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
+PATCHES=(
+   # https://github.com/pallets/werkzeug/pull/2709
+   "${FILESDIR}/${P}-iri-bytes.patch"
+)
+
 python_test() {
local EPYTEST_DESELECT=()
if ! has_version "dev-python/cryptography[${PYTHON_USEDEP}]"; then



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-28 Thread Sam James
commit: 632e6cbda0e80b6a37e6307cd8f70eec10790d86
Author: Sam James  gentoo  org>
AuthorDate: Sun May 28 23:41:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 28 23:41:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632e6cbd

dev-python/werkzeug: Stabilize 2.3.4 arm, #907319

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
index f1af0c98cd16..83abfac7697c 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-28 Thread Sam James
commit: ceddab26b36a2f060b6967b747e0c96a7c0e1bfa
Author: Sam James  gentoo  org>
AuthorDate: Sun May 28 23:32:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 28 23:32:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceddab26

dev-python/werkzeug: Stabilize 2.3.4 ppc64, #907319

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
index 9da0745417bf..79e5a2a14dd1 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-28 Thread Sam James
commit: be2e268b3c0d9e657cb3e4015201c06794ffb61e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 28 23:32:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 28 23:32:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2e268b

dev-python/werkzeug: Stabilize 2.3.4 ppc, #907319

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
index 79e5a2a14dd1..f1af0c98cd16 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-28 Thread Arthur Zamarin
commit: 147698d787838eff8827d0f4abea7393b213cbf1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun May 28 20:03:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May 28 20:03:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147698d7

dev-python/werkzeug: Stabilize 2.3.4 amd64, #907319

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
index de4fe132b9ee..9da0745417bf 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-28 Thread Arthur Zamarin
commit: b66414afe7a98238380c4371fb34b7eaffb46ba4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun May 28 19:56:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May 28 19:56:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66414af

dev-python/werkzeug: Stabilize 2.3.4 sparc, #907319

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
index 4d8b7f2966d0..de4fe132b9ee 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-28 Thread Arthur Zamarin
commit: 9a531ff275ff5de2a7278286136cd74fb749c1cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun May 28 19:54:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May 28 19:54:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a531ff2

dev-python/werkzeug: Stabilize 2.3.4 x86, #907319

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
index 510a6ca0d800..4d8b7f2966d0 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-27 Thread Michał Górny
commit: dca901be0f9a402bf8f55c98f58556916ad1f84e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 15:19:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:53:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca901be

dev-python/werkzeug: Enable py3.12

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

 dev-python/werkzeug/werkzeug-2.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
index 5b00c8084bee..510a6ca0d800 100644
--- a/dev-python/werkzeug/werkzeug-2.3.4.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 
@@ -41,7 +41,7 @@ BDEPEND="
!hppa? ( !ia64? ( !loong? (
$(python_gen_cond_dep '
dev-python/greenlet[${PYTHON_USEDEP}]
-   ' 'python3*')
+   ' python3_{10..11})
) ) )
)
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-08 Thread Michał Górny
commit: ea2e8748c25abf2bf5edcd92fc8acff63833
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:41:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2e

dev-python/werkzeug: Bump to 2.3.4

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.4.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index dc9acfb8fd0a..84ca83183b74 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -3,3 +3,4 @@ DIST werkzeug-2.3.0.gh.tar.gz 831666 BLAKE2B 
2d4c792deab6e153794695e249ca97f24b5
 DIST werkzeug-2.3.1.gh.tar.gz 832058 BLAKE2B 
d92836c168339e4dfb07c27d8379548a6805e9aec884cb41b76b9b4196f982ec6d05a6e505bb2ad70e591e54a4a2cecd683b5b6b78a058f90adab704da154d1f
 SHA512 
02b5feb1e4d5c7b24d7b890c579cd3211eb430101d14800ca6c1e2a244da90fee4d5c0cd4819ead58a2885df0c736c796720fd9a3378a1eabaf417aefaa5a919
 DIST werkzeug-2.3.2.gh.tar.gz 832353 BLAKE2B 
61806869549e356f244eb808823813473e5d7e00b7b085720f02429d3c2f30ceffb0bf7daeb57f0ef0b94fe836c8d895bc8a4b0b2d284536297718f4f0912b64
 SHA512 
03b866cc7b2d539ade9284632e55dd66598a06596f3ef1de2b3af9081d8b3c6745eb94744faf7f93abe383615efb3453a41544975fbfb548582ca1912ad932dc
 DIST werkzeug-2.3.3.gh.tar.gz 832625 BLAKE2B 
66a243af0b0158722184ef098280b1556a43c99c4266d9d0c28898474a36a2ac63096444994e792add7119b17ac94fd2b145055495a1ffbdf84983dfd0cc6928
 SHA512 
969dfc7412378ba9373f6fb3bee4129f4bbd3a502e7f320fedb29464005b1e2ee9afc9241128ef06271592a978d229ae2633cbaf8ae9e2161f4c099a09715adc
+DIST werkzeug-2.3.4.gh.tar.gz 833090 BLAKE2B 
e9d0134fa2a1355a2ef0df0f86cca6ea0f0a0c9b6ece98a6774ceab0a284c6a899e915688cb3e2e9f6192a7943cbcf20578d1e8f2f439dd8a9ab0f3d49361bcd
 SHA512 
1e519fc88ac4438aa4dbd623ef8afc96a630df61d25a5a28154749f5c38593edefbb32163a632a5f38fa70d8cf2f1ae93633e54cfafe72d497ab70c99f9b2478

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
new file mode 100644
index ..5b00c8084bee
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} 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*')
+   ) ) )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-01 Thread Michał Górny
commit: cef02d9b6207479f64feb30dccbdb5c88324bd2a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 02:45:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 03:04:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef02d9b

dev-python/werkzeug: Bump to 2.3.3

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.3.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 0c3c2e0c28f5..dc9acfb8fd0a 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -2,3 +2,4 @@ DIST werkzeug-2.2.3.gh.tar.gz 847768 BLAKE2B 
7d0b891a2b15e4fc469c3d331cfb2565f45
 DIST werkzeug-2.3.0.gh.tar.gz 831666 BLAKE2B 
2d4c792deab6e153794695e249ca97f24b5d70c7f912f7a6fd34b653a7e6e9e0fadb6178c3f388986d0c0dfc55fdbad9809894b70b38f32b3a6c7aaf4d1b4c3f
 SHA512 
ec2bce1ae4311e99d931b96bb05fe98714e317e1d838edec1fd79a05e260ac544f680656b8d5957d123a59a94b40393eb12c3ca8d83e800cc46041b0c0968aea
 DIST werkzeug-2.3.1.gh.tar.gz 832058 BLAKE2B 
d92836c168339e4dfb07c27d8379548a6805e9aec884cb41b76b9b4196f982ec6d05a6e505bb2ad70e591e54a4a2cecd683b5b6b78a058f90adab704da154d1f
 SHA512 
02b5feb1e4d5c7b24d7b890c579cd3211eb430101d14800ca6c1e2a244da90fee4d5c0cd4819ead58a2885df0c736c796720fd9a3378a1eabaf417aefaa5a919
 DIST werkzeug-2.3.2.gh.tar.gz 832353 BLAKE2B 
61806869549e356f244eb808823813473e5d7e00b7b085720f02429d3c2f30ceffb0bf7daeb57f0ef0b94fe836c8d895bc8a4b0b2d284536297718f4f0912b64
 SHA512 
03b866cc7b2d539ade9284632e55dd66598a06596f3ef1de2b3af9081d8b3c6745eb94744faf7f93abe383615efb3453a41544975fbfb548582ca1912ad932dc
+DIST werkzeug-2.3.3.gh.tar.gz 832625 BLAKE2B 
66a243af0b0158722184ef098280b1556a43c99c4266d9d0c28898474a36a2ac63096444994e792add7119b17ac94fd2b145055495a1ffbdf84983dfd0cc6928
 SHA512 
969dfc7412378ba9373f6fb3bee4129f4bbd3a502e7f320fedb29464005b1e2ee9afc9241128ef06271592a978d229ae2633cbaf8ae9e2161f4c099a09715adc

diff --git a/dev-python/werkzeug/werkzeug-2.3.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.3.ebuild
new file mode 100644
index ..5b00c8084bee
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} 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*')
+   ) ) )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-04-28 Thread Michał Górny
commit: 7ec3a510f2698cc71bc80eabafe6c7a12664e8fe
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 05:11:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 05:11:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec3a510

dev-python/werkzeug: Bump to 2.3.2

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.2.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index cf18b93ee249..0c3c2e0c28f5 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,3 +1,4 @@
 DIST werkzeug-2.2.3.gh.tar.gz 847768 BLAKE2B 
7d0b891a2b15e4fc469c3d331cfb2565f452ae77f772f7ab8e6254aedd172f9115cd3ebd9c82e951ea7505c0e58d6b6f07fb643a8e87af505e04686cccf56cd4
 SHA512 
3968e663f67e41da5148a4aa1d8e047ffd88416fa8df665e359bbe87992e4e723e1c915eed59ae86b53dd18817e41cdcef059483bce7aa8ed7b388dd4add1482
 DIST werkzeug-2.3.0.gh.tar.gz 831666 BLAKE2B 
2d4c792deab6e153794695e249ca97f24b5d70c7f912f7a6fd34b653a7e6e9e0fadb6178c3f388986d0c0dfc55fdbad9809894b70b38f32b3a6c7aaf4d1b4c3f
 SHA512 
ec2bce1ae4311e99d931b96bb05fe98714e317e1d838edec1fd79a05e260ac544f680656b8d5957d123a59a94b40393eb12c3ca8d83e800cc46041b0c0968aea
 DIST werkzeug-2.3.1.gh.tar.gz 832058 BLAKE2B 
d92836c168339e4dfb07c27d8379548a6805e9aec884cb41b76b9b4196f982ec6d05a6e505bb2ad70e591e54a4a2cecd683b5b6b78a058f90adab704da154d1f
 SHA512 
02b5feb1e4d5c7b24d7b890c579cd3211eb430101d14800ca6c1e2a244da90fee4d5c0cd4819ead58a2885df0c736c796720fd9a3378a1eabaf417aefaa5a919
+DIST werkzeug-2.3.2.gh.tar.gz 832353 BLAKE2B 
61806869549e356f244eb808823813473e5d7e00b7b085720f02429d3c2f30ceffb0bf7daeb57f0ef0b94fe836c8d895bc8a4b0b2d284536297718f4f0912b64
 SHA512 
03b866cc7b2d539ade9284632e55dd66598a06596f3ef1de2b3af9081d8b3c6745eb94744faf7f93abe383615efb3453a41544975fbfb548582ca1912ad932dc

diff --git a/dev-python/werkzeug/werkzeug-2.3.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.2.ebuild
new file mode 100644
index ..05c674f456c0
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} 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*')
+   ) ) )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-04-27 Thread Michał Górny
commit: 1b0fdaed1f5912cb6efaed09e67eaa4d622e01b9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 27 15:59:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 27 17:24:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0fdaed

dev-python/werkzeug: Bump to 2.3.1

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.1.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index d2594910d702..cf18b93ee249 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1,3 @@
 DIST werkzeug-2.2.3.gh.tar.gz 847768 BLAKE2B 
7d0b891a2b15e4fc469c3d331cfb2565f452ae77f772f7ab8e6254aedd172f9115cd3ebd9c82e951ea7505c0e58d6b6f07fb643a8e87af505e04686cccf56cd4
 SHA512 
3968e663f67e41da5148a4aa1d8e047ffd88416fa8df665e359bbe87992e4e723e1c915eed59ae86b53dd18817e41cdcef059483bce7aa8ed7b388dd4add1482
 DIST werkzeug-2.3.0.gh.tar.gz 831666 BLAKE2B 
2d4c792deab6e153794695e249ca97f24b5d70c7f912f7a6fd34b653a7e6e9e0fadb6178c3f388986d0c0dfc55fdbad9809894b70b38f32b3a6c7aaf4d1b4c3f
 SHA512 
ec2bce1ae4311e99d931b96bb05fe98714e317e1d838edec1fd79a05e260ac544f680656b8d5957d123a59a94b40393eb12c3ca8d83e800cc46041b0c0968aea
+DIST werkzeug-2.3.1.gh.tar.gz 832058 BLAKE2B 
d92836c168339e4dfb07c27d8379548a6805e9aec884cb41b76b9b4196f982ec6d05a6e505bb2ad70e591e54a4a2cecd683b5b6b78a058f90adab704da154d1f
 SHA512 
02b5feb1e4d5c7b24d7b890c579cd3211eb430101d14800ca6c1e2a244da90fee4d5c0cd4819ead58a2885df0c736c796720fd9a3378a1eabaf417aefaa5a919

diff --git a/dev-python/werkzeug/werkzeug-2.3.1.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.1.ebuild
new file mode 100644
index ..05c674f456c0
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} 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*')
+   ) ) )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-04-25 Thread Michał Górny
commit: b37b0d1ecb153405ae2ea60c63d13c4938614502
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 04:38:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 05:36:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37b0d1e

dev-python/werkzeug: Bump to 2.3.0

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.0.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index c8d81271307f..d2594910d702 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1 +1,2 @@
 DIST werkzeug-2.2.3.gh.tar.gz 847768 BLAKE2B 
7d0b891a2b15e4fc469c3d331cfb2565f452ae77f772f7ab8e6254aedd172f9115cd3ebd9c82e951ea7505c0e58d6b6f07fb643a8e87af505e04686cccf56cd4
 SHA512 
3968e663f67e41da5148a4aa1d8e047ffd88416fa8df665e359bbe87992e4e723e1c915eed59ae86b53dd18817e41cdcef059483bce7aa8ed7b388dd4add1482
+DIST werkzeug-2.3.0.gh.tar.gz 831666 BLAKE2B 
2d4c792deab6e153794695e249ca97f24b5d70c7f912f7a6fd34b653a7e6e9e0fadb6178c3f388986d0c0dfc55fdbad9809894b70b38f32b3a6c7aaf4d1b4c3f
 SHA512 
ec2bce1ae4311e99d931b96bb05fe98714e317e1d838edec1fd79a05e260ac544f680656b8d5957d123a59a94b40393eb12c3ca8d83e800cc46041b0c0968aea

diff --git a/dev-python/werkzeug/werkzeug-2.3.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.0.ebuild
new file mode 100644
index ..05c674f456c0
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} 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*')
+   ) ) )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-26 Thread Michał Górny
commit: 9f3dc4096eb88bdcf4613137704b51faefc060e8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 27 05:38:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 27 05:38:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3dc409

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 5144e4372843..c8d81271307f 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1 @@
-DIST werkzeug-2.2.2.gh.tar.gz 844463 BLAKE2B 
84da3dd89375d6925e7e7018701339ddfd2b608acf6b3f126bd56c2020056511de6ab157de9024069d1342f9bce4b481ba91a06089fff1a3b31f4a851af7f935
 SHA512 
cded6c7e0b00871366b70a41de45e31323c0fc09300413d0efca98f5a2f8207026fd77c7e5670fde727da377fd02b9b636f390a2524d2b5778e9e3bdbdfe3e3a
 DIST werkzeug-2.2.3.gh.tar.gz 847768 BLAKE2B 
7d0b891a2b15e4fc469c3d331cfb2565f452ae77f772f7ab8e6254aedd172f9115cd3ebd9c82e951ea7505c0e58d6b6f07fb643a8e87af505e04686cccf56cd4
 SHA512 
3968e663f67e41da5148a4aa1d8e047ffd88416fa8df665e359bbe87992e4e723e1c915eed59ae86b53dd18817e41cdcef059483bce7aa8ed7b388dd4add1482

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
deleted file mode 100644
index 7e2db22b86dc..
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} 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[${PYTHON_USEDEP}]
-   test-rust? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   )
-   !hppa? ( !ia64? ( !loong? (
-   $(python_gen_cond_dep '
-   dev-python/greenlet[${PYTHON_USEDEP}]
-   ' python3_{8..10})
-   ) ) )
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-26 Thread Sam James
commit: 900ea2b97de55fefe7522d3d7d7f1f74e15de672
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 26 21:23:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 26 21:23:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900ea2b9

dev-python/werkzeug: Stabilize 2.2.3 hppa, #897964

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
index e703a454fa2f..70846a8faef9 100644
--- a/dev-python/werkzeug/werkzeug-2.2.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-26 Thread Sam James
commit: efae0be0e806f188121c5393d7a7507d19e2fb56
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 26 21:23:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 26 21:23:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efae0be0

dev-python/werkzeug: Stabilize 2.2.3 ppc, #897964

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
index 70846a8faef9..7e2db22b86dc 100644
--- a/dev-python/werkzeug/werkzeug-2.2.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-26 Thread Arthur Zamarin
commit: 320f2ca843d2e5103dafe0bd792a460074d92961
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 26 20:00:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 26 20:00:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320f2ca8

dev-python/werkzeug: Stabilize 2.2.3 sparc, #897964

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
index 988ae1d0b3eb..e703a454fa2f 100644
--- a/dev-python/werkzeug/werkzeug-2.2.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-26 Thread Arthur Zamarin
commit: 81860c04ca924576faf8b93a5f334e1150b82b54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 26 19:37:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 26 19:37:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81860c04

dev-python/werkzeug: Stabilize 2.2.3 ppc64, #897964

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
index a6d378271f8d..988ae1d0b3eb 100644
--- a/dev-python/werkzeug/werkzeug-2.2.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-26 Thread Sam James
commit: 66b243f9db6205f7fb0370a5c588aa866a4c2cc1
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 26 19:30:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 26 19:30:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b243f9

dev-python/werkzeug: Stabilize 2.2.3 amd64, #897964

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
index 6c782b73fff9..891ab3e108ee 100644
--- a/dev-python/werkzeug/werkzeug-2.2.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-26 Thread Sam James
commit: f278bed726aaaf1fe4bed0530dbec8612055ea25
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 26 19:30:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 26 19:30:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f278bed7

dev-python/werkzeug: Stabilize 2.2.3 x86, #897964

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
index 891ab3e108ee..a6d378271f8d 100644
--- a/dev-python/werkzeug/werkzeug-2.2.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-26 Thread Arthur Zamarin
commit: cd1832699413312e275f36778dfb452d05fce352
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 26 19:28:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 26 19:28:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd183269

dev-python/werkzeug: Stabilize 2.2.3 arm64, #897964

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
index 6e01c2ea7ebb..6c782b73fff9 100644
--- a/dev-python/werkzeug/werkzeug-2.2.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-26 Thread Arthur Zamarin
commit: fa29168f2d1184ffe1d2d4031df50f7958bb8f82
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 26 18:58:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 26 18:58:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa29168f

dev-python/werkzeug: Stabilize 2.2.3 arm, #897964

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
index a9d4ea56708e..6e01c2ea7ebb 100644
--- a/dev-python/werkzeug/werkzeug-2.2.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="test-rust"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-02-14 Thread Michał Górny
commit: 294d6a5aa82aecde3cf5e79cf64b29ce6c3824b0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 15 06:51:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 15 07:16:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294d6a5a

dev-python/werkzeug: Bump to 2.2.3

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

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.2.3.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 7e9551fb2a90..5144e4372843 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1 +1,2 @@
 DIST werkzeug-2.2.2.gh.tar.gz 844463 BLAKE2B 
84da3dd89375d6925e7e7018701339ddfd2b608acf6b3f126bd56c2020056511de6ab157de9024069d1342f9bce4b481ba91a06089fff1a3b31f4a851af7f935
 SHA512 
cded6c7e0b00871366b70a41de45e31323c0fc09300413d0efca98f5a2f8207026fd77c7e5670fde727da377fd02b9b636f390a2524d2b5778e9e3bdbdfe3e3a
+DIST werkzeug-2.2.3.gh.tar.gz 847768 BLAKE2B 
7d0b891a2b15e4fc469c3d331cfb2565f452ae77f772f7ab8e6254aedd172f9115cd3ebd9c82e951ea7505c0e58d6b6f07fb643a8e87af505e04686cccf56cd4
 SHA512 
3968e663f67e41da5148a4aa1d8e047ffd88416fa8df665e359bbe87992e4e723e1c915eed59ae86b53dd18817e41cdcef059483bce7aa8ed7b388dd4add1482

diff --git a/dev-python/werkzeug/werkzeug-2.2.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
new file mode 100644
index ..a9d4ea56708e
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.2.3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} 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[${PYTHON_USEDEP}]
+   test-rust? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   )
+   !hppa? ( !ia64? ( !loong? (
+   $(python_gen_cond_dep '
+   dev-python/greenlet[${PYTHON_USEDEP}]
+   ' python3_{8..10})
+   ) ) )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-10-12 Thread Michał Górny
commit: 5fa4a49640477e04ad28c7fcdfbd129faf17de9c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  9 07:39:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 13 04:52:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa4a496

dev-python/werkzeug: Use test-rust flag

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

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index 6ac789eb7965..b1104097efa0 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -22,6 +22,7 @@ SRC_URI="
 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}]
@@ -34,12 +35,9 @@ BDEPEND="
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-xprocess[${PYTHON_USEDEP}]
dev-python/watchdog[${PYTHON_USEDEP}]
-   !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? (
-   $(python_gen_cond_dep '
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   ' python3_{8..11} pypy3 # TODO: add py3.11 when ported
-   )
-   ) ) ) ) )
+   test-rust? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   )
!hppa? ( !ia64? ( !loong? (
$(python_gen_cond_dep '
dev-python/greenlet[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-09-26 Thread Michał Górny
commit: 9cbffe7903963035bc91dcf67c88febe4da4fb73
Author: matoro  users  noreply  github  com>
AuthorDate: Sun Sep 25 22:02:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 26 07:30:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbffe79

dev-python/werkzeug: Keyword 2.2.2 mips, #836368

Closes: https://github.com/gentoo/gentoo/pull/27459
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index 5d9b899de3ef..6ac789eb7965 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Michał Górny
commit: 6e1c9dde8cb2f9da09740217a26d5d60dd52d8ca
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 31 06:17:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 31 06:23:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1c9dde

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 66 ---
 2 files changed, 67 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 734af7fa47ac..7e9551fb2a90 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1 @@
-DIST werkzeug-2.2.0.gh.tar.gz 839619 BLAKE2B 
b6eae91d9a44d030517be5da13c448cf4a2778db7cde61ce36add8dea6f2ac251b31e71d128c4156f44083a4c1b77e546a7e6c55787d8beb93c49538d45b51fd
 SHA512 
2de05269ccd3d83728d435d2f155887a5fd3f3bda9b71c32ffd64b089116c80e89319870fa082f1c6feeeb797b665521b9692ce6c87dcb48b7fa49b2fc63516b
 DIST werkzeug-2.2.2.gh.tar.gz 844463 BLAKE2B 
84da3dd89375d6925e7e7018701339ddfd2b608acf6b3f126bd56c2020056511de6ab157de9024069d1342f9bce4b481ba91a06089fff1a3b31f4a851af7f935
 SHA512 
cded6c7e0b00871366b70a41de45e31323c0fc09300413d0efca98f5a2f8207026fd77c7e5670fde727da377fd02b9b636f390a2524d2b5778e9e3bdbdfe3e3a

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
deleted file mode 100644
index 8fde10ba7f58..
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} 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 ppc ppc64 ~riscv 
~s390 sparc x86"
-
-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[${PYTHON_USEDEP}]
-   !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? (
-   $(python_gen_cond_dep '
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   ' python3_{8..10} pypy3 # TODO: add py3.11 when ported
-   )
-   ) ) ) ) )
-   !hppa? ( !ia64? ( !loong? (
-   $(python_gen_cond_dep '
-   dev-python/greenlet[${PYTHON_USEDEP}]
-   ' python3_{8..10})
-   ) ) )
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Sam James
commit: d04db97dc8652b9cf106404b5126ccc5c6d10c91
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:36:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:36:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04db97d

dev-python/werkzeug: Stabilize 2.2.2 arm, #867433

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index 18eff5ffe94d..5d9b899de3ef 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Sam James
commit: d1d53a4b674d5987b90b42a51db099cb1b58ba44
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 20:35:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 20:35:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d53a4b

dev-python/werkzeug: Stabilize 2.2.2 arm64, #867433

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index 3ca9c5d2e93e..18eff5ffe94d 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Arthur Zamarin
commit: 0c421babb2fa1a6cc07a7fa3816bd67a0456bd1f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 30 17:50:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 30 17:50:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c421bab

dev-python/werkzeug: Stabilize 2.2.2 hppa, #867433

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index bbff89f5fdc3..3ca9c5d2e93e 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Arthur Zamarin
commit: 0fd54ab96b0786269ef75fd07605ada8b29884f7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 30 16:31:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 30 16:31:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd54ab9

dev-python/werkzeug: Stabilize 2.2.2 sparc, #867433

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index 1d31830ca31d..f6eaee30ac19 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Jakov Smolić
commit: d47277c066852d1211d56c27048048e744958126
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 17:10:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 17:10:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47277c0

dev-python/werkzeug: Stabilize 2.2.2 ppc64, #867433

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index abade63052c6..bbff89f5fdc3 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Arthur Zamarin
commit: 996fc35d51ee6844a9c19a52b0c32ed8aca8a102
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 30 17:06:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 30 17:06:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996fc35d

dev-python/werkzeug: Stabilize 2.2.2 ppc, #867433

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index 2e05a84a74d2..abade63052c6 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Arthur Zamarin
commit: c7c54fac17b76f4715367285275320d835af9b90
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 30 17:04:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 30 17:04:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c54fac

dev-python/werkzeug: drop 2.2.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-2.2.1.ebuild | 66 ---
 2 files changed, 67 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 42d1c4e51d09..734af7fa47ac 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,3 +1,2 @@
 DIST werkzeug-2.2.0.gh.tar.gz 839619 BLAKE2B 
b6eae91d9a44d030517be5da13c448cf4a2778db7cde61ce36add8dea6f2ac251b31e71d128c4156f44083a4c1b77e546a7e6c55787d8beb93c49538d45b51fd
 SHA512 
2de05269ccd3d83728d435d2f155887a5fd3f3bda9b71c32ffd64b089116c80e89319870fa082f1c6feeeb797b665521b9692ce6c87dcb48b7fa49b2fc63516b
-DIST werkzeug-2.2.1.gh.tar.gz 840062 BLAKE2B 
da7c59eb182e2318c291a6d346a2a444cc054726dd3cf47617b82440383a4c1068b4a31adb6f44d1b965e2efbacf7469c1845d3666fe24288e976bc25794ebcf
 SHA512 
466d164f8a5861cd36eaaf3674a8bb6640593981007d1d6bced1abbdaf8c6a3901960ebfb2dc35b7c9c17a961ea07bf919cd646c282d27fd5e0f36cc3035
 DIST werkzeug-2.2.2.gh.tar.gz 844463 BLAKE2B 
84da3dd89375d6925e7e7018701339ddfd2b608acf6b3f126bd56c2020056511de6ab157de9024069d1342f9bce4b481ba91a06089fff1a3b31f4a851af7f935
 SHA512 
cded6c7e0b00871366b70a41de45e31323c0fc09300413d0efca98f5a2f8207026fd77c7e5670fde727da377fd02b9b636f390a2524d2b5778e9e3bdbdfe3e3a

diff --git a/dev-python/werkzeug/werkzeug-2.2.1.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.1.ebuild
deleted file mode 100644
index 1d31830ca31d..
--- a/dev-python/werkzeug/werkzeug-2.2.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} 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 ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-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[${PYTHON_USEDEP}]
-   !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? (
-   $(python_gen_cond_dep '
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   ' python3_{8..11} pypy3 # TODO: add py3.11 when ported
-   )
-   ) ) ) ) )
-   !hppa? ( !ia64? ( !loong? (
-   $(python_gen_cond_dep '
-   dev-python/greenlet[${PYTHON_USEDEP}]
-   ' python3_{8..10})
-   ) ) )
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Jakov Smolić
commit: b7565c0179c9828c6e23b5afedac981831dedc5d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 16:41:49 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 16:41:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7565c01

dev-python/werkzeug: Stabilize 2.2.2 x86, #867433

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index 0a2b547e7b09..2e05a84a74d2 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-30 Thread Jakov Smolić
commit: 7f00867053fe72e8f353873caa09624b51c06667
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 30 16:41:21 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 30 16:41:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f008670

dev-python/werkzeug: Stabilize 2.2.2 amd64, #867433

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
index f6eaee30ac19..0a2b547e7b09 100644
--- a/dev-python/werkzeug/werkzeug-2.2.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-27 Thread Sam James
commit: b3a1a7bdd119572678cf306d735e79565dfbcb00
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 26 23:26:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 26 23:26:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a1a7bd

dev-python/werkzeug: Stabilize 2.2.0 amd64, #866740

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
index 087ba66f5136..305ade12b857 100644
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-27 Thread Sam James
commit: 8c368968d843ec400c5864c584e8f5fec829eca2
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 26 23:27:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 26 23:28:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c368968

dev-python/werkzeug: Stabilize 2.2.0 x86, #866740

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
index 305ade12b857..1c16d012946c 100644
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-27 Thread Sam James
commit: ccd01b3c723d6ecaf7f26c493cd46585faf7a0fe
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 26 23:28:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 26 23:28:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd01b3c

dev-python/werkzeug: Stabilize 2.2.0 arm64, #866740

Signed-off-by: Sam James  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
index 1c16d012946c..8fde10ba7f58 100644
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-27 Thread Michał Górny
commit: acaad74f65c4d0619052b55aa01d0aac1ce3d1bf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 27 06:22:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 27 06:23:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acaad74f

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest  |  1 -
 dev-python/werkzeug/werkzeug-2.1.2.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index b94461128fb6..42d1c4e51d09 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,4 +1,3 @@
-DIST werkzeug-2.1.2.gh.tar.gz 833667 BLAKE2B 
e045f566862bfe0f86185cd10aa26bf94a4fc2f7b23173c6a28c9b55d0f239fbba5c66071fab5df6102717b51a1c1fada872e9d9383b9d3b34ab92ffcfd96e59
 SHA512 
28c4a794a3dbc8423e59244fbcf192b60b53f378444aaaf60330bdd62cec38a4625033b5d72b55613c8b26053a60153ddcb816331ff28ad3ee03bede74d8b1b3
 DIST werkzeug-2.2.0.gh.tar.gz 839619 BLAKE2B 
b6eae91d9a44d030517be5da13c448cf4a2778db7cde61ce36add8dea6f2ac251b31e71d128c4156f44083a4c1b77e546a7e6c55787d8beb93c49538d45b51fd
 SHA512 
2de05269ccd3d83728d435d2f155887a5fd3f3bda9b71c32ffd64b089116c80e89319870fa082f1c6feeeb797b665521b9692ce6c87dcb48b7fa49b2fc63516b
 DIST werkzeug-2.2.1.gh.tar.gz 840062 BLAKE2B 
da7c59eb182e2318c291a6d346a2a444cc054726dd3cf47617b82440383a4c1068b4a31adb6f44d1b965e2efbacf7469c1845d3666fe24288e976bc25794ebcf
 SHA512 
466d164f8a5861cd36eaaf3674a8bb6640593981007d1d6bced1abbdaf8c6a3901960ebfb2dc35b7c9c17a961ea07bf919cd646c282d27fd5e0f36cc3035
 DIST werkzeug-2.2.2.gh.tar.gz 844463 BLAKE2B 
84da3dd89375d6925e7e7018701339ddfd2b608acf6b3f126bd56c2020056511de6ab157de9024069d1342f9bce4b481ba91a06089fff1a3b31f4a851af7f935
 SHA512 
cded6c7e0b00871366b70a41de45e31323c0fc09300413d0efca98f5a2f8207026fd77c7e5670fde727da377fd02b9b636f390a2524d2b5778e9e3bdbdfe3e3a

diff --git a/dev-python/werkzeug/werkzeug-2.1.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.1.2.ebuild
deleted file mode 100644
index 08e231670751..
--- a/dev-python/werkzeug/werkzeug-2.1.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} 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 ppc ppc64 ~riscv 
~s390 sparc x86"
-
-# 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[${PYTHON_USEDEP}]
-   !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? (
-   $(python_gen_cond_dep '
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   ' python3_{8..10} pypy3 # TODO: add py3.11 when ported
-   )
-   ) ) ) ) )
-   !hppa? ( !ia64? ( !loong? (
-   $(python_gen_cond_dep '
-   dev-python/greenlet[${PYTHON_USEDEP}]
-   ' python3_{8..10})
-   ) ) )
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-26 Thread Arthur Zamarin
commit: 0f9005c90538a7651ef930c7566ea41a9bf092b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 26 18:37:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 26 18:37:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9005c9

dev-python/werkzeug: Stabilize 2.2.0 ppc64, #866740

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
index 0f6498304066..087ba66f5136 100644
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-26 Thread Arthur Zamarin
commit: 42d50ed61ad18e76007c089627568c944281274a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 26 18:12:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 26 18:12:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d50ed6

dev-python/werkzeug: Stabilize 2.2.0 ppc, #866740

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
index 16b349266135..cc5a26bf7be0 100644
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-26 Thread Arthur Zamarin
commit: 0ed7d52a4e5726ebbe973e043aea688d944dc7a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 26 18:12:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 26 18:12:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed7d52a

dev-python/werkzeug: Stabilize 2.2.0 arm, #866740

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
index cc5a26bf7be0..0f6498304066 100644
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-26 Thread Arthur Zamarin
commit: 62dff71196d9a569d5199a2599139df56192bc49
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 26 17:34:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 26 17:34:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62dff711

dev-python/werkzeug: Stabilize 2.2.0 sparc, #866740

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
index 51642cb3b9dc..16b349266135 100644
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-26 Thread Arthur Zamarin
commit: b3f4223de85384d754486210a007cbab19bb6cd1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 26 17:34:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 26 17:34:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f4223d

dev-python/werkzeug: Stabilize 2.2.0 hppa, #866740

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
index be897c71f734..51642cb3b9dc 100644
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-08-09 Thread Arthur Zamarin
commit: 32ab1aeb227d53d640d5a96250d8154bd948c2f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  9 17:58:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  9 17:58:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ab1aeb

dev-python/werkzeug: add 2.2.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.2.2.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index e1aff198a676..b94461128fb6 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,3 +1,4 @@
 DIST werkzeug-2.1.2.gh.tar.gz 833667 BLAKE2B 
e045f566862bfe0f86185cd10aa26bf94a4fc2f7b23173c6a28c9b55d0f239fbba5c66071fab5df6102717b51a1c1fada872e9d9383b9d3b34ab92ffcfd96e59
 SHA512 
28c4a794a3dbc8423e59244fbcf192b60b53f378444aaaf60330bdd62cec38a4625033b5d72b55613c8b26053a60153ddcb816331ff28ad3ee03bede74d8b1b3
 DIST werkzeug-2.2.0.gh.tar.gz 839619 BLAKE2B 
b6eae91d9a44d030517be5da13c448cf4a2778db7cde61ce36add8dea6f2ac251b31e71d128c4156f44083a4c1b77e546a7e6c55787d8beb93c49538d45b51fd
 SHA512 
2de05269ccd3d83728d435d2f155887a5fd3f3bda9b71c32ffd64b089116c80e89319870fa082f1c6feeeb797b665521b9692ce6c87dcb48b7fa49b2fc63516b
 DIST werkzeug-2.2.1.gh.tar.gz 840062 BLAKE2B 
da7c59eb182e2318c291a6d346a2a444cc054726dd3cf47617b82440383a4c1068b4a31adb6f44d1b965e2efbacf7469c1845d3666fe24288e976bc25794ebcf
 SHA512 
466d164f8a5861cd36eaaf3674a8bb6640593981007d1d6bced1abbdaf8c6a3901960ebfb2dc35b7c9c17a961ea07bf919cd646c282d27fd5e0f36cc3035
+DIST werkzeug-2.2.2.gh.tar.gz 844463 BLAKE2B 
84da3dd89375d6925e7e7018701339ddfd2b608acf6b3f126bd56c2020056511de6ab157de9024069d1342f9bce4b481ba91a06089fff1a3b31f4a851af7f935
 SHA512 
cded6c7e0b00871366b70a41de45e31323c0fc09300413d0efca98f5a2f8207026fd77c7e5670fde727da377fd02b9b636f390a2524d2b5778e9e3bdbdfe3e3a

diff --git a/dev-python/werkzeug/werkzeug-2.2.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
new file mode 100644
index ..1d31830ca31d
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.2.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} 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 ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+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[${PYTHON_USEDEP}]
+   !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? (
+   $(python_gen_cond_dep '
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   ' python3_{8..11} pypy3 # TODO: add py3.11 when ported
+   )
+   ) ) ) ) )
+   !hppa? ( !ia64? ( !loong? (
+   $(python_gen_cond_dep '
+   dev-python/greenlet[${PYTHON_USEDEP}]
+   ' python3_{8..10})
+   ) ) )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-07-29 Thread Michał Górny
commit: f32faf409bdaa6dd93aa1aa5cc8c290cca279e6a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 29 13:47:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 29 14:37:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32faf40

dev-python/werkzeug: Skip opt test dep on cryptography on wd40

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

 dev-python/werkzeug/werkzeug-2.1.2.ebuild | 4 ++--
 dev-python/werkzeug/werkzeug-2.2.0.ebuild | 4 ++--
 dev-python/werkzeug/werkzeug-2.2.1.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/werkzeug/werkzeug-2.1.2.ebuild 
b/dev-python/werkzeug/werkzeug-2.1.2.ebuild
index 22f3f897aebc..08e231670751 100644
--- a/dev-python/werkzeug/werkzeug-2.1.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.1.2.ebuild
@@ -31,12 +31,12 @@ BDEPEND="
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-xprocess[${PYTHON_USEDEP}]
dev-python/watchdog[${PYTHON_USEDEP}]
-   !alpha? ( !hppa? ( !ia64? (
+   !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? (
$(python_gen_cond_dep '
dev-python/cryptography[${PYTHON_USEDEP}]
' python3_{8..10} pypy3 # TODO: add py3.11 when ported
)
-   ) ) )
+   ) ) ) ) )
!hppa? ( !ia64? ( !loong? (
$(python_gen_cond_dep '
dev-python/greenlet[${PYTHON_USEDEP}]

diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
index e9c3e2214e52..be897c71f734 100644
--- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild
@@ -34,12 +34,12 @@ BDEPEND="
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-xprocess[${PYTHON_USEDEP}]
dev-python/watchdog[${PYTHON_USEDEP}]
-   !alpha? ( !hppa? ( !ia64? (
+   !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? (
$(python_gen_cond_dep '
dev-python/cryptography[${PYTHON_USEDEP}]
' python3_{8..10} pypy3 # TODO: add py3.11 when ported
)
-   ) ) )
+   ) ) ) ) )
!hppa? ( !ia64? ( !loong? (
$(python_gen_cond_dep '
dev-python/greenlet[${PYTHON_USEDEP}]

diff --git a/dev-python/werkzeug/werkzeug-2.2.1.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.1.ebuild
index 8024b1a6cdd0..1d31830ca31d 100644
--- a/dev-python/werkzeug/werkzeug-2.2.1.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.2.1.ebuild
@@ -34,12 +34,12 @@ BDEPEND="
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-xprocess[${PYTHON_USEDEP}]
dev-python/watchdog[${PYTHON_USEDEP}]
-   !alpha? ( !hppa? ( !ia64? (
+   !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? (
$(python_gen_cond_dep '
dev-python/cryptography[${PYTHON_USEDEP}]
' python3_{8..11} pypy3 # TODO: add py3.11 when ported
)
-   ) ) )
+   ) ) ) ) )
!hppa? ( !ia64? ( !loong? (
$(python_gen_cond_dep '
dev-python/greenlet[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2022-07-29 Thread Arthur Zamarin
commit: 4eb6e7012cb44a06ca67486124aff6ec59e0f6f7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 29 10:11:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 29 10:12:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb6e701

dev-python/werkzeug: add 2.2.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.2.1.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 1eca60fcf8c3..e1aff198a676 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,2 +1,3 @@
 DIST werkzeug-2.1.2.gh.tar.gz 833667 BLAKE2B 
e045f566862bfe0f86185cd10aa26bf94a4fc2f7b23173c6a28c9b55d0f239fbba5c66071fab5df6102717b51a1c1fada872e9d9383b9d3b34ab92ffcfd96e59
 SHA512 
28c4a794a3dbc8423e59244fbcf192b60b53f378444aaaf60330bdd62cec38a4625033b5d72b55613c8b26053a60153ddcb816331ff28ad3ee03bede74d8b1b3
 DIST werkzeug-2.2.0.gh.tar.gz 839619 BLAKE2B 
b6eae91d9a44d030517be5da13c448cf4a2778db7cde61ce36add8dea6f2ac251b31e71d128c4156f44083a4c1b77e546a7e6c55787d8beb93c49538d45b51fd
 SHA512 
2de05269ccd3d83728d435d2f155887a5fd3f3bda9b71c32ffd64b089116c80e89319870fa082f1c6feeeb797b665521b9692ce6c87dcb48b7fa49b2fc63516b
+DIST werkzeug-2.2.1.gh.tar.gz 840062 BLAKE2B 
da7c59eb182e2318c291a6d346a2a444cc054726dd3cf47617b82440383a4c1068b4a31adb6f44d1b965e2efbacf7469c1845d3666fe24288e976bc25794ebcf
 SHA512 
466d164f8a5861cd36eaaf3674a8bb6640593981007d1d6bced1abbdaf8c6a3901960ebfb2dc35b7c9c17a961ea07bf919cd646c282d27fd5e0f36cc3035

diff --git a/dev-python/werkzeug/werkzeug-2.2.1.ebuild 
b/dev-python/werkzeug/werkzeug-2.2.1.ebuild
new file mode 100644
index ..8024b1a6cdd0
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.2.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} 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 ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+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[${PYTHON_USEDEP}]
+   !alpha? ( !hppa? ( !ia64? (
+   $(python_gen_cond_dep '
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   ' python3_{8..11} pypy3 # TODO: add py3.11 when ported
+   )
+   ) ) )
+   !hppa? ( !ia64? ( !loong? (
+   $(python_gen_cond_dep '
+   dev-python/greenlet[${PYTHON_USEDEP}]
+   ' python3_{8..10})
+   ) ) )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   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
+}



  1   2   3   >