diff options
author | Marien Zwart <marienz@gentoo.org> | 2005-12-05 16:56:19 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2005-12-05 16:56:19 +0000 |
commit | 176cd36e5c042dabafe44032b257a8397e301a0b (patch) | |
tree | e6ac5e4a93df452a29da66d94eb96b8dfc0cd83e /dev-python/axiom/metadata.xml | |
parent | New ebuild. (diff) | |
download | gentoo-2-176cd36e5c042dabafe44032b257a8397e301a0b.tar.gz gentoo-2-176cd36e5c042dabafe44032b257a8397e301a0b.tar.bz2 gentoo-2-176cd36e5c042dabafe44032b257a8397e301a0b.zip |
New ebuild.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-python/axiom/metadata.xml')
-rw-r--r-- | dev-python/axiom/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/axiom/metadata.xml b/dev-python/axiom/metadata.xml new file mode 100644 index 000000000000..88f51c30c397 --- /dev/null +++ b/dev-python/axiom/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<maintainer> + <email>marienz@gentoo.org</email> +</maintainer> +<longdescription> + Axiom is an object database, or alternatively, an object-relational + mapper. Its primary goal is to provide an object-oriented layer with + what we consider to be the key aspects of OO, i.e. polymorphism and + message dispatch, without hindering the power of an RDBMS. It is + designed to "feel pythonic", without encouraging the typical ORM + behavior such as potato programming. +</longdescription> +</pkgmetadata> |