Files
guru/dev-python/webpy/metadata.xml
Alessandro Barbieri 3cfc06acf0 dev-python/*: orphan some packages
since I'm not packaging gitfs soon, I don't need them
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-08-22 03:17:37 +02:00

22 lines
782 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">webpy/webpy</remote-id>
<remote-id type="pypi">web.py</remote-id>
<doc lang="en">https://webpy.org/docs</doc>
<bugs-to>https://github.com/webpy/webpy/issues</bugs-to>
<changelog>https://raw.githubusercontent.com/webpy/webpy/master/ChangeLog.txt</changelog>
<maintainer>
<name>Anand Chitipothu</name>
<email>anandology@gmail.com</email>
</maintainer>
</upstream>
<longdescription lang="en">
web.py provides small and simple web framework for
python. It is a convenient tool for small sized
websites.
</longdescription>
</pkgmetadata>