diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:03:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:12 +0100 |
commit | 144adaf9c6960362807d8672a71ccf63bca3aa4a (patch) | |
tree | 2a830861838a22f5b702ead039fc4258de4da7a4 /app-text/xlsx2csv | |
parent | app-text/restview: Use pypi.eclass (diff) | |
download | gentoo-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.ebuild | 3 |
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" |