public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/
Date: Thu, 19 Dec 2024 16:09:09 +0000 (UTC)	[thread overview]
Message-ID: <1734623869.07e7dc373391e58faf9dcb78b9df6ca7013196b2.juippis@gentoo> (raw)

commit:     07e7dc373391e58faf9dcb78b9df6ca7013196b2
Author:     Anton Fischl <github <AT> fischl-online <DOT> de>
AuthorDate: Thu Nov 28 07:45:18 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 15:57:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e7dc37

app-text/xlsx2csv: add 0.8.4

Signed-off-by: Anton Fischl <github <AT> fischl-online.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/xlsx2csv/Manifest              |  1 +
 app-text/xlsx2csv/xlsx2csv-0.8.4.ebuild | 34 +++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest
index a4292f96258e..6fa3eb59e472 100644
--- a/app-text/xlsx2csv/Manifest
+++ b/app-text/xlsx2csv/Manifest
@@ -1 +1,2 @@
 DIST xlsx2csv-0.8.3.tar.gz 221408 BLAKE2B 6570f76d9879df086a34f6783bf5b3409820a7791ec23a33cbcff7c9521ae2cc5f17712f660a10de330be40c3b6906833f6c539cf103208a840359abb69bd3f5 SHA512 fb8ce770263070d74105385ed5eb051165b8075e8be7ec86ba7e4d586d02a57a20f3106e8c3ab26a35e013076c9a63a22f636312594d58b4c2f20190d075241a
+DIST xlsx2csv-0.8.4.tar.gz 221390 BLAKE2B b986207375a4104e6c29d9a5ee8c7d0011e4c1be595750d5739408bec8694509fdd05bc9e54e8fa6065a1f91db5e6b2447ab721132e93ce26743aef3ab379af8 SHA512 4ef235344b5e20f6e6df721e1acb77b40b7b8fc8bf7512c245fe6b52ca58208da118241a6fe64aab674cccab1e17ac659f86786d83b34b3d66d433f01b5765fe

diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.4.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.4.ebuild
new file mode 100644
index 000000000000..ea22bd30a399
--- /dev/null
+++ b/app-text/xlsx2csv/xlsx2csv-0.8.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+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"
+}


             reply	other threads:[~2024-12-19 16:09 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-19 16:09 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-19 16:09 [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/ Joonas Niilola
2024-08-28  6:53 Joonas Niilola
2024-02-05 15:13 Joonas Niilola
2024-02-05 15:13 Joonas Niilola
2024-02-05 15:13 Joonas Niilola
2023-05-07  7:22 Joonas Niilola
2023-01-20 13:29 Joonas Niilola
2021-08-15  6:37 Arthur Zamarin
2021-08-15  6:37 Arthur Zamarin
2020-10-11  9:30 Joonas Niilola
2020-09-12 12:47 David Seifert
2020-02-11 11:38 Michał Górny
2019-11-17  5:08 Tim Harder
2019-11-17  5:08 Tim Harder
2018-12-13  7:27 Tim Harder
2018-12-13  7:27 Tim Harder
2017-07-29  5:10 Tim Harder
2017-07-29  5:10 Tim Harder
2017-04-24  9:31 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734623869.07e7dc373391e58faf9dcb78b9df6ca7013196b2.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox