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 07576158089 for ; Fri, 22 Sep 2023 22:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B3212BC013; Fri, 22 Sep 2023 22:21:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 34F8B2BC013 for ; Fri, 22 Sep 2023 22:21:21 +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 4324A335DEB for ; Fri, 22 Sep 2023 22:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B73D11BC for ; Fri, 22 Sep 2023 22:21:18 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1695421274.dfeab0091f1619910440f49648caeae50137789d.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/asciinema/Manifest app-misc/asciinema/asciinema-2.3.0.ebuild X-VCS-Directories: app-misc/asciinema/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: dfeab0091f1619910440f49648caeae50137789d X-VCS-Branch: master Date: Fri, 22 Sep 2023 22:21:18 +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: a8bd7078-2855-449b-a985-05bf80db399b X-Archives-Hash: b2766270a436349861badb463f8ec908 commit: dfeab0091f1619910440f49648caeae50137789d Author: Patrick McLean gentoo org> AuthorDate: Fri Sep 22 22:21:08 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Sep 22 22:21:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfeab009 app-misc/asciinema: add 2.3.0 Signed-off-by: Patrick McLean gentoo.org> app-misc/asciinema/Manifest | 1 + app-misc/asciinema/asciinema-2.3.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest index a3ac8e743a57..8cee78566763 100644 --- a/app-misc/asciinema/Manifest +++ b/app-misc/asciinema/Manifest @@ -1 +1,2 @@ DIST asciinema-2.2.0.gh.tar.gz 88566 BLAKE2B c96eac56714a4519d462bdf24f3fcc0ec367af94182e6710d4744113c5ac3ec9304fbda30f3489b84bc4b645e43ea44d633230128d79a576d4bcbe7dad528ba8 SHA512 bed0b6a3228b973dddb2f03d0b0e16af0afd6e1c4c8c1379999d49b22ed658fed325f902f462156745631f98b51675565b7ea0011512c95c8b0b3bb09552bddc +DIST asciinema-2.3.0.gh.tar.gz 91464 BLAKE2B ff2f38715a9c69ec15ad8dfdfa282a49c32075e6be43ce2f568d188678d6fee1351f36f8dd2a272052f43087cf222e2b14d37ed26a42ba11396074523391efc5 SHA512 09951d96938faaf71a5b71f5a514ffacb32be224883691aec7fb549ad5dd4d0eb0a83c06ec23f81c36224fa028f0351decb7d82288b716a6453cbf00ad373845 diff --git a/app-misc/asciinema/asciinema-2.3.0.ebuild b/app-misc/asciinema/asciinema-2.3.0.ebuild new file mode 100644 index 000000000000..d96b9a9376a4 --- /dev/null +++ b/app-misc/asciinema/asciinema-2.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Command line recorder for asciinema.org service" +HOMEPAGE="https://asciinema.org/ https://pypi.org/project/asciinema/" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" + +PATCHES=( + "${FILESDIR}/asciinema-2.2.0-setup.patch" +) + +distutils_enable_tests pytest + +python_prepare_all() { + distutils-r1_python_prepare_all + sed -i -e "s|share/doc/asciinema|&-${PVR}|" setup.cfg || die +}