summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:03:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:12 +0100
commit144adaf9c6960362807d8672a71ccf63bca3aa4a (patch)
tree2a830861838a22f5b702ead039fc4258de4da7a4 /app-text/xlsx2csv
parentapp-text/restview: Use pypi.eclass (diff)
downloadgentoo-144adaf9c6960362807d8672a71ccf63bca3aa4a.tar.gz
gentoo-144adaf9c6960362807d8672a71ccf63bca3aa4a.tar.bz2
gentoo-144adaf9c6960362807d8672a71ccf63bca3aa4a.zip
app-text/xlsx2csv: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/xlsx2csv')
-rw-r--r--app-text/xlsx2csv/xlsx2csv-0.8.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.0.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.0.ebuild
index 38e7ce7168da..7b0deef9b9c3 100644
--- a/app-text/xlsx2csv/xlsx2csv-0.8.0.ebuild
+++ b/app-text/xlsx2csv/xlsx2csv-0.8.0.ebuild
@@ -7,11 +7,10 @@ PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
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="MIT"
SLOT="0"