From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/fastparquet/Manifest | 5 --- dev-python/fastparquet/fastparquet-0.1.1.ebuild | 32 ------------------ dev-python/fastparquet/fastparquet-0.1.5.ebuild | 43 ------------------------- dev-python/fastparquet/metadata.xml | 26 --------------- 4 files changed, 106 deletions(-) delete mode 100644 dev-python/fastparquet/Manifest delete mode 100644 dev-python/fastparquet/fastparquet-0.1.1.ebuild delete mode 100644 dev-python/fastparquet/fastparquet-0.1.5.ebuild delete mode 100644 dev-python/fastparquet/metadata.xml (limited to 'dev-python/fastparquet') diff --git a/dev-python/fastparquet/Manifest b/dev-python/fastparquet/Manifest deleted file mode 100644 index d7195bcd95ae..000000000000 --- a/dev-python/fastparquet/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 01c8d3c54fbb..000000000000 --- a/dev-python/fastparquet/fastparquet-0.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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 deleted file mode 100644 index dbd31aefa218..000000000000 --- a/dev-python/fastparquet/fastparquet-0.1.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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 deleted file mode 100644 index ab497f8496e9..000000000000 --- a/dev-python/fastparquet/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - 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. - - - fastparquet - dask/fastparquet - - - Enable support for brotli compression - Enable support for lz4 compression - Enable support for snappy compression - Enable support for zstandard compression - - -- cgit v1.2.3