summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/asciinema')
-rw-r--r--app-misc/asciinema/Manifest3
-rw-r--r--app-misc/asciinema/asciinema-2.1.0.ebuild24
-rw-r--r--app-misc/asciinema/asciinema-2.4.0.ebuild (renamed from app-misc/asciinema/asciinema-2.2.0-r1.ebuild)18
-rw-r--r--app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch23
-rw-r--r--app-misc/asciinema/metadata.xml4
5 files changed, 16 insertions, 56 deletions
diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest
index d54382b3f2e5..a50a5f7da44d 100644
--- a/app-misc/asciinema/Manifest
+++ b/app-misc/asciinema/Manifest
@@ -1,2 +1 @@
-DIST asciinema-2.1.0.tar.gz 82022 BLAKE2B 2f7c68caef228a6cb98f3503212edc393bd8f7a3653a369b0509d45a6e19b8373630fac88498a771c0eaa2a322a95ab816b268660b8b2384d1ec25c617b06a5a SHA512 df77ccea13e06e9c5feda22be2366aa702acf510fdc6cbc9a09b20d67ae43a47214891fbb5ef080ff9af9c3ee2f450694c306ee1dbdbdef3f9862dc6dee60750
-DIST asciinema-2.2.0.gh.tar.gz 88566 BLAKE2B c96eac56714a4519d462bdf24f3fcc0ec367af94182e6710d4744113c5ac3ec9304fbda30f3489b84bc4b645e43ea44d633230128d79a576d4bcbe7dad528ba8 SHA512 bed0b6a3228b973dddb2f03d0b0e16af0afd6e1c4c8c1379999d49b22ed658fed325f902f462156745631f98b51675565b7ea0011512c95c8b0b3bb09552bddc
+DIST asciinema-2.4.0.gh.tar.gz 160870 BLAKE2B e831f550fc5eb1389b737db26eeeb0d5791425449439945f6a57147da1fed06f71ba6188213481f71738d994640e1add4bb49c14d1ccd4eb96c8f3c00117153b SHA512 3902661524e960b96946eaacdcbde4ceacb949020c14912c65ce33fa5b50c070f69255e4848ab24f78f1e6275511d2bba455532b11bf01552ca9ae62264d75ba
diff --git a/app-misc/asciinema/asciinema-2.1.0.ebuild b/app-misc/asciinema/asciinema-2.1.0.ebuild
deleted file mode 100644
index ad5693a07806..000000000000
--- a/app-misc/asciinema/asciinema-2.1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv ~x86"
-
-PATCHES=( "${FILESDIR}/${P}-setuptools.patch" )
-
-distutils_enable_tests nose
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
- sed -i -e "s|data_files=\[('share/doc/asciinema|&-${PVR}|" setup.py || die
-}
diff --git a/app-misc/asciinema/asciinema-2.2.0-r1.ebuild b/app-misc/asciinema/asciinema-2.4.0.ebuild
index af3286ed6ef5..dbcf1ee0fdc8 100644
--- a/app-misc/asciinema/asciinema-2.2.0-r1.ebuild
+++ b/app-misc/asciinema/asciinema-2.4.0.ebuild
@@ -1,19 +1,27 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
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"
+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"
+KEYWORDS="amd64 ~ppc64 ~riscv ~x86"
PATCHES=(
"${FILESDIR}/asciinema-2.2.0-setup.patch"
diff --git a/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch b/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch
deleted file mode 100644
index 5180f2760128..000000000000
--- a/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 014b1fead4c0130e14c99f54ed521d5d0535365a Mon Sep 17 00:00:00 2001
-From: Michael Palimaka <kensington@gentoo.org>
-Date: Tue, 26 Oct 2021 19:13:33 +1100
-Subject: [PATCH] setup.cfg: fix deprecated key usage
-
----
- setup.cfg | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.cfg b/setup.cfg
-index bbd4d8d..17afd12 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -1,5 +1,5 @@
- [metadata]
--description-file = README.md
-+description_file = README.md
- license_file = LICENSE
-
- [pycodestyle]
---
-2.32.0
-
diff --git a/app-misc/asciinema/metadata.xml b/app-misc/asciinema/metadata.xml
index 6295b4bacf5c..393f87376467 100644
--- a/app-misc/asciinema/metadata.xml
+++ b/app-misc/asciinema/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>kensington@gentoo.org</email>
- <name>Michael Palimaka</name>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
</maintainer>
<upstream>
<remote-id type="github">asciinema/asciinema</remote-id>