commit:     33b0de56d04e38d4682e183d4ee65340363a118c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 14:01:42 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 16 14:25:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b0de56

dev-python/fastparquet: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/fastparquet/Manifest                 |  1 -
 dev-python/fastparquet/fastparquet-0.1.0.ebuild | 30 -------------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/fastparquet/Manifest b/dev-python/fastparquet/Manifest
index 521787ee97e..002a26c06ff 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 0f06496d4b5..00000000000
--- 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}]
-"

Reply via email to