From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF8B4158087 for ; Sun, 17 Oct 2021 08:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B614E08F7; Sun, 17 Oct 2021 08:23:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73549E08F1 for ; Sun, 17 Oct 2021 08:23:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B74C3432B4 for ; Sun, 17 Oct 2021 08:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E85C163 for ; Sun, 17 Oct 2021 08:23:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1634458992.f85ecbfc4cf6b60b06efd88e0d6f5b2658c01f96.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/falcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/falcon/Manifest dev-python/falcon/falcon-2.0.0-r1.ebuild dev-python/falcon/metadata.xml X-VCS-Directories: dev-python/falcon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f85ecbfc4cf6b60b06efd88e0d6f5b2658c01f96 X-VCS-Branch: master Date: Sun, 17 Oct 2021 08:23:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e0e9824-a9b3-48f4-b793-cb1f2e4eb737 X-Archives-Hash: f4d0c5f06a00b3c16830bc36ec569712 commit: f85ecbfc4cf6b60b06efd88e0d6f5b2658c01f96 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 08:14:39 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 08:23:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85ecbfc dev-python/falcon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/falcon/Manifest | 1 - dev-python/falcon/falcon-2.0.0-r1.ebuild | 41 -------------------------------- dev-python/falcon/metadata.xml | 3 --- 3 files changed, 45 deletions(-) diff --git a/dev-python/falcon/Manifest b/dev-python/falcon/Manifest index 2db507b6129..55051ca41e2 100644 --- a/dev-python/falcon/Manifest +++ b/dev-python/falcon/Manifest @@ -1,2 +1 @@ -DIST falcon-2.0.0.tar.gz 1075333 BLAKE2B 338e0b2474d743171fb0bc9dc3a05da428e6d46fc25e7cf1e978f799ed70e76bf265f32ba2cdf16d6eec8ea03b7b6111f70aa5b8f59141b7029d8ba9b03cd0d1 SHA512 d5365f91eb312cd058773d0a3809b5d8631acc188b9ee884e7c7db35664138608998f397d3fd831c568cafaf261cca2734b9dc7fb60590062e316ad1dbc74614 DIST falcon-3.0.1.tar.gz 1300689 BLAKE2B 76dd59d0274cc2e78052b800e6e5b4c4244e1f5e47169a424882cda5bb59c38cd69c1c0942d506867728da9ddaf5d35b88195a1b003ca5f66549248293b7006d SHA512 c6a5763264b497979129df26d83a04323f53861b6d453a2b642d22208d0dad2ec1fcb88b13a53c2cb2b2988a1c0d19b94021099b458e23d640984b4d03880edc diff --git a/dev-python/falcon/falcon-2.0.0-r1.ebuild b/dev-python/falcon/falcon-2.0.0-r1.ebuild deleted file mode 100644 index 1198e6c8fd9..00000000000 --- a/dev-python/falcon/falcon-2.0.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -DESCRIPTION="A supersonic micro-framework for building cloud APIs" -HOMEPAGE="https://falconframework.org/ https://pypi.org/project/falcon/" -SRC_URI="https://github.com/falconry/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0 MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+cython" - -BDEPEND="cython? ( dev-python/cython[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest - -src_prepare() { - if ! use cython; then - sed -i -e 's/if with_cython:/if False:/' setup.py || die - fi - - default -} - -python_test() { - local deselect=( - # mujson is unpackaged, test-only dep - --ignore tests/test_media_handlers.py - # uses unsafe serialization (unsafe_load) - --deselect tests/test_httperror.py::TestHTTPError::test_custom_error_serializer - ) - - pytest -vv "${deselect[@]}" || die "Tests failed with ${EPYTHON}" -} diff --git a/dev-python/falcon/metadata.xml b/dev-python/falcon/metadata.xml index 6d8725acd53..654149b5c34 100644 --- a/dev-python/falcon/metadata.xml +++ b/dev-python/falcon/metadata.xml @@ -5,9 +5,6 @@ python@gentoo.org Python - - Build cython-based python modules - falconry/falcon falcon