diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2003-10-01 16:34:58 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2003-10-01 16:34:58 +0000 |
commit | 0c374d8e910f28aea0891a92cfea042f27de4cc3 (patch) | |
tree | 20fc5cedeadc2128eab598f30113c8afb997e398 /dev-python/piddle/metadata.xml | |
parent | Encryption and gaim now properly detect nss/nspr (diff) | |
download | historical-0c374d8e910f28aea0891a92cfea042f27de4cc3.tar.gz historical-0c374d8e910f28aea0891a92cfea042f27de4cc3.tar.bz2 historical-0c374d8e910f28aea0891a92cfea042f27de4cc3.zip |
Initial import.
Diffstat (limited to 'dev-python/piddle/metadata.xml')
-rw-r--r-- | dev-python/piddle/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/piddle/metadata.xml b/dev-python/piddle/metadata.xml new file mode 100644 index 000000000000..78048f79dfee --- /dev/null +++ b/dev-python/piddle/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<longdescription> +PIDDLE is a Python module for creating two-dimensional graphics in a +manner that is both cross-platform and cross-media; that is, it can +support screen graphics (e.g. QuickDraw, Windows, Tk) as well as file +output (PostScript, PDF, GIF, etc.). It makes use of the native 2D +drawing calls of each backend, for maximum efficiency and quality. It +works by defining a base class (piddle.Canvas) with methods for all +supported drawing primitives. A particular drawing context is provided +in the form of a derived class. PIDDLE applications will be able to +automatically select an appropriate backend for the user's environment. +</longdescription> + +</pkgmetadata> |