app-text/xlsx2csv: drop 0.8.3

Signed-off-by: Anton Fischl <github@fischl-online.de>
Closes: https://github.com/gentoo/gentoo/pull/39497
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Anton Fischl 2024-11-28 08:46:36 +01:00 committed by Joonas Niilola
parent 07e7dc3733
commit 1372182130
No known key found for this signature in database
GPG Key ID: 7383942B8DC06962
2 changed files with 0 additions and 35 deletions

View File

@ -1,2 +1 @@
DIST xlsx2csv-0.8.3.tar.gz 221408 BLAKE2B 6570f76d9879df086a34f6783bf5b3409820a7791ec23a33cbcff7c9521ae2cc5f17712f660a10de330be40c3b6906833f6c539cf103208a840359abb69bd3f5 SHA512 fb8ce770263070d74105385ed5eb051165b8075e8be7ec86ba7e4d586d02a57a20f3106e8c3ab26a35e013076c9a63a22f636312594d58b4c2f20190d075241a
DIST xlsx2csv-0.8.4.tar.gz 221390 BLAKE2B b986207375a4104e6c29d9a5ee8c7d0011e4c1be595750d5739408bec8694509fdd05bc9e54e8fa6065a1f91db5e6b2447ab721132e93ce26743aef3ab379af8 SHA512 4ef235344b5e20f6e6df721e1acb77b40b7b8fc8bf7512c245fe6b52ca58208da118241a6fe64aab674cccab1e17ac659f86786d83b34b3d66d433f01b5765fe

View File

@ -1,34 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Convert MS Office xlsx files to CSV"
HOMEPAGE="https://github.com/dilshod/xlsx2csv/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="dev-lang/perl"
PATCHES=( "${FILESDIR}"/"${PN}-0.7.8-tests.patch" )
python_compile_all() {
emake -C man
}
python_test() {
"${EPYTHON}" test/run || die "tests failed with ${EPYTHON}"
}
python_install_all() {
distutils-r1_python_install_all
doman "man/${PN}.1"
}