mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
csvkit: new tool (deps for net-analyzer/osmedeus)
This commit is contained in:
parent
b1d41606bd
commit
ad3066ef12
3 changed files with 35 additions and 0 deletions
1
dev-python/csvkit/Manifest
Normal file
1
dev-python/csvkit/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST csvkit-1.0.4.tar.gz 3975822 BLAKE2B 2c7505e36539c3797b02d4328d52d307d437c6be6816f519a1d5a81a52927bb9a74a2cb3e34d5e8bc961f3f828d0f1b67a7c658a4b88daf566a865c51ba51b26 SHA512 fff34a5740831d5e292c969cc700db9fd83bc903534947433fbfdd19777b1c3ebe7e84e5a930496d4c57085e7ccf72d764f3098467cda04c84d2cdfc6d72b649
|
||||
26
dev-python/csvkit/csvkit-1.0.4.ebuild
Normal file
26
dev-python/csvkit/csvkit-1.0.4.ebuild
Normal file
|
|
@ -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}]"
|
||||
8
dev-python/csvkit/metadata.xml
Normal file
8
dev-python/csvkit/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue