Skip to content

Commit

Permalink
dev-python/typer: update DESCRIPTION, SRC_URI
Browse files Browse the repository at this point in the history
Closes #22

Signed-off-by: Xin Yang <[email protected]>
  • Loading branch information
YangMame committed May 23, 2024
1 parent 3524b98 commit 1f4b7f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-python/typer/Manifest
Original file line number Diff line number Diff line change
@@ -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
7 changes: 3 additions & 4 deletions dev-python/typer/typer-0.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
Expand Down

0 comments on commit 1f4b7f5

Please sign in to comment.