dev-python/dominate: new package, dependency of flask-bootstrap, vn. 2.2.0

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1353

Signed-off-by: Ian Delaney <idella4@gentoo.org>
This commit is contained in:
Louis Sautier
2016-04-26 00:16:54 +02:00
committed by Ian Delaney
parent f3149437ae
commit 402a716ea4
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sautier.louis@gmail.com</email>
<name>Louis Sautier</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</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>