blob: 1886d8191e0fb6191fb320b06866ae78aa77c99b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>
distro (for: Linux Distribution) provides information about the
Linux distribution it runs on, such as a reliable machine-readable
ID, or version information. It is a renewed alternative
implementation for Python's original platform.linux_distribution
function, but it also provides much more functionality which isn't
necessarily Python bound like a command-line interface.
</longdescription>
<stabilize-allarches />
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|