diff options
Diffstat (limited to 'dev-python/rarfile/metadata.xml')
-rw-r--r-- | dev-python/rarfile/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/rarfile/metadata.xml b/dev-python/rarfile/metadata.xml new file mode 100644 index 00000000000..c09c8f1679d --- /dev/null +++ b/dev-python/rarfile/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>thev00d00@gentoo.org</email> + <name>Ian Whyman</name> + </maintainer> + <longdescription>This is Python module for RAR archive reading. The interface is made as zipfile like as possible.</longdescription> + <use> + <flag name="compressed">Enables the module to support compressed v3 archives by calling the <pkg>app-arch/unrar</pkg>.</flag> + </use> + <upstream> + <remote-id type="pypi">rarfile</remote-id> + <remote-id type="github">markokr/rarfile</remote-id> + </upstream> +</pkgmetadata> |