diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest new file mode 100644 index 000000000..89e0ac175 --- /dev/null +++ b/dev-python/csvkit/Manifest @@ -0,0 +1 @@ +DIST csvkit-1.0.4.tar.gz 3975822 BLAKE2B 2c7505e36539c3797b02d4328d52d307d437c6be6816f519a1d5a81a52927bb9a74a2cb3e34d5e8bc961f3f828d0f1b67a7c658a4b88daf566a865c51ba51b26 SHA512 fff34a5740831d5e292c969cc700db9fd83bc903534947433fbfdd19777b1c3ebe7e84e5a930496d4c57085e7ccf72d764f3098467cda04c84d2cdfc6d72b649 diff --git a/dev-python/csvkit/csvkit-1.0.4.ebuild b/dev-python/csvkit/csvkit-1.0.4.ebuild new file mode 100644 index 000000000..70c746390 --- /dev/null +++ b/dev-python/csvkit/csvkit-1.0.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A suite of utilities for converting to and working with CSV files" +HOMEPAGE="https://csvkit.readthedocs.org/" +SRC_URI="https://github.com/wireservice/csvkit/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~arm64 ~mips ~x86" +LICENSE="MIT" +SLOT=0 +IUSE="" + +RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' python2_7) + dev-python/agate[${PYTHON_USEDEP}] + dev-python/agate-dbf[${PYTHON_USEDEP}] + dev-python/agate-excel[${PYTHON_USEDEP}] + dev-python/agate-sql[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-python/csvkit/metadata.xml b/dev-python/csvkit/metadata.xml new file mode 100644 index 000000000..ebc718e70 --- /dev/null +++ b/dev-python/csvkit/metadata.xml @@ -0,0 +1,8 @@ + + + + + email@linxon.ru + Yury Martynov + +