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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9780158041 for ; Mon, 11 Mar 2024 08:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A1142BC013; Mon, 11 Mar 2024 08:42:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0BDB2BC013 for ; Mon, 11 Mar 2024 08:42:22 +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 6C28433BE00 for ; Mon, 11 Mar 2024 08:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94E3FCB for ; Mon, 11 Mar 2024 08:42:19 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1710146525.82c23f0653c213f945bfb6eae6316f24401e3c6e.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/manimgl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/manimgl/Manifest media-video/manimgl/manimgl-1.6.1.ebuild media-video/manimgl/manimgl-9999.ebuild X-VCS-Directories: media-video/manimgl/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 82c23f0653c213f945bfb6eae6316f24401e3c6e X-VCS-Branch: dev Date: Mon, 11 Mar 2024 08:42:19 +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: 635bcae2-de36-4658-b7f4-c0a9947bc105 X-Archives-Hash: ba019ad3564ac018885567d661d31ca7 commit: 82c23f0653c213f945bfb6eae6316f24401e3c6e Author: Henri Gasc eurecom fr> AuthorDate: Sun Mar 10 22:05:45 2024 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Mon Mar 11 08:42:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82c23f06 media-video/manimgl: add 9999, drop 1.6.1 Signed-off-by: Henri Gasc eurecom.fr> media-video/manimgl/Manifest | 1 - .../{manimgl-1.6.1.ebuild => manimgl-9999.ebuild} | 20 +++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/media-video/manimgl/Manifest b/media-video/manimgl/Manifest deleted file mode 100644 index 469a5da8d1..0000000000 --- a/media-video/manimgl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST manimgl-1.6.1.gh.tar.gz 1043281 BLAKE2B 70c0d4b893e1b15b536fd98e0584d2e5676802e2165407ed0cd62878120ce7f3ff43bf7eec8e16c12c95494322118215689f4138ff9dc190c86be206aa57124c SHA512 30f0675551474c690ee5dc1c9200db6aad114b0ffb14a6245f7d8edb00db9a375e291448df10a8b603527aaafba8930a445e825dd3ee3293dc125f3cfd46fee3 diff --git a/media-video/manimgl/manimgl-1.6.1.ebuild b/media-video/manimgl/manimgl-9999.ebuild similarity index 85% rename from media-video/manimgl/manimgl-1.6.1.ebuild rename to media-video/manimgl/manimgl-9999.ebuild index 69c3bc7b5d..dfc646d1e5 100644 --- a/media-video/manimgl/manimgl-1.6.1.ebuild +++ b/media-video/manimgl/manimgl-9999.ebuild @@ -1,27 +1,30 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) -inherit distutils-r1 +inherit distutils-r1 git-r3 DESCRIPTION="Animation engine for explanatory math videos" HOMEPAGE="https://github.com/3b1b/manim https://pypi.org/project/manimgl/" -SRC_URI="https://github.com/3b1b/manim/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/manim-${PV}" +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/3b1b/manim.git" +else + SRC_URI="https://github.com/3b1b/manim/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + S="${WORKDIR}/manim-${PV}" + KEYWORDS="~amd64" +fi LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" IUSE="doc" RDEPEND=" dev-python/colour[${PYTHON_USEDEP}] - dev-python/fonttools[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] dev-python/isosurfaces[${PYTHON_USEDEP}] =dev-python/ManimPango-0.4*[${PYTHON_USEDEP}] @@ -35,7 +38,6 @@ RDEPEND=" dev-python/pygments[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/pyperclip[${PYTHON_USEDEP}] - dev-python/pyrr[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/rich[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] @@ -46,8 +48,8 @@ RDEPEND=" dev-python/tqdm[${PYTHON_USEDEP}] dev-python/validators[${PYTHON_USEDEP}] app-text/texlive - media-libs/mesa media-video/ffmpeg + virtual/opengl x11-libs/pango $(python_gen_cond_dep ' dev-python/typing-extensions[${PYTHON_USEDEP}]