diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-10 17:05:00 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-10 17:05:00 +0000 |
commit | 22acdf9d4e8643e0d2c45a01342c9058366b8c29 (patch) | |
tree | 70048d05b3acb9eea6a1f38c83af63e7806d4bc5 /dev-python/simplegeneric/metadata.xml | |
parent | Deblob support added for 3.2.0 (diff) | |
download | gentoo-2-22acdf9d4e8643e0d2c45a01342c9058366b8c29.tar.gz gentoo-2-22acdf9d4e8643e0d2c45a01342c9058366b8c29.tar.bz2 gentoo-2-22acdf9d4e8643e0d2c45a01342c9058366b8c29.zip |
Initial import
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/simplegeneric/metadata.xml')
-rw-r--r-- | dev-python/simplegeneric/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/simplegeneric/metadata.xml b/dev-python/simplegeneric/metadata.xml new file mode 100644 index 000000000000..d76ef3b7eba2 --- /dev/null +++ b/dev-python/simplegeneric/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<longdescription> + The simplegeneric module lets you define simple single-dispatch + generic functions, akin to Python's built-in generic functions like len(), + iter() and so on. However, instead of using specially-named methods, these + generic functions use simple lookup tables, akin to those used by + e.g. pickle.dump() and other generic functions found in the Python + standard library. +</longdescription> +</pkgmetadata> |