From 1f4b7f51be0783c3156026ed7c02b4bc98ed7ace Mon Sep 17 00:00:00 2001 From: Xin Yang Date: Thu, 23 May 2024 11:23:49 +0800 Subject: [PATCH] dev-python/typer: update DESCRIPTION, SRC_URI Closes #22 Signed-off-by: Xin Yang --- dev-python/typer/Manifest | 2 +- dev-python/typer/typer-0.12.3.ebuild | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest index 5b2e002..a25828d 100644 --- a/dev-python/typer/Manifest +++ b/dev-python/typer/Manifest @@ -1 +1 @@ -DIST 0.12.3.tar.gz 276648 BLAKE2B fc9ec91cb91da6f7cbde1fd56cbe28281d694f5379c334b0a1dd84450a70fe8b2fc1a1617ff55cf5dfe1805661a420cc923d867db95c472affd14f4cd2a68d39 SHA512 a779680b97d971a140f1db11f2d0c53bfeb10dcfa278f8a849da14a9c36a7341ffc51367ef12ecbe9d71fc398f5fdf6e1c6f1ca09f2ed959766d8e3032f5744e +DIST typer-0.12.3.tar.gz 276648 BLAKE2B fc9ec91cb91da6f7cbde1fd56cbe28281d694f5379c334b0a1dd84450a70fe8b2fc1a1617ff55cf5dfe1805661a420cc923d867db95c472affd14f4cd2a68d39 SHA512 a779680b97d971a140f1db11f2d0c53bfeb10dcfa278f8a849da14a9c36a7341ffc51367ef12ecbe9d71fc398f5fdf6e1c6f1ca09f2ed959766d8e3032f5744e diff --git a/dev-python/typer/typer-0.12.3.ebuild b/dev-python/typer/typer-0.12.3.ebuild index b9aecfc..adb2c93 100644 --- a/dev-python/typer/typer-0.12.3.ebuild +++ b/dev-python/typer/typer-0.12.3.ebuild @@ -7,18 +7,17 @@ DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 -DESCRIPTION="Typer is a library for building CLI applications that -users will love using and developers will love creating." +DESCRIPTION="Typer is a library for building CLI applications +that users will love using and developers will love creating." HOMEPAGE=" https://pypi.org/project/typer/ " -SRC_URI="https://github.com/tiangolo/typer/archive/refs/tags/${PV}.tar.gz" +SRC_URI="https://github.com/tiangolo/typer/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RDEPEND="" BDEPEND=" dev-python/click "