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 9E1ED158232 for ; Fri, 6 Dec 2024 14:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A33CE0905; Fri, 6 Dec 2024 14:47:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9DBA9E07E6 for ; Fri, 6 Dec 2024 14:47:10 +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 D9361340C43 for ; Fri, 6 Dec 2024 14:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FDFE1898 for ; Fri, 6 Dec 2024 14:47:08 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1733496213.b6f7ac91d7c52bb98a152b6bf3d0b29fe871bd63.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: dev-tex/latex2pydata/ X-VCS-Repository: proj/tex-overlay X-VCS-Files: dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild X-VCS-Directories: dev-tex/latex2pydata/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b6f7ac91d7c52bb98a152b6bf3d0b29fe871bd63 X-VCS-Branch: main Date: Fri, 6 Dec 2024 14:47:08 +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: 78cf7e12-5bdf-424c-9bfe-7094d186d2b5 X-Archives-Hash: eadc9aab2b071bba4fea4d68b7311b63 commit: b6f7ac91d7c52bb98a152b6bf3d0b29fe871bd63 Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 6 14:43:33 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 6 14:43:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=b6f7ac91 dev-tex/latex2pydata: enable tests Signed-off-by: Florian Schmaus gentoo.org> dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild b/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild index 902d9b2..bf97251 100644 --- a/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild +++ b/dev-tex/latex2pydata/latex2pydata-0.4.0.ebuild @@ -32,6 +32,8 @@ PATCHES=( BDEPEND=">=dev-texlive/texlive-latexextra-2024" +distutils_enable_tests pytest + src_compile() { pushd python > /dev/null || die distutils-r1_src_compile @@ -42,6 +44,12 @@ src_compile() { popd > /dev/null || die } +src_test() { + pushd python > /dev/null || die + distutils-r1_src_test + popd > /dev/null || die +} + src_install() { dodoc README.md