gentoo/dev-python/pyface/metadata.xml
Michał Górny 08fd1480ae
dev-python/pyface: Drop python@ from maintainers
The Enthought suite is a huge pile of NIH.  The ebuilds suffer from
multiple bugs.  The only reverse dependency is sci-visualization/mayavi
that is maintained by sci@, and it only requires a few of the packages.
2018-04-22 08:31:25 +02:00

21 lines
773 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
The pyface project contains a toolkit-independent GUI abstraction
layer, which is used to support the "visualization" features of the
Traits package. Thus, you can write code in terms of the Traits API
(views, items, editors, etc.), and let pyface and your selected
toolkit and back-end take care of the details of displaying them.
The following GUI backends are supported:
* wxPython
* PyQt
* PySide
</longdescription>
<upstream>
<remote-id type="pypi">pyface</remote-id>
<remote-id type="github">enthought/pyface</remote-id>
</upstream>
</pkgmetadata>