commit:     d7c0d80037170067802056933aa28a99753a02d2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:18:01 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:18:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c0d800

dev-python/falcon: Remove old

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

 dev-python/falcon/Manifest               |  1 -
 dev-python/falcon/falcon-3.0.1-r1.ebuild | 47 --------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-python/falcon/Manifest b/dev-python/falcon/Manifest
index 41ea3755b11f..5563d624d687 100644
--- a/dev-python/falcon/Manifest
+++ b/dev-python/falcon/Manifest
@@ -1,2 +1 @@
-DIST falcon-3.0.1.tar.gz 1300689 BLAKE2B 
76dd59d0274cc2e78052b800e6e5b4c4244e1f5e47169a424882cda5bb59c38cd69c1c0942d506867728da9ddaf5d35b88195a1b003ca5f66549248293b7006d
 SHA512 
c6a5763264b497979129df26d83a04323f53861b6d453a2b642d22208d0dad2ec1fcb88b13a53c2cb2b2988a1c0d19b94021099b458e23d640984b4d03880edc
 DIST falcon-3.1.0.tar.gz 1319252 BLAKE2B 
183623c8d7e8b86ed9915cbf3757fd526f7f3a8a97ae5fdf86294bcc65052c5c827d4a920d93e9fa0198a8d255c7b56ecff465a36d9b0ea31581abd87d55ccd0
 SHA512 
9da76dd92dfce1611ef681588d8e0e2fc7e906b5c0bc4b60a4620e2e9907564783763b7776c9cc2ccb296116c985e527b2f429520a1c601567cf4eb15e98f8cc

diff --git a/dev-python/falcon/falcon-3.0.1-r1.ebuild 
b/dev-python/falcon/falcon-3.0.1-r1.ebuild
deleted file mode 100644
index 3bd716866d67..000000000000
--- a/dev-python/falcon/falcon-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-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"
-
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       test? (
-               dev-python/aiofiles[${PYTHON_USEDEP}]
-               dev-python/cbor2[${PYTHON_USEDEP}]
-               dev-python/httpx[${PYTHON_USEDEP}]
-               dev-python/msgpack[${PYTHON_USEDEP}]
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/pyyaml[${PYTHON_USEDEP}]
-               dev-python/uvicorn[${PYTHON_USEDEP}]
-               dev-python/websockets[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # do not install 'examples'
-       sed -i -e "s:'tests':'examples', &:" setup.py || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local deselect=(
-               # mujson is unpackaged, test-only dep
-               --ignore tests/test_media_handlers.py
-       )
-
-       cp -r tests "${BUILD_DIR}" || die
-       cd "${BUILD_DIR}" || die
-       epytest tests "${deselect[@]}"
-}

Reply via email to