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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 265CE15ACFD for ; Sun, 7 May 2023 07:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62C7CE0882; Sun, 7 May 2023 07:22:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 504CBE0882 for ; Sun, 7 May 2023 07:22:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 981B0340D0A for ; Sun, 7 May 2023 07:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33E97A62 for ; Sun, 7 May 2023 07:22:56 +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: <1683444172.4bb836108f2c4e08a8134405412366ad3ecd4a4f.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.1.ebuild X-VCS-Directories: app-text/xlsx2csv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4bb836108f2c4e08a8134405412366ad3ecd4a4f X-VCS-Branch: master Date: Sun, 7 May 2023 07:22:56 +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: 739c8cba-00d5-4415-ac68-3f6d1f102f60 X-Archives-Hash: 2a596a18a9ada4199da8dd33dd6ed48c commit: 4bb836108f2c4e08a8134405412366ad3ecd4a4f Author: Anton Fischl fischl-online de> AuthorDate: Thu Apr 20 04:56:48 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun May 7 07:22:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb83610 app-text/xlsx2csv: bump 0.8.1 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.1.ebuild | 34 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest index d4c75dbb6f6c..3d58d5650340 100644 --- a/app-text/xlsx2csv/Manifest +++ b/app-text/xlsx2csv/Manifest @@ -1,2 +1,3 @@ DIST xlsx2csv-0.7.6.tar.gz 231283 BLAKE2B d0271c6a82b7ed2825e3224f0e34637db3dacda3fe99c6ef5a087cc8d248592efc169b466514abd18b50f6625e8d9743c812b46ecb6f76ce7d1fdc51dfe34fc4 SHA512 7fc8e0da0c050e12d0cfd73f16ffd9c00f19bf05925b54cc68d6a0858a75db89d52e46312956dfd149e0ec88778f68056942a090db44e6148796fad33fa26489 DIST xlsx2csv-0.8.0.tar.gz 208842 BLAKE2B bfe69c39a8312feec35bb9a8079982f0765cbe975ce9d842ccd969d1399d03202ddf8d41c54f5129d122f535272add38c1489c0804340cc24bf1091779d76a2c SHA512 dd9ced043f347d420371aaf68f65b1ae827f231ceddbfb051174c8072dda27f989490120d0ee6bbe1fb25faf79944242144e196ccf58db5c537d5b0826cb91ee +DIST xlsx2csv-0.8.1.tar.gz 215741 BLAKE2B 0fcfe8177bc9d50d0986bea45373be8efb80753a53054bb254ab6fa93a4f4e038d1b7b991f1fb3850e9cd928f4aacfc3b0a927edbaacd77065eb6dc8067cc227 SHA512 0d091a3912a3c0a10837acb2bf1a4c42478a891b0c9cfaceb74a8e511425c63360f24cb08db138ec51a7c189f0b76f3901789edb45f894ab8926dd4c458c7ff5 diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild new file mode 100644 index 000000000000..acc1f01a79f3 --- /dev/null +++ b/app-text/xlsx2csv/xlsx2csv-0.8.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +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" +}