Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/3] distutils-r1, python-utils-r1: bump setuptools dep & fix creating python3-embed.pc
Date: Sat, 14 Mar 2020 19:53:14
Message-Id: 20200314195242.392518-1-mgorny@gentoo.org
1 Hi,
2
3 Here are a few small patches to the Python eclasses. Two notable
4 changes are bumping setuptools version for DISTUTILS_USE_SETUPTOOLS
5 to avoid problems on systems with ancient setuptools installed,
6 and adding python3-embed.pc wrapper for py3.8+ as needed by meson.
7
8 While at it, I'm also removing python.pc which was unnecessarily
9 created as neither upstream nor Arch/Debian/Fedora are installing it
10 (just python2.pc and python3.pc).
11
12 Michał Górny (3):
13 distutils-r1.eclass: Align min. setuptools version to current stable
14 python-utils-r1.eclass: Do not create 'python.pc' wrapper
15 python-utils-r1.eclass: Create python3-embed.pc wrapper
16
17 eclass/distutils-r1.eclass | 4 ++--
18 eclass/python-utils-r1.eclass | 11 ++++++++---
19 2 files changed, 10 insertions(+), 5 deletions(-)
20
21 --
22 2.25.1

Replies