From 353119ca6d136c97f9c00e80f3a2a11fda6042fe Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 9 Jun 2025 01:33:17 -0400 Subject: dev-python/astroid: remove outdated workaround Introduced in 4681c2cb27ee5a32ee50638a932a1a06e9277e1e. Upstream has since updated to use `[project]` metadata instead. ``` * SED: the following did not cause any changes * sed -i -e '/license-files.*Keep in sync/d' pyproject.toml || die * no-op: -e /license-files.*Keep in sync/d ``` Signed-off-by: Eli Schwartz --- dev-python/astroid/astroid-3.3.10.ebuild | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dev-python/astroid') diff --git a/dev-python/astroid/astroid-3.3.10.ebuild b/dev-python/astroid/astroid-3.3.10.ebuild index c9186bbf60e7..ba9275a7955c 100644 --- a/dev-python/astroid/astroid-3.3.10.ebuild +++ b/dev-python/astroid/astroid-3.3.10.ebuild @@ -39,13 +39,6 @@ distutils_enable_tests pytest export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -src_prepare() { - distutils-r1_src_prepare - - # https://bugs.gentoo.org/951713 - sed -i -e '/license-files.*Keep in sync/d' pyproject.toml || die -} - python_test() { local EPYTEST_IGNORE=() local EPYTEST_DESELECT=( -- cgit v1.2.3