commit:     353119ca6d136c97f9c00e80f3a2a11fda6042fe
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  9 05:33:17 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 04:32:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353119ca

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 <eschwartz <AT> gentoo.org>

 dev-python/astroid/astroid-3.3.10.ebuild | 7 -------
 1 file changed, 7 deletions(-)

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=(

Reply via email to