You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
631 B
18 lines
631 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Enaml is a framework for writing declarative user interfaces in
|
|
Python. It provides a Yaml-ish/Pythonic syntax language for
|
|
declaring a ui that binds and reacts to changes in the user's
|
|
models. Code can freely call back and forth between Python and Enaml.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">enaml</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|