app-misc/asciinema: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-10-04 21:07:23 +02:00
parent 78fedf8b55
commit 9b392f183a
3 changed files with 0 additions and 58 deletions

View File

@@ -7,7 +7,6 @@ DIST anstyle-parse-0.2.7.crate 21707 BLAKE2B 41d51d4c026e548a9428f5fd8dc85fce964
DIST anstyle-query-1.1.3.crate 10190 BLAKE2B 4d173fa220165410a41a54224e65ea87c9dad154af0b8404c638f3aca70c99da122bf0cadf0dff3047afd0d13a052701567efc17cefe4d38f518991a10b54bea SHA512 fcaf441fb8c44ef352cfc6a9b2f4d07e2dfef67a023e077dcd0c6da136661a1ba483d9146835848024259351e568e4946a16a7dcf0c6ae2baa871275c175eeae
DIST anstyle-wincon-3.0.9.crate 12561 BLAKE2B f6caf413950cc712789e645f21f5949bd2f1da0fb729dbc03b9b18e4a06c8df5a889d291eee4b6338f0a97abacff6acad82183ca813ff9eb2d025fa0ba947ae7 SHA512 41816e1fb4f962d4461589dca3c7787049992b11f3550e8753646b055234fe9f0339f6afc94a8edc7755e8c6921d8c232beb8b722148455a3f731c93d2c5a46f
DIST anyhow-1.0.98.crate 53334 BLAKE2B 469c6bb7f535c0c665daae37b61a001fb7da688db3bedcb8e7b76392af109e5b9335dadaa5775c80d365d599674ce3961240a07582d4fc9a45c6367a6e7bd7da SHA512 6affa8a4f148aefb5a20f193bbe93f694786bc1e707b298a3ccaae1a22d60898a46121532ad5ca5819fc180d4593a8ce2455d754315a9ab3b5c998a4cd20adc6
DIST asciinema-2.4.0.gh.tar.gz 160870 BLAKE2B e831f550fc5eb1389b737db26eeeb0d5791425449439945f6a57147da1fed06f71ba6188213481f71738d994640e1add4bb49c14d1ccd4eb96c8f3c00117153b SHA512 3902661524e960b96946eaacdcbde4ceacb949020c14912c65ce33fa5b50c070f69255e4848ab24f78f1e6275511d2bba455532b11bf01552ca9ae62264d75ba
DIST asciinema-3.0.0.gh.tar.gz 184931 BLAKE2B 01abc520857cdefff86f49eceabd5ba913e4fa7edb29d21964957628daacb6bce193bc7effe4a258635d48dee3bafe450194a332937a975e2ad950c4996eeaf9 SHA512 39e577a3b30045a0434850c8d7fb12522bcc534c2a258978edcd4ef26ff01b39112528dd6d2cd7ee90c829270314bfa2275ea624249c6a4ae7d80cc2ddadc3f4
DIST async-compression-0.4.25.crate 116026 BLAKE2B 03d79e8b2ae8d4bb9a667b508c17f6f4534ba4f86f4552d250e0eda5f9de74c0c40db54fe085060a9c6a4b7927fa9cd1dd6ac858ebfba1361238e3de3e5d49ea SHA512 ab527984431347ecd610c797a862dab0be690857ec7003bdac5d264ceddaa93075f70b766a447e77384d7c67cd5534657475013529cd435b128d16acdeba485e
DIST async-trait-0.1.88.crate 32084 BLAKE2B aeb1cbea6bf3191c19ff7daee41d5b70e3b4f05f7232f719b80dd38eada3747dfea951c9a2ac6b7c4839ec8fd5abdf1c61791516dd3d06deaff445979345793d SHA512 65ade824708497feadf6fdb788cfeb1b7f0aeaa56d860455dd016a5926d83d56b55c3a4b4ef9a319575d30f7a9a2a90d92180cc80f62d998e46a7caa53c4a648

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Command line recorder for asciinema.org service"
HOMEPAGE="
https://asciinema.org/
https://github.com/asciinema/asciinema/
https://pypi.org/project/asciinema/
"
SRC_URI="
https://github.com/asciinema/asciinema/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
}

View File

@@ -1,22 +0,0 @@
diff --git a/setup.cfg b/setup.cfg
index 7e75a81..7f38a46 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,7 +9,8 @@ download_url =
description = Terminal session recorder
description_file = README.md
license = GNU GPLv3
-license_file = LICENSE
+license_files =
+ LICENSE
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
classifiers =
@@ -35,6 +36,7 @@ packages =
asciinema
asciinema.asciicast
asciinema.commands
+ asciinema.data
install_requires =
[options.package_data]