diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-16 16:01:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-16 16:25:53 +0200 |
commit | 33b0de56d04e38d4682e183d4ee65340363a118c (patch) | |
tree | 38acfb4bf04919a0c5a821e7d784fa778fac9ad0 /dev-python/fastparquet | |
parent | dev-python/glueviz: Drop old (diff) | |
download | gentoo-33b0de56d04e38d4682e183d4ee65340363a118c.tar.gz gentoo-33b0de56d04e38d4682e183d4ee65340363a118c.tar.bz2 gentoo-33b0de56d04e38d4682e183d4ee65340363a118c.zip |
dev-python/fastparquet: Drop old
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-python/fastparquet')
-rw-r--r-- | dev-python/fastparquet/Manifest | 1 | ||||
-rw-r--r-- | dev-python/fastparquet/fastparquet-0.1.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/fastparquet/Manifest b/dev-python/fastparquet/Manifest index 521787ee97e1..002a26c06ffc 100644 --- a/dev-python/fastparquet/Manifest +++ b/dev-python/fastparquet/Manifest @@ -1,2 +1 @@ -DIST fastparquet-0.1.0.tar.gz 118108 BLAKE2B e8450aaf077efde5bd215d3c4e634c8dfc57e657f0bfc59ce12dcd2191f03e26685f0367d49d283d2bfe9564eed2018866925855e547962cc40dd3e738f9544b SHA512 9aa61f998cd95e4242635ef729c29fa5c66834bdd501fe7d104317a767c5eebc6a1d1aecbd669a39c855f5f2d1650af153b77f12c0120e6e5d13cb8f78e4cba0 DIST fastparquet-0.1.1.tar.gz 119573 BLAKE2B 16bd05061b64768278201acbf08fe13228d058b223d2050208b73e6af6ad3bb800a6d7edc1a15abdf02d8b508a75ed52962fb4b0c44a073b80451cfbf30915b5 SHA512 f8f052202ca095596870e6a10e2ab05e3c55289cd0ef3dab0502dff26052c9970f65f6b826d4d073c6c221827f6b18ddc83c47c04e84e08491f5237358f5860a diff --git a/dev-python/fastparquet/fastparquet-0.1.0.ebuild b/dev-python/fastparquet/fastparquet-0.1.0.ebuild deleted file mode 100644 index 0f06496d4b59..000000000000 --- a/dev-python/fastparquet/fastparquet-0.1.0.ebuild +++ /dev/null @@ -1,30 +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="" - -RDEPEND=" - dev-python/numba[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/snappy[${PYTHON_USEDEP}] - dev-python/thriftpy[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/cython[${PYTHON_USEDEP}] -" |