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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69FF81382C5 for ; Sun, 14 Jun 2020 19:22:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99A60E0A4A; Sun, 14 Jun 2020 19:22:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BFF3E0A4A for ; Sun, 14 Jun 2020 19:22:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1762C34EE47 for ; Sun, 14 Jun 2020 19:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F75124C for ; Sun, 14 Jun 2020 19:22:54 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1592162569.41e7b4180e99d511d09c65ab136d3c2ec505f6fe.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pylatex/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pylatex/pylatex-1.3.2.ebuild X-VCS-Directories: dev-python/pylatex/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 41e7b4180e99d511d09c65ab136d3c2ec505f6fe X-VCS-Branch: dev Date: Sun, 14 Jun 2020 19:22:54 +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: da349ce0-9221-4af0-96f6-3b5efb6ce5a3 X-Archives-Hash: d6ba3a6627009f5b2bd6f80e61bbb508 Message-ID: <20200614192254.h-lhwGUUgq5wPLm1NlFZ-tRd4c-O89zRH26tRwsoy9s@z> commit: 41e7b4180e99d511d09c65ab136d3c2ec505f6fe Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jun 14 19:22:49 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jun 14 19:22:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41e7b418 dev-python/pylatex: fixes and add py3_9 remove double S variabel, my mistake I didn't notice that it was already in here add missing sphinx_rtd_theme dep for doc building Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pylatex/pylatex-1.3.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/pylatex/pylatex-1.3.2.ebuild b/dev-python/pylatex/pylatex-1.3.2.ebuild index 36da5e7..fa49b27 100644 --- a/dev-python/pylatex/pylatex-1.3.2.ebuild +++ b/dev-python/pylatex/pylatex-1.3.2.ebuild @@ -5,9 +5,8 @@ EAPI=7 MY_PN="PyLaTeX" MY_P="${MY_PN}-${PV}" -S="${WORKDIR}/${MY_P}" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 eutils DESCRIPTION="A Python library for creating LaTeX files and snippets" @@ -33,7 +32,7 @@ DEPEND="test? ( S="${WORKDIR}/${MY_P}" -distutils_enable_sphinx docs/source +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme distutils_enable_tests nose python_install_all() {