diff options
author | Horea Christian <horea.christ@yandex.com> | 2018-10-05 16:58:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-13 15:34:27 +0200 |
commit | ceda8192bf6732a252ef613c538f623d1cc7ffe0 (patch) | |
tree | bea9c9389b15c74a08f3b2513ac0d4a20a623989 /dev-python/indexed_gzip/metadata.xml | |
parent | profiles: remove obsolete paramiko masks (diff) | |
download | gentoo-ceda8192bf6732a252ef613c538f623d1cc7ffe0.tar.gz gentoo-ceda8192bf6732a252ef613c538f623d1cc7ffe0.tar.bz2 gentoo-ceda8192bf6732a252ef613c538f623d1cc7ffe0.zip |
dev-python/indexed_gzip: new package
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Horea Christian <horea.christ@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/10077
Diffstat (limited to 'dev-python/indexed_gzip/metadata.xml')
-rw-r--r-- | dev-python/indexed_gzip/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/indexed_gzip/metadata.xml b/dev-python/indexed_gzip/metadata.xml new file mode 100644 index 000000000000..11c36e8de929 --- /dev/null +++ b/dev-python/indexed_gzip/metadata.xml @@ -0,0 +1,23 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>horea.christ@gmail.com</email> + <name>Horea Christian</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + The indexed_gzip project is a Python extension which aims to provide a + drop-in replacement for the built-in Python gzip.GzipFile class, + the IndexedGzipFile. This package was written to allow fast random + access of compressed NIFTI image files (for which GZIP is the de-facto + compression standard), but will work with any GZIP file. + </longdescription> + <upstream> + <remote-id type="github">pauldmccarthy/indexed_gzip</remote-id> + <remote-id type="pypi">indexed-gzip"</remote-id> + </upstream> +</pkgmetadata> |