From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF5B815802C for ; Thu, 19 Dec 2024 16:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C253E0829; Thu, 19 Dec 2024 16:09:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C82EBE0829 for ; Thu, 19 Dec 2024 16:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3DE933BF60 for ; Thu, 19 Dec 2024 16:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE7881EC5 for ; Thu, 19 Dec 2024 16:09:09 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1734623869.07e7dc373391e58faf9dcb78b9df6ca7013196b2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xlsx2csv/Manifest app-text/xlsx2csv/xlsx2csv-0.8.4.ebuild X-VCS-Directories: app-text/xlsx2csv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 07e7dc373391e58faf9dcb78b9df6ca7013196b2 X-VCS-Branch: master Date: Thu, 19 Dec 2024 16:09:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdbd824b-37b4-4f27-84d6-63e022e53079 X-Archives-Hash: 62d7a9765aefca47898f4478fffbab72 commit: 07e7dc373391e58faf9dcb78b9df6ca7013196b2 Author: Anton Fischl fischl-online de> AuthorDate: Thu Nov 28 07:45:18 2024 +0000 Commit: Joonas Niilola gentoo 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 fischl-online.de> Signed-off-by: Joonas Niilola 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" +}