mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 16:51:03 +02:00
dev-python/csvkit: bump to 1.0.5
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
f6deb99a63
commit
e06567f889
2 changed files with 32 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST csvkit-1.0.4.tar.gz 3975822 BLAKE2B 2c7505e36539c3797b02d4328d52d307d437c6be6816f519a1d5a81a52927bb9a74a2cb3e34d5e8bc961f3f828d0f1b67a7c658a4b88daf566a865c51ba51b26 SHA512 fff34a5740831d5e292c969cc700db9fd83bc903534947433fbfdd19777b1c3ebe7e84e5a930496d4c57085e7ccf72d764f3098467cda04c84d2cdfc6d72b649
|
||||
DIST csvkit-1.0.5.tar.gz 3976665 BLAKE2B f7b5cd5b50310082c2ac00429ac365d52da2921a0b64b0d88d43958b42ececa01afbe0419c19bb791e8d0546dcdad88b3845f144bfca2f028b51e4bb81915eae SHA512 1933c649e6df82d05884ea7317119f932fac6ef0d29c92d7d04df9629171fc91a068be2e25cd20e0569dfc8090b8a1fa5b7542bb6679702bf2bddb9587c308d8
|
||||
|
|
|
|||
31
dev-python/csvkit/csvkit-1.0.5.ebuild
Normal file
31
dev-python/csvkit/csvkit-1.0.5.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{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"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~mips ~x86"
|
||||
IUSE="test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
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}]"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Loading…
Reference in a new issue