summaryrefslogtreecommitdiff
path: root/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-07 11:36:18 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-07 11:36:18 +0100
commit6e88bac8dd26372eea042112ad3769b1fac9ae18 (patch)
treee8694d56fbae41e2d5f4025730db56041463d94e /app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
parentc59fc2181f7402f8d0a548bcc897584a83139cc1 (diff)
gentoo auto-resync : 07:05:2023 - 11:36:18
Diffstat (limited to 'app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild')
-rw-r--r--app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
deleted file mode 100644
index b5b221a9924d..000000000000
--- a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-PYTHON_REQ_USE="xml(+)"
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="Convert MS Office xlsx files to CSV"
-HOMEPAGE="https://github.com/dilshod/xlsx2csv/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="dev-lang/perl"
-
-PATCHES=( "${FILESDIR}"/${P}-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
-}