diff options
| author | Eli Schwartz <eschwartz@gentoo.org> | 2025-06-09 01:33:17 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@gentoo.org> | 2025-06-10 00:32:52 -0400 |
| commit | 353119ca6d136c97f9c00e80f3a2a11fda6042fe (patch) | |
| tree | 36ca2b9cdab58bbe665c047168a9a6df75b9fa60 /dev-python/astroid | |
| parent | 2c1f59afb747e5ba1fc2f666d45cafcd46e32672 (diff) | |
| download | gentoo-353119ca6d136c97f9c00e80f3a2a11fda6042fe.tar.gz gentoo-353119ca6d136c97f9c00e80f3a2a11fda6042fe.tar.bz2 gentoo-353119ca6d136c97f9c00e80f3a2a11fda6042fe.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-python/astroid')
| -rw-r--r-- | dev-python/astroid/astroid-3.3.10.ebuild | 7 |
1 files changed, 0 insertions, 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=( |
