mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
Following toolchain packages, let's add USE=native-symlinks (the name is far from perfect but consistency) that removes convenience python and python3 symlinks. This should help test that ebuilds don't rely on implicit Python versioning and use Python eclasses correctly. In other words, semi-broken ebuilds will fail early. Signed-off-by: Michał Górny <mgorny@gentoo.org>
24 lines
791 B
XML
24 lines
791 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<maintainer status="active">
|
|
<email>mgorny@gentoo.org</email>
|
|
<name>Michał Górny</name>
|
|
</maintainer>
|
|
<bugs-to>https://github.com/mgorny/python-exec/issues/</bugs-to>
|
|
<remote-id type="github">mgorny/python-exec</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="native-symlinks">
|
|
Install generic symlinks like python and python3. If this flag
|
|
is disabled, only versioned python3.X executables will
|
|
be available to end users and ebuilds not using python eclasses.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|