gentoo/dev-python/sentinels/metadata.xml
Victor Payno 55dd40bfe9
dev-python/sentinels: sentinel class (new package)
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>
2020-04-05 15:04:24 -07:00

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>