Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/
Date: Sat, 27 Aug 2022 23:10:28
Message-Id: 1661581437.acaad74f65c4d0619052b55aa01d0aac1ce3d1bf.mgorny@gentoo
1 commit: acaad74f65c4d0619052b55aa01d0aac1ce3d1bf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 06:22:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 06:23:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acaad74f
7
8 dev-python/werkzeug: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/werkzeug/Manifest | 1 -
13 dev-python/werkzeug/werkzeug-2.1.2.ebuild | 63 -------------------------------
14 2 files changed, 64 deletions(-)
15
16 diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
17 index b94461128fb6..42d1c4e51d09 100644
18 --- a/dev-python/werkzeug/Manifest
19 +++ b/dev-python/werkzeug/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST werkzeug-2.1.2.gh.tar.gz 833667 BLAKE2B e045f566862bfe0f86185cd10aa26bf94a4fc2f7b23173c6a28c9b55d0f239fbba5c66071fab5df6102717b51a1c1fada872e9d9383b9d3b34ab92ffcfd96e59 SHA512 28c4a794a3dbc8423e59244fbcf192b60b53f378444aaaf60330bdd62cec38a4625033b5d72b55613c8b26053a60153ddcb816331ff28ad3ee03bede74d8b1b3
22 DIST werkzeug-2.2.0.gh.tar.gz 839619 BLAKE2B b6eae91d9a44d030517be5da13c448cf4a2778db7cde61ce36add8dea6f2ac251b31e71d128c4156f44083a4c1b77e546a7e6c55787d8beb93c49538d45b51fd SHA512 2de05269ccd3d83728d435d2f155887a5fd3f3bda9b71c32ffd64b089116c80e89319870fa082f1c6feeeb797b665521b9692ce6c87dcb48b7fa49b2fc63516b
23 DIST werkzeug-2.2.1.gh.tar.gz 840062 BLAKE2B da7c59eb182e2318c291a6d346a2a444cc054726dd3cf47617b82440383a4c1068b4a31adb6f44d1b965e2efbacf7469c1845d3666fe24288e976bc25794ebcf SHA512 466d164f8a5861cd36eaaf3674a8bb6640593981007d1d6bced1abbdaf8c6a39666601960ebfb2dc35b7c9c17a961ea07bf919cd646c282d27fd5e0f36cc3035
24 DIST werkzeug-2.2.2.gh.tar.gz 844463 BLAKE2B 84da3dd89375d6925e7e7018701339ddfd2b608acf6b3f126bd56c2020056511de6ab157de9024069d1342f9bce4b481ba91a06089fff1a3b31f4a851af7f935 SHA512 cded6c7e0b00871366b70a41de45e31323c0fc09300413d0efca98f5a2f8207026fd77c7e5670fde727da377fd02b9b636f390a2524d2b5778e9e3bdbdfe3e3a
25
26 diff --git a/dev-python/werkzeug/werkzeug-2.1.2.ebuild b/dev-python/werkzeug/werkzeug-2.1.2.ebuild
27 deleted file mode 100644
28 index 08e231670751..000000000000
29 --- a/dev-python/werkzeug/werkzeug-2.1.2.ebuild
30 +++ /dev/null
31 @@ -1,63 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Collection of various utilities for WSGI applications"
43 -HOMEPAGE="
44 - https://palletsprojects.com/p/werkzeug/
45 - https://pypi.org/project/Werkzeug/
46 - https://github.com/pallets/werkzeug/
47 -"
48 -SRC_URI="
49 - https://github.com/pallets/werkzeug/archive/${PV}.tar.gz
50 - -> ${P}.gh.tar.gz
51 -"
52 -
53 -LICENSE="BSD"
54 -SLOT="0"
55 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
56 -
57 -# NOTE: remove the loong mask after greenlet gains support for loong
58 -# see https://github.com/python-greenlet/greenlet/pull/257
59 -BDEPEND="
60 - test? (
61 - dev-python/ephemeral-port-reserve[${PYTHON_USEDEP}]
62 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
63 - dev-python/pytest-xprocess[${PYTHON_USEDEP}]
64 - dev-python/watchdog[${PYTHON_USEDEP}]
65 - !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? (
66 - $(python_gen_cond_dep '
67 - dev-python/cryptography[${PYTHON_USEDEP}]
68 - ' python3_{8..10} pypy3 # TODO: add py3.11 when ported
69 - )
70 - ) ) ) ) )
71 - !hppa? ( !ia64? ( !loong? (
72 - $(python_gen_cond_dep '
73 - dev-python/greenlet[${PYTHON_USEDEP}]
74 - ' python3_{8..10})
75 - ) ) )
76 - )
77 -"
78 -
79 -distutils_enable_tests pytest
80 -
81 -python_test() {
82 - local EPYTEST_DESELECT=()
83 - if ! has_version "dev-python/cryptography[${PYTHON_USEDEP}]"; then
84 - EPYTEST_DESELECT+=(
85 - "tests/test_serving.py::test_server[https]"
86 - tests/test_serving.py::test_ssl_dev_cert
87 - tests/test_serving.py::test_ssl_object
88 - )
89 - fi
90 -
91 - # the default portage tempdir is too long for AF_UNIX sockets
92 - local -x TMPDIR=/tmp
93 - epytest -p no:django -p no:httpbin tests
94 -}