diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/fastparquet | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/fastparquet')
-rw-r--r-- | dev-python/fastparquet/Manifest | 5 | ||||
-rw-r--r-- | dev-python/fastparquet/fastparquet-0.1.1.ebuild | 32 | ||||
-rw-r--r-- | dev-python/fastparquet/fastparquet-0.1.5.ebuild | 43 | ||||
-rw-r--r-- | dev-python/fastparquet/metadata.xml | 26 |
4 files changed, 106 insertions, 0 deletions
diff --git a/dev-python/fastparquet/Manifest b/dev-python/fastparquet/Manifest new file mode 100644 index 000000000000..d7195bcd95ae --- /dev/null +++ b/dev-python/fastparquet/Manifest @@ -0,0 +1,5 @@ +DIST fastparquet-0.1.1.tar.gz 119573 BLAKE2B 16bd05061b64768278201acbf08fe13228d058b223d2050208b73e6af6ad3bb800a6d7edc1a15abdf02d8b508a75ed52962fb4b0c44a073b80451cfbf30915b5 SHA512 f8f052202ca095596870e6a10e2ab05e3c55289cd0ef3dab0502dff26052c9970f65f6b826d4d073c6c221827f6b18ddc83c47c04e84e08491f5237358f5860a +DIST fastparquet-0.1.5.tar.gz 136350 BLAKE2B 2719a5da55c99ff6aa71792045f6622b7a1de81b6ec33804cfd36b0907cb44e68a7a5dcdec467c2e8c45790c062ca1d130fe3dc5c95e286bc437d449fa5211b0 SHA512 2d8f5375072125f68f086f316af87acf41e65479324828f7eeea244796311604425bbe53b9e2e67cc68b1eb89e390d9fbd5e201e5165aa22dd43604ac5441f27 +EBUILD fastparquet-0.1.1.ebuild 899 BLAKE2B 86b44c2edbad6e8de874410575aafc8dc108a67a30473d579c185c7811de7751d1132afc409fe6d9df3cfd2166e9caff36a5d137a8168217f75a4cd692e494e0 SHA512 dc977589378234cf19897bb18483eb4676df014e9dc3c4dda1bf70d7998771f3b5da33c25559cec6eb14f1e3f9b587bf9a0c8fee5ab1509cbfbf5c0265c19b6b +EBUILD fastparquet-0.1.5.ebuild 1252 BLAKE2B d8d2edb656a953d8549238580dc5532344b67138475ebc689a1dacce968d72b6df93f9b713577f4d4e23951ea307c1967c004a4b276f10d7afba84da43cc2b36 SHA512 3b896112bf283588e9099c83ff48d39aff4286cb6a3f37f88e2e0c97a3737eb42010467a4a8bf944cf6e83626ad6197715429309e518b66d8106e3452c0ed412 +MISC metadata.xml 1094 BLAKE2B a61610ef4b201980b1b5fe44750e64972e69ffd238174e7b77d810b0f240b11c8807493f39dca45930234a704077b17eb2b9e041ed02c3164377a3a88b0a6517 SHA512 8e8e77110e234894e25847804265999eb9bced86c2298259ba6cd9721f49a874ff0e611533f71d7c74b6ad9b4d5e3b6b4cddb348514d12002d47d5d2b6ee0e32 diff --git a/dev-python/fastparquet/fastparquet-0.1.1.ebuild b/dev-python/fastparquet/fastparquet-0.1.1.ebuild new file mode 100644 index 000000000000..01c8d3c54fbb --- /dev/null +++ b/dev-python/fastparquet/fastparquet-0.1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of the parquet columnar file format" +HOMEPAGE="https://github.com/dask/fastparquet" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="brotli lzo +snappy" + +RDEPEND=" + dev-python/numba[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] + dev-python/thriftpy[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + brotli? ( app-arch/brotli[python,${PYTHON_USEDEP}] ) + lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] ) + snappy? ( dev-python/snappy[${PYTHON_USEDEP}] ) +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] +" diff --git a/dev-python/fastparquet/fastparquet-0.1.5.ebuild b/dev-python/fastparquet/fastparquet-0.1.5.ebuild new file mode 100644 index 000000000000..dbd31aefa218 --- /dev/null +++ b/dev-python/fastparquet/fastparquet-0.1.5.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of the parquet columnar file format" +HOMEPAGE="https://github.com/dask/fastparquet" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux" +IUSE="brotli lz4 lzo +snappy zstd" + +RDEPEND=" + dev-python/numba[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/thrift[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + brotli? ( app-arch/brotli[python,${PYTHON_USEDEP}] ) + lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] ) + lz4? ( dev-python/lz4[${PYTHON_USEDEP}] ) + snappy? ( dev-python/snappy[${PYTHON_USEDEP}] ) + zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] ) +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] +" + +src_prepare() { + # this causes setuptool's sandbox violations, Portage should have + # taken care of this, so disable it + sed -i -e 's/setup_requires/disabled_setup_requires/' setup.py || die + + distutils-r1_src_prepare +} diff --git a/dev-python/fastparquet/metadata.xml b/dev-python/fastparquet/metadata.xml new file mode 100644 index 000000000000..ab497f8496e9 --- /dev/null +++ b/dev-python/fastparquet/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + fastparquet is a python implementation of the parquet format, + aiming integrate into python-based big data work-flows. Not all + parts of the parquet-format have been implemented yet or tested + e.g. see the Todos linked below. With that said, fastparquet is + capable of reading all the data files from the + parquet-compatability project. + </longdescription> + <upstream> + <remote-id type="pypi">fastparquet</remote-id> + <remote-id type="github">dask/fastparquet</remote-id> + </upstream> + <use> + <flag name="brotli">Enable support for brotli compression</flag> + <flag name="lz4">Enable support for lz4 compression</flag> + <flag name="snappy">Enable support for snappy compression</flag> + <flag name="zstd">Enable support for zstandard compression</flag> + </use> +</pkgmetadata> |