mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-08 17:47:28 -07:00
The dev-python/sympy tests all pass with this, including the pyglet one that reportedly failed. games-puzzle/brainworkshop also works. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
25 lines
996 B
XML
25 lines
996 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="image">Enable support for image formats other than PNG and BMP</flag>
|
|
</use>
|
|
<longdescription lang="en">This library provides an object-oriented programming interface
|
|
for developing games and other visually-rich applications with Python.
|
|
pyglet has virtually no external dependencies. For most applications
|
|
and game requirements, pyglet needs nothing else besides Python,
|
|
simplifying distribution and installation. It also handles
|
|
multiple windows and fully aware of multi-monitor setups.
|
|
pyglet might be seen as an alternative to PyGame.</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">pyglet</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|