summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Fischl <github@fischl-online.de>2024-08-17 16:39:59 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-28 09:52:59 +0300
commit5f6b10aeb9944ba93ed427f4570578cbfa436bf1 (patch)
treed807ee72d3e9fb26507f387fb8651255712d69bc /app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild
parentsys-apps/hd-idle: update hd-idle-service-dropin.conf's copyright note (diff)
downloadgentoo-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.ebuild34
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"
-}