mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-31 15:07:28 -07:00
23 lines
755 B
XML
23 lines
755 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>vpayno+gentoo@gmail.com</email>
|
|
<name>Victor Payno</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>gyakovlev@gentoo.org</email>
|
|
<name>Georgy Yakovlev</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Sentinels are objects with special meanings. They can be thought of as singletons, but they service the need of having 'special' values in your code, that have special meanings.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">sentinels</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|