mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-08 05:37:27 -07:00
Signed-off-by: Victor Payno <vpayno+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15220 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
19 lines
654 B
XML
19 lines
654 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>
|
|
<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>
|