commit:     20919c7b23041693682abcad6af1dcac550994c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 11:35:12 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 11:45:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20919c7b

dev-python/starlette: Remove old

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

 dev-python/starlette/Manifest                |  1 -
 dev-python/starlette/starlette-0.44.0.ebuild | 57 ----------------------------
 2 files changed, 58 deletions(-)

diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest
index 644be59015bd..e62d5d3fc0d5 100644
--- a/dev-python/starlette/Manifest
+++ b/dev-python/starlette/Manifest
@@ -1,2 +1 @@
-DIST starlette-0.44.0.gh.tar.gz 2575663 BLAKE2B 
f566f354b87379ba076b37ebb7366ffc8c209bf1318f8c49ffcdc2cb604b90d29ecb24071b17c551c7e2aa4d383393fae9bf2b3e8129095e7adcaf10956d3a9d
 SHA512 
052baac1a0f60354a35711e87de58b90b1c6fd13f6a2290746663dcc88d131840c340a2c95f8664b4b6347a7397639e26e547a1c353ca7b1911c3f5e3873868e
 DIST starlette-0.45.3.gh.tar.gz 2574214 BLAKE2B 
e3a1c44288ba8d2da558417d14a2787a7c00c689298074b4ac9ce330d90e17181d98ad2ed85795bcea408ee2a64d287dec14ce5c7f9dfc79507562697b83511a
 SHA512 
45d3726ce794a7572e4c816fa3eb1a8a9ad2c110757200b4f6e1aed0d502d2cc293e29c5b282d3451c9770ea067cfb684176755bf2d261fdb22de111ef8a1542

diff --git a/dev-python/starlette/starlette-0.44.0.ebuild 
b/dev-python/starlette/starlette-0.44.0.ebuild
deleted file mode 100644
index c5ff6274ffb2..000000000000
--- a/dev-python/starlette/starlette-0.44.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-DESCRIPTION="The little ASGI framework that shines"
-HOMEPAGE="
-       https://www.starlette.io/
-       https://github.com/encode/starlette/
-       https://pypi.org/project/starlette/
-"
-# no docs or tests in sdist, as of 0.27.0
-SRC_URI="
-       https://github.com/encode/starlette/archive/${PV/_p/.post}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="
-       <dev-python/anyio-5[${PYTHON_USEDEP}]
-       >=dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
-       <dev-python/httpx-0.29[${PYTHON_USEDEP}]
-       >=dev-python/httpx-0.22.0[${PYTHON_USEDEP}]
-       dev-python/itsdangerous[${PYTHON_USEDEP}]
-       dev-python/jinja2[${PYTHON_USEDEP}]
-       >=dev-python/python-multipart-0.0.18[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               >=dev-python/pytest-8[${PYTHON_USEDEP}]
-               dev-python/trio[${PYTHON_USEDEP}]
-       )
-"
-
-: ${EPYTEST_TIMEOUT:-180}
-distutils_enable_tests pytest
-
-python_test() {
-       local EPYTEST_IGNORE=(
-               # Unpackaged 'databases' dependency
-               tests/test_database.py
-       )
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p anyio
-}

Reply via email to