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/falcon/
Date: Sun, 17 Oct 2021 08:23:37
Message-Id: 1634458992.f85ecbfc4cf6b60b06efd88e0d6f5b2658c01f96.mgorny@gentoo
1 commit: f85ecbfc4cf6b60b06efd88e0d6f5b2658c01f96
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:14:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:23:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85ecbfc
7
8 dev-python/falcon: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/falcon/Manifest | 1 -
13 dev-python/falcon/falcon-2.0.0-r1.ebuild | 41 --------------------------------
14 dev-python/falcon/metadata.xml | 3 ---
15 3 files changed, 45 deletions(-)
16
17 diff --git a/dev-python/falcon/Manifest b/dev-python/falcon/Manifest
18 index 2db507b6129..55051ca41e2 100644
19 --- a/dev-python/falcon/Manifest
20 +++ b/dev-python/falcon/Manifest
21 @@ -1,2 +1 @@
22 -DIST falcon-2.0.0.tar.gz 1075333 BLAKE2B 338e0b2474d743171fb0bc9dc3a05da428e6d46fc25e7cf1e978f799ed70e76bf265f32ba2cdf16d6eec8ea03b7b6111f70aa5b8f59141b7029d8ba9b03cd0d1 SHA512 d5365f91eb312cd058773d0a3809b5d8631acc188b9ee884e7c7db35664138608998f397d3fd831c568cafaf261cca2734b9dc7fb60590062e316ad1dbc74614
23 DIST falcon-3.0.1.tar.gz 1300689 BLAKE2B 76dd59d0274cc2e78052b800e6e5b4c4244e1f5e47169a424882cda5bb59c38cd69c1c0942d506867728da9ddaf5d35b88195a1b003ca5f66549248293b7006d SHA512 c6a5763264b497979129df26d83a04323f53861b6d453a2b642d22208d0dad2ec1fcb88b13a53c2cb2b2988a1c0d19b94021099b458e23d640984b4d03880edc
24
25 diff --git a/dev-python/falcon/falcon-2.0.0-r1.ebuild b/dev-python/falcon/falcon-2.0.0-r1.ebuild
26 deleted file mode 100644
27 index 1198e6c8fd9..00000000000
28 --- a/dev-python/falcon/falcon-2.0.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,41 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{7,8,9} )
37 -DISTUTILS_USE_SETUPTOOLS=rdepend
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A supersonic micro-framework for building cloud APIs"
41 -HOMEPAGE="https://falconframework.org/ https://pypi.org/project/falcon/"
42 -SRC_URI="https://github.com/falconry/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0 MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="+cython"
48 -
49 -BDEPEND="cython? ( dev-python/cython[${PYTHON_USEDEP}] )"
50 -DEPEND="${RDEPEND}"
51 -
52 -distutils_enable_tests pytest
53 -
54 -src_prepare() {
55 - if ! use cython; then
56 - sed -i -e 's/if with_cython:/if False:/' setup.py || die
57 - fi
58 -
59 - default
60 -}
61 -
62 -python_test() {
63 - local deselect=(
64 - # mujson is unpackaged, test-only dep
65 - --ignore tests/test_media_handlers.py
66 - # uses unsafe serialization (unsafe_load)
67 - --deselect tests/test_httperror.py::TestHTTPError::test_custom_error_serializer
68 - )
69 -
70 - pytest -vv "${deselect[@]}" || die "Tests failed with ${EPYTHON}"
71 -}
72
73 diff --git a/dev-python/falcon/metadata.xml b/dev-python/falcon/metadata.xml
74 index 6d8725acd53..654149b5c34 100644
75 --- a/dev-python/falcon/metadata.xml
76 +++ b/dev-python/falcon/metadata.xml
77 @@ -5,9 +5,6 @@
78 <email>python@g.o</email>
79 <name>Python</name>
80 </maintainer>
81 - <use>
82 - <flag name="cython">Build cython-based python modules</flag>
83 - </use>
84 <upstream>
85 <remote-id type="github">falconry/falcon</remote-id>
86 <remote-id type="pypi">falcon</remote-id>