commit: cde5bae27e8da3b62175b03aeff3437b51bc9532
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 2 01:41:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 2 02:00:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde5bae2
dev-python/csvkit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/csvkit/Manifest | 1 -
dev-python/csvkit/csvkit-1.4.0.ebuild | 44 -----------------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index 42187e018ee4..9cf96109e012 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1,2 +1 @@
-DIST csvkit-1.4.0.tar.gz 3796472 BLAKE2B
4501a320ab9b8f9f5642ea3957caddb024301a3a299fce17876562973874bad8305ce5cb8e879c7269d7b57d54e97e70f315728b52605a1059705111192874ad
SHA512
5363fe8380c6ad1e44961bd7781feecd6fd19802a1c30144a45bdac364980413be3ac37e564491aca72c33d8b8a08dd5b49cfe2217b02bb5f3083db75996d687
DIST csvkit-1.5.0.tar.gz 3811034 BLAKE2B
4fd22d532803a520f9276e7f6be9068db4dba288582d85848143a6a5c70357a05450f7dcdc7a086949cd6568c62fa79546026a2a2aaa3e7f10985d0177c0a676
SHA512
e8e776419405a0e278f12440ba43e9f9c801673b54a6d2c0d3b543929f7a00fa30e9fc35697398127bdf73984453300ef5cde44355396b549d1a039e4e7c068e
diff --git a/dev-python/csvkit/csvkit-1.4.0.ebuild
b/dev-python/csvkit/csvkit-1.4.0.ebuild
deleted file mode 100644
index fc3cd91b4609..000000000000
--- a/dev-python/csvkit/csvkit-1.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A suite of utilities for converting to and working with CSV"
-HOMEPAGE="
- https://github.com/wireservice/csvkit/
- https://pypi.org/project/csvkit/
-"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64-macos ~x64-macos"
-
-RDEPEND="
- >=dev-python/agate-1.6.3[${PYTHON_USEDEP}]
- >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
- >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
- >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
- dev-python/openpyxl[${PYTHON_USEDEP}]
- dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/xlrd[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_DESELECT=(
- # fails depending on locale, let's not force en_US
-
tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format
- )
- local -x LC_ALL=C.UTF-8
- epytest
-}