diff options
author | 2024-08-17 16:39:59 +0200 | |
---|---|---|
committer | 2024-08-28 09:52:59 +0300 | |
commit | 5f6b10aeb9944ba93ed427f4570578cbfa436bf1 (patch) | |
tree | d807ee72d3e9fb26507f387fb8651255712d69bc /app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild | |
parent | sys-apps/hd-idle: update hd-idle-service-dropin.conf's copyright note (diff) | |
download | gentoo-5f6b10aeb9944ba93ed427f4570578cbfa436bf1.tar.gz gentoo-5f6b10aeb9944ba93ed427f4570578cbfa436bf1.tar.bz2 gentoo-5f6b10aeb9944ba93ed427f4570578cbfa436bf1.zip |
app-text/xlsx2csv: bump 0.8.3
Signed-off-by: Anton Fischl <github@fischl-online.de>
Closes: https://github.com/gentoo/gentoo/pull/38181
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild')
-rw-r--r-- | app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild deleted file mode 100644 index fdd7d94e35ef..000000000000 --- a/app-text/xlsx2csv/xlsx2csv-0.8.2.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" -} |