public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/
Date: Thu, 13 Dec 2018 07:27:22 +0000 (UTC)	[thread overview]
Message-ID: <1544686008.0dab4a66c383297169b812489ca12eaa75de85d4.radhermit@gentoo> (raw)

commit:     0dab4a66c383297169b812489ca12eaa75de85d4
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 07:24:30 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 07:26:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dab4a66

app-text/xlsx2csv: version bump to 0.7.4

Closes: https://bugs.gentoo.org/661224

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-text/xlsx2csv/Manifest              |  1 +
 app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest
index 87c02decc0e..119fbc719a0 100644
--- a/app-text/xlsx2csv/Manifest
+++ b/app-text/xlsx2csv/Manifest
@@ -1,2 +1,3 @@
 DIST xlsx2csv-0.7.2.tar.gz 188520 BLAKE2B f0db947e0f2a69997f1c380fd1f6427fef9ff354dd8ea68fec06767a5222e4a1163b8401be3c40d9075fcd1b57e3ed33a046e8fa881e93d5e638d103a98c417c SHA512 c55535271801a690ed9ff28c2572d13cdac0efd206685a2119b73d1da7b4a46754da60782b36f7976bc5dc1b478860430848ccbee347824aea1a6556764c5922
 DIST xlsx2csv-0.7.3.tar.gz 201482 BLAKE2B a2268e584097777d28f2565a19d0f271cb694066e1abffffd7578ecf0271efd420af63932eaea4389c062e050da257fa2f7164c9de7cdfa4ab3fd416692e7968 SHA512 855fcce9ae6ec51c46673e085a456d2862912d0da5130fdac34d88e5612c64d2bc0674c13b3bfb6cd6b7017e513fe0924dbb594db543020842705a82b6006e8e
+DIST xlsx2csv-0.7.4.tar.gz 212472 BLAKE2B de77f4d199bd5fbb43fb4aa775aed9b36aea4c956846be42e9387b79bf76727ba457a0c54db3b4803376b82af12923f21786aa34d21542e2d6ab354be33ad3f3 SHA512 771af30dce63b64272fc8d4dccbcab2106f60a2c9d33370b4d4034a21606e5726c84d963d59e88e2aa124c60f62fd57831ca5fb442d7540474ff1d688da9aaf6

diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild
new file mode 100644
index 00000000000..42b5982077f
--- /dev/null
+++ b/app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+PYTHON_REQ_USE="xml"
+
+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"
+
+DEPEND="dev-lang/perl"
+
+python_compile_all() {
+	emake -C man
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	doman man/${PN}.1
+}


             reply	other threads:[~2018-12-13  7:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-13  7:27 Tim Harder [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-12-19 16:09 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
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=1544686008.0dab4a66c383297169b812489ca12eaa75de85d4.radhermit@gentoo \
    --to=radhermit@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