gentoo/dev-python/dominate/metadata.xml
Louis Sautier 545d5f6ef6
dev-python/dominate: change my email in metadata.xml
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-18 12:33:39 +02:00

17 lines
771 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sbraz@gentoo.org</email>
<name>Louis Sautier</name>
</maintainer>
<upstream>
<remote-id type="pypi">dominate</remote-id>
<remote-id type="github">Knio/dominate</remote-id>
<bugs-to>https://github.com/Knio/dominate/issues</bugs-to>
</upstream>
<longdescription lang="en">
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
</longdescription>
</pkgmetadata>