commit: be289ed6b157071036377872f22838915a28b896 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 14:09:27 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 14:16:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be289ed6
dev-python/falcon: treeclean Closes: https://bugs.gentoo.org/780522 Closes: https://bugs.gentoo.org/620096 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/falcon/Manifest | 1 - dev-python/falcon/falcon-3.1.0.ebuild | 61 ----------------------------------- dev-python/falcon/metadata.xml | 12 ------- profiles/package.mask | 1 - 4 files changed, 75 deletions(-) diff --git a/dev-python/falcon/Manifest b/dev-python/falcon/Manifest deleted file mode 100644 index 5563d624d687..000000000000 --- a/dev-python/falcon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST falcon-3.1.0.tar.gz 1319252 BLAKE2B 183623c8d7e8b86ed9915cbf3757fd526f7f3a8a97ae5fdf86294bcc65052c5c827d4a920d93e9fa0198a8d255c7b56ecff465a36d9b0ea31581abd87d55ccd0 SHA512 9da76dd92dfce1611ef681588d8e0e2fc7e906b5c0bc4b60a4620e2e9907564783763b7776c9cc2ccb296116c985e527b2f429520a1c601567cf4eb15e98f8cc diff --git a/dev-python/falcon/falcon-3.1.0.ebuild b/dev-python/falcon/falcon-3.1.0.ebuild deleted file mode 100644 index 121575f7c481..000000000000 --- a/dev-python/falcon/falcon-3.1.0.ebuild +++ /dev/null @@ -1,61 +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..10} ) - -inherit distutils-r1 - -DESCRIPTION="A supersonic micro-framework for building cloud APIs" -HOMEPAGE=" - https://falconframework.org/ - https://pypi.org/project/falcon/ - https://github.com/falconry/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 - -python_test() { - local EPYTEST_DESELECT=( - # uwsgi seems to be broken/incompatible - 'tests/test_wsgi_servers.py::TestWSGIServer::test_get[uwsgi]' - 'tests/test_wsgi_servers.py::TestWSGIServer::test_get_deprecated[uwsgi]' - 'tests/test_wsgi_servers.py::TestWSGIServer::test_post_multipart_form[uwsgi]' - 'tests/test_wsgi_servers.py::TestWSGIServer::test_static_file[uwsgi]' - 'tests/test_wsgi_servers.py::TestWSGIServer::test_static_file_byte_range[uwsgi-' - ) - - local EPYTEST_IGNORE=( - # mujson is unpackaged, test-only dep - tests/test_media_handlers.py - ) - - rm -rf falcon || die - # needed because servers are spawned via /usr/bin/python* - local -x PYTHONPATH=${BUILD_DIR}/install$(python_get_sitedir):${PYTHONPATH} - epytest tests -} diff --git a/dev-python/falcon/metadata.xml b/dev-python/falcon/metadata.xml deleted file mode 100644 index 654149b5c34b..000000000000 --- a/dev-python/falcon/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">falconry/falcon</remote-id> - <remote-id type="pypi">falcon</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 0b78ef0e99ed..2484f66721c5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -380,7 +380,6 @@ dev-python/django-gravatar2 dev-python/django-haystack dev-python/django-picklefield dev-python/django-q -dev-python/falcon # Matt Turner <[email protected]> (2022-04-30) # Masked for testing. Apparently causes crashes. Bug #841857.
