commit:     fe2b547e46938362a2ed92e8fd56a1e6568201d1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 13:33:58 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 13:35:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2b547e

dev-python/starlette: Remove old

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

 dev-python/starlette/Manifest                |  3 --
 dev-python/starlette/starlette-0.38.2.ebuild | 55 ---------------------------
 dev-python/starlette/starlette-0.38.4.ebuild | 56 ----------------------------
 dev-python/starlette/starlette-0.39.0.ebuild | 56 ----------------------------
 4 files changed, 170 deletions(-)

diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest
index 20b728d3887f..3ece1b230c8e 100644
--- a/dev-python/starlette/Manifest
+++ b/dev-python/starlette/Manifest
@@ -1,6 +1,3 @@
-DIST starlette-0.38.2.gh.tar.gz 2847558 BLAKE2B 
8416b4c0ab06be3cd0a90916cbd6682f28f4f09ed38bac0558fd6293bc4e1069c5d09a2a3e6ecc62522290db1dd05e4828eaceab96d547947bffb6d464364aa5
 SHA512 
5594f2f073662250cd7ca47bf835af09b77decd78b5e2f2a5e25fc87e3e59ccc61e6c07ad854feda11b1af8535744557d70778d2c57d01554756f8da10678a97
-DIST starlette-0.38.4.gh.tar.gz 2571795 BLAKE2B 
0a4d9856b3bf51a2d86b36bec74df7845209d0e6b0cc5865180d498e60b5d29ad8fe32e5137c3b7f6e69ee805f3fa2544c338715401fcb6cb46aaf7030e3334f
 SHA512 
853b1562f90f487306c23753b4ec41f099b3115bdc64a5b87d0db43374ce86a6546c4845fcd924965a7566ca7b52e6ab768825bb05830967f7f860e3a32a00ac
 DIST starlette-0.38.5.gh.tar.gz 2569392 BLAKE2B 
9ad32478b22cc743652eda43ad71e6b43af9a1c9b42614a16b5fbae282cfdf5e1c092717bb35711d256e75249cf8705d3545289236c78382673f87a9706b7599
 SHA512 
1ad5ddb497eb35c8b0b2569218b7e98cb4bee0fc2497912aa86bc75fd894264f8d30c886313cc4aa6dd02a24197d71dbd0640b7e2f0a472ce1002ee5cba5ae59
 DIST starlette-0.38.6.gh.tar.gz 2569402 BLAKE2B 
1d580aa6d5f9782a0f3688f3ebde59ca0a8ec8756b3c05c9d9465af0ead346a566b28e14d068392d6d16a55a22a0c77adc3c99f781003df0b5963cfbb0e01514
 SHA512 
eeaf3c573e587ce4eec8c10f879b20059e0ca4f14c04865a744a8aefe1b3f51327a291e36db312d119b9df51475584b20d8407332a8817eee5b387255d4826d6
-DIST starlette-0.39.0.gh.tar.gz 2571995 BLAKE2B 
8db760feac7b61bf7e438bff20f7eeb21b91c20fffb7b72c630bbf453d1e3f0e679d7a7726d1a1e7438586da63b950679781ca76abbdaf5d21489a4cc555c896
 SHA512 
f75cc19178b11a10d43e4b206ab89ca053907bfe5143f46d26c8d6b5e254263fe77a8ed760dfcb3e7f229fc3dc08df8f8bc914db454f012cda81edfb7d06613c
 DIST starlette-0.39.1.gh.tar.gz 2572649 BLAKE2B 
f8b1fb9c64ae73d6018e9ec2f069b413c14060a076d9b3cdcaa6a56219733b65e73a7b8ed8abc6caf4bb896e88a34e326fd98a6f2859e5c05a200bac94aa16bb
 SHA512 
b019d368b5610d8b865a17ff98bec40dacaf1dc830150da907a01a900b058519a9170c80ed92a5a78c835c833e089234e38f939523923e3e566fb2d59de28bfe

diff --git a/dev-python/starlette/starlette-0.38.2.ebuild 
b/dev-python/starlette/starlette-0.38.2.ebuild
deleted file mode 100644
index b56f594da428..000000000000
--- a/dev-python/starlette/starlette-0.38.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 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="amd64 arm arm64 hppa ~loong 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.22.0[${PYTHON_USEDEP}]
-       dev-python/itsdangerous[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       >=dev-python/python-multipart-0.0.7[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               >=dev-python/pytest-8[${PYTHON_USEDEP}]
-               dev-python/trio[${PYTHON_USEDEP}]
-       )
-"
-
-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
-}

diff --git a/dev-python/starlette/starlette-0.38.4.ebuild 
b/dev-python/starlette/starlette-0.38.4.ebuild
deleted file mode 100644
index 366226d021e8..000000000000
--- a/dev-python/starlette/starlette-0.38.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 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="~amd64 ~arm ~arm64 ~hppa ~loong ~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.22.0[${PYTHON_USEDEP}]
-       dev-python/itsdangerous[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       >=dev-python/python-multipart-0.0.7[${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
-}

diff --git a/dev-python/starlette/starlette-0.39.0.ebuild 
b/dev-python/starlette/starlette-0.39.0.ebuild
deleted file mode 100644
index 366226d021e8..000000000000
--- a/dev-python/starlette/starlette-0.39.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 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="~amd64 ~arm ~arm64 ~hppa ~loong ~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.22.0[${PYTHON_USEDEP}]
-       dev-python/itsdangerous[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       >=dev-python/python-multipart-0.0.7[${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