From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/
Date: Sat, 12 Sep 2020 12:47:44 +0000 (UTC)	[thread overview]
Message-ID: <1599914840.eb9307fd9c142144f563837932b80c87cb0a53c7.soap@gentoo> (raw)
commit:     eb9307fd9c142144f563837932b80c87cb0a53c7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 12:47:20 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 12:47:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9307fd
app-text/xlsx2csv: Add python 3.8/3.9
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
 app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
index 39cdd163b0e..804e56281af 100644
--- a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
+++ b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
-PYTHON_COMPAT=( python{3_6,3_7} )
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE="xml"
 
 inherit distutils-r1
@@ -15,7 +16,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-lang/perl"
+BDEPEND="dev-lang/perl"
 
 PATCHES=( "${FILESDIR}"/${P}-tests.patch )
 
@@ -24,7 +25,7 @@ python_compile_all() {
 }
 
 python_test() {
-	"${PYTHON}" test/run || die "tests failed with ${EPYTHON}"
+	"${EPYTHON}" test/run || die "tests failed with ${EPYTHON}"
 }
 
 python_install_all() {
next             reply	other threads:[~2020-09-12 12:47 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-12 12:47 David Seifert [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-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=1599914840.eb9307fd9c142144f563837932b80c87cb0a53c7.soap@gentoo \
    --to=soap@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