diff options
author | Anton Fischl <github@fischl-online.de> | 2024-11-28 08:46:36 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-12-19 17:57:49 +0200 |
commit | 13721821305c3874510745ef866249c94b891b94 (patch) | |
tree | b23a3da27cf1f5dac22d860e699af59b040565a2 /app-text | |
parent | app-text/xlsx2csv: add 0.8.4 (diff) | |
download | gentoo-13721821305c3874510745ef866249c94b891b94.tar.gz gentoo-13721821305c3874510745ef866249c94b891b94.tar.bz2 gentoo-13721821305c3874510745ef866249c94b891b94.zip |
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>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xlsx2csv/Manifest | 1 | ||||
-rw-r--r-- | app-text/xlsx2csv/xlsx2csv-0.8.3.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest index 6fa3eb59e472..e5e98c94a4f5 100644 --- a/app-text/xlsx2csv/Manifest +++ b/app-text/xlsx2csv/Manifest @@ -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 diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.3.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.3.ebuild deleted file mode 100644 index fdd7d94e35ef..000000000000 --- a/app-text/xlsx2csv/xlsx2csv-0.8.3.ebuild +++ /dev/null @@ -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" -} |