Files
guru/dev-python/rstr/metadata.xml
Lucio Sauer 68460592f2 */*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2023-06-27 04:24:02 +02:00

19 lines
652 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
rstr is a helper module for easily generating random strings
of various types. It could be useful for fuzz testing,
generating dummy data, or other applications.
</longdescription>
<upstream>
<remote-id type="pypi">rstr</remote-id>
<remote-id type="github">leapfrogonline/rstr</remote-id>
</upstream>
</pkgmetadata>