diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-14 17:09:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-14 17:17:39 +0100 |
commit | 787091be79bec81a66245c62bd749c314e663471 (patch) | |
tree | e2805d136606e1cdfee6cfd20c32164648593462 /app-misc/asciinema | |
parent | app-misc/asciinema: Add myself as a maintainer (diff) | |
download | gentoo-787091be79bec81a66245c62bd749c314e663471.tar.gz gentoo-787091be79bec81a66245c62bd749c314e663471.tar.bz2 gentoo-787091be79bec81a66245c62bd749c314e663471.zip |
app-misc/asciinema: Clean the ebuild up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/asciinema')
-rw-r--r-- | app-misc/asciinema/asciinema-2.4.0.ebuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/app-misc/asciinema/asciinema-2.4.0.ebuild b/app-misc/asciinema/asciinema-2.4.0.ebuild index 1e3c36030b09..8679bd17166d 100644 --- a/app-misc/asciinema/asciinema-2.4.0.ebuild +++ b/app-misc/asciinema/asciinema-2.4.0.ebuild @@ -3,13 +3,21 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) 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" |